Re: multiline equations no longer working right either

2001-05-22 Thread Andre Poenitz
> remember that there is a button "use amsmath" in layout->document->extra > ;-) To be honest, I have not used anything from the menus except the file menu since 1.0.4 or so > from my point of view this should be important! with this option all > the ams-mathstuff can be used and otherwise not (

Re: multiline equations no longer working right either

2001-05-22 Thread Herbert Voss
Andre Poenitz wrote: > > > (2) Most users just don't know about amsmath and what it does. For > > example, in normal latex, if you have a numbered equation that is too > > wide, the equation will overwrite the equation number. However, if you > > include amsmath, the equation number will be mov

Re: Crash on second screen

2001-05-22 Thread Stephan Witt
Lars Gullik Bjønnes wrote: > > Bradford Castalia <[EMAIL PROTECTED]> writes: > > | LyX version 1.1.6fix1 crashes on the second screen (localhost:0.1) > | with the error message "BadMatch (invalid parameter attributes)". > | Startup, with no command line arguments, completes with no apparent > |

Re: multiline equations no longer working right either

2001-05-22 Thread Andre Poenitz
> (2) Most users just don't know about amsmath and what it does. For > example, in normal latex, if you have a numbered equation that is too > wide, the equation will overwrite the equation number. However, if you > include amsmath, the equation number will be moved down. So it could be > argue

[BUG] citation dialog

2001-05-22 Thread Ben Stanley
Hi, I noticed this problem with lyx-1.1.6fix1, but didn't report it (bad, bad boy...). Now I notice it's still there in lyx-1.1.6fix2. When you open a citation dialog on an existing citation with a "Text after", and edit just the "Text after", you cannot press OK and you cannot press apply. T

[n.werner@webcrew.de: lyx-1.1.6fix2.ppc.rpm]

2001-05-22 Thread Kayvan A. Sylvan
Thanks to Niklas Werner, the ppc RPMs for 1.1.6fix2 are now available. Enjoy! ---Kayvan - Forwarded message from Niklas Werner <[EMAIL PROTECTED]> - From: Niklas Werner <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: lyx-1.1.6fix2.ppc.rpm Date: Tue, 22 May 20

Latest CVS breaks arabic support

2001-05-22 Thread Kayvan A. Sylvan
I am unable to produce arabic characters using the latest CVS, even though it was working perfectly just a day or two ago. It looks like some piece of the encoding code was just changed. Fortunately for me, the 1.1.6fix2 works well with Arabic, still. ---Kayvan

Re: Crash on second screen

2001-05-22 Thread Allan Rae
On Tue, 22 May 2001, Bradford Castalia wrote: > LyX version 1.1.6fix1 crashes on the second screen (localhost:0.1) > with the error message "BadMatch (invalid parameter attributes)". > Startup, with no command line arguments, completes with no apparent > problems. The Help menu is invoked and the

Re: NumberOfHFill/Separator

2001-05-22 Thread Allan Rae
On 23 May 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: [...] > | if we're talking UI, I'd like it to default to the first match, then you > | can cycle through with . Or something. > > Of coursre the bad thing about this is that we have to keep state... > and suddenly

Re: NumberOfHFill/Separator

2001-05-22 Thread John Levon
On 23 May 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > Of coursre the bad thing about this is that we have to keep state... > and suddenly TAB will have two distinct actions: completion and > next... not sure if I like that. it is how some completions in some programs work. > What _I

Re: Crash on second screen

2001-05-22 Thread Lars Gullik Bjønnes
Bradford Castalia <[EMAIL PROTECTED]> writes: | LyX version 1.1.6fix1 crashes on the second screen (localhost:0.1) | with the error message "BadMatch (invalid parameter attributes)". | Startup, with no command line arguments, completes with no apparent | problems. The Help menu is invoked and the

Crash on second screen

2001-05-22 Thread Bradford Castalia
LyX version 1.1.6fix1 crashes on the second screen (localhost:0.1) with the error message "BadMatch (invalid parameter attributes)". Startup, with no command line arguments, completes with no apparent problems. The Help menu is invoked and the Introduction document selected. Status messages flash

Re: typo ?

2001-05-22 Thread John Levon
On 23 May 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | in text2.C: LyXText::SetParagraph() > | > | if (align & textclasslist.Style > | > | that should be && right ? > > should it? > > No it shoulnd't. > > the if clause is only entered if align

Re: typo ?

2001-05-22 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | in text2.C: LyXText::SetParagraph() | | if (align & textclasslist.Style | | that should be && right ? should it? No it shoulnd't. the if clause is only entered if align is part of the alignpossible of Style. -- Lgb

Re: NumberOfHFill/Separator

2001-05-22 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 23 May 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: | | > Not sure... | > I guess it depend upon if the last char is significant of not. | | well I certainly don't know :) | | > Not quite... | > | > A couple of issues: | > - How to handle

Re: NumberOfHFill/Separator

2001-05-22 Thread John Levon
On 23 May 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > Not sure... > I guess it depend upon if the last char is significant of not. well I certainly don't know :) > Not quite... > > A couple of issues: > - How to handle completion? Currently it just outputs all the > choi

typo ?

2001-05-22 Thread John Levon
in text2.C: LyXText::SetParagraph() if (align & textclasslist.Style that should be && right ? john -- "This is just the kind of crackpot scheme I've been looking to champion!!!" - P.M. Hartke on 6U campaign

Re: insettext.C

2001-05-22 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | ugh, why the forcing of tabsize at the end of this file (I'm using | vim of course) ? | | I'd rather have a couple of screwed up alignments than have to live | with a broken tabsize ! agree. | Please can this be removed ? Fine with me... I guess Jürgen

Re: NumberOfHFill/Separator

2001-05-22 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Why do LyXText::NumberOf[Label]HFills differ from NumberOfSEparators | in the loop termination, i.e. one has | | p < last | | the others have | | p <= last | | is this right ? Not sure... I guess it depend upon if the last char is significant of not.

[PATCH] remove dead wood

2001-05-22 Thread John Levon
interline_space is unused. john -- "This is just the kind of crackpot scheme I've been looking to champion!!!" - P.M. Hartke on 6U campaign Index: insets/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ins

[PATCH] LColor

2001-05-22 Thread John Levon
The attached cleans up LColor a little bit. Note the FIXMEs. thanks john -- "This is just the kind of crackpot scheme I've been looking to champion!!!" - P.M. Hartke on 6U campaign Index: ChangeLog === RCS file: /usr/l

insettext.C

2001-05-22 Thread John Levon
ugh, why the forcing of tabsize at the end of this file (I'm using vim of course) ? I'd rather have a couple of screwed up alignments than have to live with a broken tabsize ! Please can this be removed ? thanks john p.s. alternatively, can I get vim to ignore these things ? -- "This is jus

NumberOfHFill/Separator

2001-05-22 Thread John Levon
Why do LyXText::NumberOf[Label]HFills differ from NumberOfSEparators in the loop termination, i.e. one has p < last the others have p <= last is this right ? thanks john p.s. is minibuffer "finished" ? It doesn't look like it ? -- "This is just the kind of crackpot scheme I've been lookin

Re: multiline equations no longer working right either

2001-05-22 Thread Dekel Tsur
On Tue, May 22, 2001 at 10:53:29AM +0200, Herbert Voss wrote: > > I think that the improvement you gain by using align (e.g. no ugly spaces) > > justifies to make it the default. In my opinion, people should use align > > instead of eqnarray. If we change C-return to create an eqnarray, > > most u

Re: quote insert

2001-05-22 Thread John Levon
On 22 May 2001, Jean-Marc Lasgouttes wrote: > It is one of these famous lfun added for the benefit of the frontends > so that they can pass a parameter (which is 'interactive' version does > not do. We should probably think about how to handle that. Ideally I would like the three cases (used int

Re: multiline equations no longer working right either

2001-05-22 Thread Herbert Voss
Dekel Tsur wrote: > > On Tue, May 22, 2001 at 09:02:43AM +0200, Jean-Marc Lasgouttes wrote: > > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > > > Andre> Maybe the both of you could work out some kind of consensus. > > > > Yes, probably... > > > > Andre> I think in the end we can

Re: Problem compiling 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE
Yann MORERE wrote: > sorry for bothering you, i came from slot.h which had a size of 0. now after a new tar xvzf and a new configure it seems to compile thanks for all yann

Re: multiline equations no longer working right either

2001-05-22 Thread Dekel Tsur
On Tue, May 22, 2001 at 09:02:43AM +0200, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> Maybe the both of you could work out some kind of consensus. > > Yes, probably... > > Andre> I think in the end we can have both, getting eqnarray by M-m

Re: Bug in LaTeX export

2001-05-22 Thread Jean-Marc Lasgouttes
> "Christophe" == Christophe FAGOT <[EMAIL PROTECTED]> writes: Answering a bit late... Christophe> When setting lines (above or below) in a paragraph layout, Christophe> the produced LaTeX code look like the following: Christophe> \lyxline{\normalsize}\vspace{-1\parskip} Christophe> Howeve

Re: insert file in 1.1.6fix1

2001-05-22 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: insert-> insert file->ascii as paragraph Herbert> gives the same as inserted as ascii as lines. Thanks for the report. Fixed. JMarc

Re: [PATCH] euro symbol - latin9 encoding

2001-05-22 Thread Jean-Marc Lasgouttes
> "rebollo" == rebollo <[EMAIL PROTECTED]> writes: rebollo> I have prepared a patch to enable support of the iso8859-15 rebollo> encoding. It consists of a modification to the lib/encodings rebollo> file, a new lib/kbd/iso8859-15.cdef file, modifications to rebollo> the lib/kbd/european.kmap

Problem compiling 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE
Hello lyx users and developpers, I was unable to compil fix2 due to my m4 release. So i installed the 1.4.1 release flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >which m4 /users/laih2/ymorere/bureau/bin/m4 flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >m4 --version GNU m4 1.4 flore:/users/l

Re: quote insert

2001-05-22 Thread Angus Leeming
On Tuesday 22 May 2001 13:33, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> | | BTW, while browsing LyXAction.C, I found: | { > Lars> LFUN_INSERT_URL, "", "", Noop }, > > Lars> Yes, what is that. > > Lars> that LFUN is implemented but no

Re: slelection bug

2001-05-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Lars> Then something is wrong. How has the behaviour changed, Lars> apart | Lars> from the selec

Re: src/support/Makefile.am fix

2001-05-22 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Here is the fix for the recent make dist/compile problem. Applied. JMarc

Re: quote insert

2001-05-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | | BTW, while browsing LyXAction.C, I found: | { Lars> LFUN_INSERT_URL, "", "", Noop }, Lars> Yes, what is that. Lars> that LFUN is implemented but not used. I'll comment it out, and Lars> see if anyone yells. It _is_ used:

Re: quote insert

2001-05-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> What lfun to call to insert quotes? -- Lgb | | It seems to me that there has never been a real lfun, but it was | handled directly in transmgr.C (which is ugly). I guess

Re: quote insert

2001-05-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> What lfun to call to insert quotes? -- Lgb | | It seems to me that there has never been a real lfun, but it was | handled directly in transmgr.C (which is ugly). I guess

Re: quote insert

2001-05-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> What lfun to call to insert quotes? -- Lgb It seems to me that there has never been a real lfun, but it was handled directly in transmgr.C (which is ugly). I guess you could change quote-insert to do that (currently it inserts

quote insert

2001-05-22 Thread Lars Gullik Bjønnes
What lfun to call to insert quotes? -- Lgb

Re: Crash protection

2001-05-22 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Some time ago I've seen a library of sorts that is intended to help | protect against program crashes. Specifically it is intended to allow to | recover from a crash gracefully. | | The method proposed there was to allocate critical data structures from

[ANNOUNCE] LyX 1.1.6fix2

2001-05-22 Thread Jean-Marc Lasgouttes
Hello, The long overdue second update to LyX 1.1.6 has finally been released. It fixes a lot of annoying or severe bugs, but also features documentation updates, as well as DocBook support improvements. Note that this version does not fix all the tabular problems experienced by LyX 1.1.6 users.

Crash protection

2001-05-22 Thread Baruch Even
Some time ago I've seen a library of sorts that is intended to help protect against program crashes. Specifically it is intended to allow to recover from a crash gracefully. The method proposed there was to allocate critical data structures from an mmap-ed file, when the program crashes the os ha

Re: slelection bug

2001-05-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Then something is wrong. How has the behaviour changed, apart | Lars> from the selection not beeing cleared? | | The selection just remanains there, and what you type go

Re: slelection bug

2001-05-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Then something is wrong. How has the behaviour changed, apart Lars> from the selection not beeing cleared? The selection just remanains there, and what you type go after that. Why don't you just try it out ? :) JMarc

Re: slelection bug

2001-05-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Should it? My emacs behaves as described above. And this is | Lars> certainly not a new feature it has been like this for years. | | Lars, the behaviour is not the same i