Re: New chess updates

2001-11-20 Thread Kayvan A. Sylvan
On Tue, Nov 20, 2001 at 11:06:04PM -0800, Kayvan A. Sylvan wrote: > Here is another set of improvements to the LyX chess support. > > Basically, I fixed a bunch of bugs and removed many hacks (removing much > of the ERT from the example documents) > > Please apply. > > Thanks! Just as soon as

New chess updates

2001-11-20 Thread Kayvan A. Sylvan
Here is another set of improvements to the LyX chess support. Basically, I fixed a bunch of bugs and removed many hacks (removing much of the ERT from the example documents) Please apply. Thanks! ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father t

Re: Inset in inset crashes

2001-11-20 Thread Allan Rae
On Wed, 21 Nov 2001, Allan Rae wrote: > I'll put together what I think needs to be done to have the bool > operate as "insertion is permitted." This should help fix a couple of > other inset related weird issues. It seems we need to get: Inset::checkInsertChar() to return false.

Re: Inset in inset crashes

2001-11-20 Thread Allan Rae
On 20 Nov 2001, Jean-Marc Lasgouttes wrote: > > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: > > Allan> As I mentioned in a previous email in the > Allan> "Paragraph::Pimpl::size()" thread text in paragraphs in a > Allan> Figure float are getting told by > Allan> insetcollapsible::checkIn

RE: Inset in inset crashes

2001-11-20 Thread Allan Rae
On Tue, 20 Nov 2001, Juergen Vigna wrote: > > On 20-Nov-2001 Allan Rae wrote: > > > So since I have to go home and prepare myself for Australia's victory > > over Uraguay tonight (so we will be halfway to qualifying for the > > World Cup) I leave the task to fixing checkInsertChar() to someone >

Re: quotation marks ...

2001-11-20 Thread Dr. Ing. Dieter Jurzitza
Dear Listmembers, for me, I am fine with using another editor. By the way, this would rise again the question about LyX or not LyX. But not for my wife. And also, opening another editor for search and replace - a non-option (for her). What about defining such things in a header by newcommand and c

everything in one batch

2001-11-20 Thread Andre Poenitz
... and a bit more. Small changes in order to reduce include file dependency. The "most intrusive" parts are "localized typedefs" for Paragraph::size_type plus some whitespace changes (mostly spaces -> tab for indentation) Andre' -- André Pönitz ..

getRowNearY

2001-11-20 Thread Andre Poenitz
Has anybody hard data that inlining this is (a) happening and (b) has significant impact? If not, I'd move it to some .C, and replace the #include "lyxrow.h" by "class Row;"... Andre' -- André Pönitz .. [EMAIL PROTECTED]

lyxtext.h

2001-11-20 Thread Andre Poenitz
This replaces an #include by a forward declaration. Andre' -- André Pönitz .. [EMAIL PROTECTED] Index: lyxtext.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxtext.h,v retrievin

Sectioning.[Ch]

2001-11-20 Thread Andre Poenitz
This is not used at all, it simply bloats the binary... Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: whitespace changes to layout.h

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 06:09:39PM +, Angus Leeming wrote: > > Hmpf... how to you cope with "almost everything needs a recompile after a > > tiny change"? > > Since this is white-space only and will not affect the binary in any way at > all, I'd have used "touch -t" and cheated! Well, this

Re: whitespace changes to layout.h

2001-11-20 Thread Angus Leeming
On Tuesday 20 November 2001 5:51 pm, Andre Poenitz wrote: > > Hmpf... how to you cope with "almost everything needs a recompile after a > tiny change"? Since this is white-space only and will not affect the binary in any way at all, I'd have used "touch -t" and cheated!

Re: The new minibuffer drop down stuff.

2001-11-20 Thread Angus Leeming
On Tuesday 20 November 2001 5:51 pm, John Levon wrote: > On Mon, Nov 19, 2001 at 03:17:59PM +, Angus Leeming wrote: > > > * it'd be nice to be able to select one of the displayed choices using the > > mouse. > > it would, wouldn't it ! Like to get it working ? Oh that's not fair! For the

Re: The new minibuffer drop down stuff.

2001-11-20 Thread John Levon
On Mon, Nov 19, 2001 at 04:20:15PM +0100, Jean-Marc Lasgouttes wrote: > A third one: if I type a character, it closes the drop-down, but is > ignored. It would be better to have it inserted in minibuffer. I can't get this to work using any combination of XSendEvent, fl_XPutBackEvent etc. I did

whitespace changes to layout.h

2001-11-20 Thread Andre Poenitz
Hmpf... how to you cope with "almost everything needs a recompile after a tiny change"? Andre' Index: layout.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/layout.h,v retrieving revision 1.35 diff -u -p -r1.35 layout.h --- l

Re: The new minibuffer drop down stuff.

2001-11-20 Thread John Levon
On Mon, Nov 19, 2001 at 03:17:59PM +, Angus Leeming wrote: > * it'd be nice to be able to select one of the displayed choices using the > mouse. it would, wouldn't it ! Like to get it working ? You can also get it so that any keypress other than up/down/escape/return closes the dropdown an

small changes

2001-11-20 Thread Andre Poenitz
Changing the shorts in lyx row starts a whole mess of subsequent 'int <-> unsigend int' "conflict", so I left them out. Andre' -- André Pönitz .. [EMAIL PROTECTED] Index: lyxlex.h ===

Re: LyXText::setHeightOfRow weirdness

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 05:16:57PM +0100, Lars Gullik Bjønnes wrote: > | Btw, I just noticed that Row hast 'unsigned short' interspersed with > | 'unsigned int'. This does not buy a single byte of memory, and on IA32 > | shorts are slower by a factor of three or so than 'normal int'... > > Almost

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > You patch does not work here: I have rejects on form_graphics.fd, > form_preferences.fd and form_print.fd. Since I spent quite a bit of > time trying to apply by hand the previous one (which had such > problems), I'd appreciate a working one for a change :) Please tr

Re: LyXText::setHeightOfRow weirdness

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 04:39:32PM +0100, Jean-Marc Lasgouttes wrote: > What does this do??? As far as I can read, getRow does not modify > anything but unused_y (which is truly unused). It does return a row, > but this is just lost. Does it sill work if you throw it out? *grin innocently* > T

Mathed patch

2001-11-20 Thread Angus Leeming
André, here is a tiny, trivial patch to get mathed to compile on my machine. The problems I described yesterday with istream_iterator turned out to be a bug with my version of the C++ library files. Angus Are you still intersted by warning messages thrown up by the cxx compiler? In particula

LyXText::setHeightOfRow weirdness

2001-11-20 Thread Jean-Marc Lasgouttes
In LyXText::setHeightOfRow, I read: /* this must not happen before the currentrow for clear reasons. so the trick is just to set the current row onto this row */ int unused_y; getRow(row_ptr->par(), row_ptr->pos(), unused_y); What does this do??? As far as I c

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> OK, here's a patch that unifies and enlarges all browse Juergen> buttons (and contains my previous changes, too). Because it's Juergen> 2:1 currently, I changed them to "Browse...". If you change Juergen> your mind, just

Re: patch

2001-11-20 Thread Jose Abilio Oliveira Matos
Hi, I notice that development/lyx3/LyX3-Tasks has some bits that are really outdated: * it refers to both 0.13 and 0.14, I guess that due to inflation it should be 1.3 and 1.4. ;-) * the table's part is already done. * babel support * online configuration Does it makes sense t

Re: patch

2001-11-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Applied. I applied the same to www-devel/tasks.php3. JMarc

Re: mathed compilation problem

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 03:54:12PM +0100, Jean-Marc Lasgouttes wrote: > Compaq cxx dies while compiling math_hullinset.C with: *sigh* Please try again. Andre' -- André Pönitz .. [EMAIL PROTECTED]

patch

2001-11-20 Thread Andre Poenitz
Index: development/lyx3/LyX3-Tasks === RCS file: /usr/local/lyx/cvsroot/lyx-devel/development/lyx3/LyX3-Tasks,v retrieving revision 1.4 diff -u -p -r1.4 LyX3-Tasks --- development/lyx3/LyX3-Tasks 2000/03/28 02:18:50 1.4 +++ deve

mathed compilation problem

2001-11-20 Thread Jean-Marc Lasgouttes
Compaq cxx dies while compiling math_hullinset.C with: cxx: Error: ../../../lyx-devel/src/mathed/math_hullinset.C, line 298: more than one operator "<<" matches these operands: function "WriteStream::operator<<(char)" function "WriteStream::operator<<(int)"

»¶Ó­ÄúʹÓÃËÑÒ×ϵÁй²ÏíÈí¼þ!

2001-11-20 Thread zou731211
×𾴵Ŀͻ§: ¸ÐлÄúʹÓÃËÑÒ×ÓʼþȺ·¢·þÎñÆ÷¡£´ó¼ÒÖªµÀÓʼþ Ⱥ·¢Èí¼þ´ó¶¼ÐèҪʹÓÃSMTP·þÎñÆ÷À´ÖÐת£¬¸ÃÖÖ·¢ËÍ Óʼþ·½Ê½ºÜÈÝÒ×ÊÜSMTPÏÞÖÆÈçÔÝʱͣ»ú¡¢Óû§¿ÚÁîÑé Ö¤¡¢ÊýÁ¿ÏÞÖÆ¡¢ÁÐÈëºÚÃûµ¥¡¢Óʼþ¶ªÊ§µÈ¡£Èç¹ûʹÓà ±¾»úµçÄÔ×ö·þÎñÆ÷£¬²»µ«ÄܱܿªÕâЩÏÞÖÆ£¬¶øÇÒÁ¢¼´ µÃÖªÄÄЩÓʼþÒѾ­³É¹¦·¢Ë͵½Ä¿µÄÖ÷»ú£¬ÄÄЩÓʼþ·¢ ËÍÊ

Re: inset question

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 02:31:12PM +0100, Juergen Vigna wrote: > >are going to be edited, there is a mouseclick for you!" > > Probably you're right, but I wouldn't invert that right now. Only do it > if you're REALLY sure that it does not change semantics in some insets! I am not going to do

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Juergen Vigna wrote: > we really should stay compact. It is standard that a button inside a > dialog will open something else otherwise it would be a radio/check > button or sit in the below row where "OK/Cancel" etc are. Or do you > know of a button inside a dialog which is used otherwise? Have

RE: leaving tables

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > > Is it intended behaviour that pressing 'cursor right' in the last columen > of a table does _not_ leave the table? No this is not intended only Shift-cursor right shouldn't leave. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Jean-Marc Lasgouttes wrote: > The idea is to give a hint to the user that this command does not have > a immediate effect. It is like 'File>Open...'. I know what the idea is but IMO on Buttons we should not put the dots. Is is different for menus as there we have space enough to

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Juergen Vigna wrote: > On 20-Nov-2001 Andre Poenitz wrote: > > I think "Browse..." is better if there is another dialog hidden > > behind this button > > Well but "Browse" almost always opens a "Browse-Dialog" so why > enlarge the button by ... if it's not needed. IMO we should leave it > to "

Michael's bug list

2001-11-20 Thread Andre Poenitz
> - Insert a math inset into a table cell. Then, move the cursor along the > current row. The lines at the bottom of other cells are erased (on screen) This seems to happen with any inset and is not related to mathed. Andre' -- André Pönitz .. [

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well but "Browse" almost always opens a "Browse-Dialog" so Juergen> why enlarge the button by ... if it's not needed. IMO we Juergen> should leave it to "Browse"! The idea is to give a hint to the user that this command does n

RE: inset question

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > > Can anybody tell me the significance of the order of the lines 631 and 632 > of BufferView_pimpl.C? > > inset->insetButtonPress(bv_, xpos, ypos, button); > inset->edit(bv_, xpos, ypos, button); > > Is this saying: > > "Hey,

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Concerning the "Browse" button, I noticed that it is named > Juergen> "Browse" in all dialogs except in External and Bibtex where > Juergen> it is called "Browse...". I don't see a reason for this, so > I Juergen> unified it to "Browse", which solves the prob

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > On Tue, Nov 20, 2001 at 01:47:14PM +0100, Jürgen Spitzmüller wrote: >> And I just noticed that I didn't detect all Browse buttons. In the >> preferences dialog, there is a bunch of "Browse..." buttons left. >> So I have to prepare a new patch for this anyway

inset question

2001-11-20 Thread Andre Poenitz
Can anybody tell me the significance of the order of the lines 631 and 632 of BufferView_pimpl.C? inset->insetButtonPress(bv_, xpos, ypos, button); inset->edit(bv_, xpos, ypos, button); Is this saying: "Hey, inset, someone clicked on you" and after a while "He

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 01:47:14PM +0100, Jürgen Spitzmüller wrote: > And I just noticed that I didn't detect all Browse buttons. In the > preferences dialog, there is a bunch of "Browse..." buttons left. > So I have to prepare a new patch for this anyway. As I said, I don't > care, so I will un

selection

2001-11-20 Thread Andre Poenitz
Funny behaviour: Mark something in the main window with the mose, and press the middle button a few times. You'll get a blue selection every second time. It just occured to me that LyX selection behaviour is pretty inconsistent with any other application. Why do I have to press Ctrl-C to make th

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jürgen Spitzmüller
Juergen Spitzmueller wrote: > We just have to agree on one version for /all/ buttons, otherwise it > doesn't make sense. And I just noticed that I didn't detect all Browse buttons. In the preferences dialog, there is a bunch of "Browse..." buttons left. So I have to prepare a new patch for this

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Anyway, here is a first and simple patch that enlarges the Juergen> Restore button in some dialogs. It was wide enough (100p) in Juergen> other ones, so this patch just unifies the overall design ;-) Good. Juergen> Con

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > There is the function > double fl_adjust_form_size(FL_FORM *form) > which is automatically emitted by fdesign with the -compensate flag, > but when I took a look at it a long time ago, I was not able to make > it work. You should probably take a look at it and see w

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Peter Suetterlin wrote: > Well, I'm one of the translators, and the reason I am is that I'm no > programmer. So letting me fix the width of text buttons is probably > a bad idea Hi Pit, It was not my intention to step on your toes! Please excuse me if you felt like this! What I meant is: I

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Peter Suetterlin
Juergen Spitzmueller wrote: > Hartmut Haase wrote: > > On the popup menu "Querverweis" (cross-reference) the text > > "Wiederherstellen" does not fit on its button. > > Actually this counts for all Restore-Buttons and some other Buttons too > (e.g. "Browse..." -> "Durchsuchen..." in the new bibt

Re: Translation of LaTeX to LyX comments and back

2001-11-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Nov 20, 2001 at 11:31:54AM +0100, Jean-Marc Lasgouttes Andre> wrote: John> I suppose this would be utterly trivial to code, unless I'm John> missing something ? >> How do you add the % in front of all lines? I do not say i

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Am Dienstag, 20. November 2001 11:22 schrieb Andre Poenitz: >> Having the button's text fit into the button is certainly not a bad >> idea... xforms does not have some "automatic size detection" as Tk >> has? Juergen> N

Re: Translation of LaTeX to LyX comments and back

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 11:31:54AM +0100, Jean-Marc Lasgouttes wrote: > John> I suppose this would be utterly trivial to code, unless I'm > John> missing something ? > > How do you add the % in front of all lines? I do not say it is very > difficult, but it does not strike me as 'utterly trivial'

Re: Translation of LaTeX to LyX comments and back

2001-11-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Nov 16, 2001 at 02:08:07AM -0500, Matej Cepl wrote: >> I have again been urged to use vim for editing some document on my >> archaic notebook (where I use M$-DOS and vim) and I was against >> unpleasantly surprised, that LyX sti

Re: Inset in inset crashes

2001-11-20 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> As I mentioned in a previous email in the Allan> "Paragraph::Pimpl::size()" thread text in paragraphs in a Allan> Figure float are getting told by Allan> insetcollapsible::checkInsertChar() that text isn't allowed! Allan> (which is why

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Am Dienstag, 20. November 2001 11:22 schrieb Andre Poenitz: > Having the button's text fit into the button is certainly not a bad > idea... xforms does not have some "automatic size detection" as Tk > has? No one that I'm aware of (but this doesn't mean anything). Jürgen. > Andre'

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 11:13:02AM +0100, Juergen Spitzmueller wrote: > Actually this counts for all Restore-Buttons and some other Buttons too > (e.g. "Browse..." -> "Durchsuchen..." in the new bibtex-dialog). Blame > the German language for its long words ;-) > Seriously, I saw this too but di

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Hartmut Haase wrote: > On the popup menu "Querverweis" (cross-reference) the text > "Wiederherstellen" does not fit on its button. Actually this counts for all Restore-Buttons and some other Buttons too (e.g. "Browse..." -> "Durchsuchen..." in the new bibtex-dialog). Blame the German language f

Re: Graphics

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 10:26:19AM +0100, Juergen Vigna wrote: > > Or maybe I did not understand your question? > > That's what I meant so it is possible and is no problem (recursive use of > classes)? If you use references or pointers only, it is surely allowed by the language. However, I stro

Re: quotation marks ...

2001-11-20 Thread Dekel Tsur
On Mon, Nov 19, 2001 at 09:04:46PM +0100, Dr. Ing. Dieter Jurzitza wrote: > Dear listmembers, > I have a question about quotation marks (LyX 1.1.6 fix2). My wife told me that > she got mad when trying to change the style of quotation marks, she marked all > and tried to change the style and nothin

Re: Graphics

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> That's what I meant so it is possible and is no problem Juergen> (recursive use of classes)? It works because owner_ is just a pointer, so that the compiler knows how much space it requires. It would not work with ContainerI

Re: bug report

2001-11-20 Thread Dekel Tsur
On Tue, Nov 20, 2001 at 08:07:58AM +0100, Andre Poenitz wrote: > On Mon, Nov 19, 2001 at 09:41:42PM +0100, kovzol wrote: > > Second problem. I would like to use \angle in a figure caption but I > > get a LaTeX error during generating the DVI file. Is this a LaTeX bug? > > Write \protect immedia

Re: Graphics

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Jean-Marc Lasgouttes wrote: > You can always forward declare ContainerInset: > > class ContainerInset; > > class Inset { > ... > ContainerInset * owner_; > } > > class ContainerInset { > ... > } > > Or maybe I did not understand your question? That's what I meant so i

LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Hartmut Haase
On the popup menu "Querverweis" (cross-reference) the text "Wiederherstellen" does not fit on its button. -- Regards Hartmut Haase Hungerhilfe: http://www.thehungersite.com ATTAC - für eine solidarische Weltwirtschaft gegen neoliberale Globalisierung: http://www.attac-netzwerk.de

RE: Inset in inset crashes

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Allan Rae wrote: > So since I have to go home and prepare myself for Australia's victory > over Uraguay tonight (so we will be halfway to qualifying for the > World Cup) I leave the task to fixing checkInsertChar() to someone Is that some strange small Island? Or do you mean Urug

Re: Graphics

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> IMO a better solution for this should be a ContainerInset() Juergen> which is a UpdatableInset() which can contain other insets Juergen> and all insets who contain other insets should be of that Juergen> basetype. This looks l

Re: quotation marks ...

2001-11-20 Thread Jean-Marc Lasgouttes
> "Dieter" == Ing Dieter Jurzitza <[EMAIL PROTECTED]> writes: Dieter> Dear listmembers, I have a question about quotation marks (LyX Dieter> 1.1.6 fix2). My wife told me that she got mad when trying to Dieter> change the style of quotation marks, she marked all and tried Dieter> to change the

Inset in inset crashes

2001-11-20 Thread Allan Rae
Halfway there: 2001-11-20 Allan Rae <[EMAIL PROTECTED]> * paragraph.C (insertFromMinibuffer): Fix for inset related crashes. Now need Inset*::checkInsertChar() to return true for appropriate cases so that the characters in the minibuffer will actually be insert

Re: Paragraph::Pimpl::size()

2001-11-20 Thread Allan Rae
On Wed, 14 Nov 2001, Allan Rae wrote: > Another interesting thing is that it can sometimes work without > crashing but instead the chunk of line that should be appended to the > previous line just disappears -- undo makes it reappear in its > original place though: > > line above contains m

Re: [pietsch@mathematik.tu-chemnitz.de: lyx - figure]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > The more serious part of this crash was the fact that the document was lost > (but unfortunately not much work thanks to CVS...). And this in turn means > that Konni was a bit upset, which means I almost got no beer for dinner, > which means I almost got ups

Re: Graphics

2001-11-20 Thread Juergen Vigna
> Ok! Apparently the inset has to tell its parent that it has changed. Perhaps > Jürgen can tell us how to go about this? Well I guess I have to see how to do it myself too I thought that one could call setUpdateStatus but that does not work because we don't have that function inside inset.h on