Re: 1.2.1 cvs -- good enough to use?

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 04:25:12PM -0400, Kuba Ober wrote: > Another question: anoncvs cvsroot for that? And what branch would that be? > LYX_1_2_BRANCH? Or LYX_1_2_1_BRANCH ? lyx-devel, -r BRANCH-1_2_x good testing ... regards john -- "The new WinFix 4.3 is a very effective way to improve

[PATCH] graphics

2002-07-25 Thread Herbert Voss
this patch fixes a bug when a user inserts a non jpg-pdf-png-eps-graphic and runs pdflatex. LyX by default exports the graphics to png, which is very ugly when the user has a vector-format like the one from grace or dia or xfig or this patch gives the user the possibility to decide which forma

Re: lyx 1.2.0 + gcc 3.1 [PATCH for lyx.spec file]

2002-07-25 Thread Kuba Ober
On czwartek 25 lipiec 2002 12:57 pm, Jean-Marc Lasgouttes wrote: > > "Kuba" == Kuba Ober <[EMAIL PROTECTED]> writes: > > Kuba> Please replace the %build section in the spec file with this > Kuba> one, it should then work fine for gcc 3.[12] > > Where is the fix? It was supposed to be copy&pas

Re: 1.2.1 cvs -- good enough to use?

2002-07-25 Thread Kuba Ober
> Kuba> Does 1.2.1 cvs contain enough bugfixes and little enough > Kuba> breakage to consider using it in 1.2.0's place, or is it too > Kuba> early for that? Cheers, Kuba Ober > > 1.2.1cvs is intended to be safe to use at any time. So please use it > as much as you want, and if you find a regressi

Re: compile fix

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 06:53:53PM +0200, Herbert Voss wrote: > xforms/lyx_gui.C > xforms/XWorkArea.C > > using std::dec; Hmm didn't I commit that ? john -- "The new WinFix 4.3 is a very effective way to improve the reliability of Windows, because it makes Windows fault-tolerant and self-rep

Re: repaint bug

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 05:21:35PM +0100, Angus Leeming wrote: > I get this when switching from one document to another. I guess there's a > missing "paint the whole thing in background color first" call. No, I don't think it's that. I will look, but this looks like an odd one ... I can reprod

Re: The history of LyX file format.

2002-07-25 Thread José Abílio Oliveira Matos
On Thursday 25 July 2002 16:45, Jean-Marc Lasgouttes wrote: > > "José" == José Abílio Oliveira Matos <[EMAIL PROTECTED]> > > writes: > > José> Hi, let us decide that LyX started at 1.0.0 and all the previous > José> versions are prehistoric. :-) > > Are there still people using klyx? This

Re: lyx 1.2.0 + gcc 3.1 [FIX for lyx.spec file]

2002-07-25 Thread Jean-Marc Lasgouttes
> "Kuba" == Kuba Ober <[EMAIL PROTECTED]> writes: Kuba> Please replace the %build section in the spec file with this Kuba> one, it should then work fine for gcc 3.[12] Where is the fix? JMarc

Re: 1.2.1 cvs -- good enough to use?

2002-07-25 Thread Jean-Marc Lasgouttes
> "Kuba" == Kuba Ober <[EMAIL PROTECTED]> writes: Kuba> Does 1.2.1 cvs contain enough bugfixes and little enough Kuba> breakage to consider using it in 1.2.0's place, or is it too Kuba> early for that? Cheers, Kuba Ober 1.2.1cvs is intended to be safe to use at any time. So please use it as

compile fix

2002-07-25 Thread Herbert Voss
xforms/lyx_gui.C xforms/XWorkArea.C using std::dec; Herbert -- http://www.lyx.org/help/

repaint bug

2002-07-25 Thread Angus Leeming
I get this when switching from one document to another. I guess there's a missing "paint the whole thing in background color first" call. John? Angus repaint.png Description: PNG image

Re: lyx 1.2.0 + gcc 3.1 [FIX for lyx.spec file]

2002-07-25 Thread Angus Leeming
On Monday 22 July 2002 3:15 pm, Kuba Ober wrote: > I wonder whether grep -e should be replaced with egrep for portability ? This is probably not relevant to your platform, but on mine (Dec Alpha running Tru64 unix) this is what the grep man page has to say about grep/egrep: The commands grep

Re: Fwd: [PATCH] wide float toggle

2002-07-25 Thread Kuba Ober
> I am not sure that "Wide Float" is the best description of the > checkbox. Firstly "Wide float" would be better, but anyway I am not > sure everybody will understand what it does. > > What about "span whole width" or something similar which looks > english? > > Or do people think that "Wide floa

Re: lyx 1.2.0 + gcc 3.1 [FIX for lyx.spec file]

2002-07-25 Thread Kuba Ober
> > > I have 3.1 running and can compile 1.2.1cvs > > > > I cannot :-((( > > > > gcc-3.1, xforms-0.96, up-to-date rawhide system > > Did you configure --with-included-strings? > > If so, why? The specfile in the source rpm is a bit dumb :-( Here's how the working %build should look like %build

1.2.1 cvs -- good enough to use?

2002-07-25 Thread Kuba Ober
Does 1.2.1 cvs contain enough bugfixes and little enough breakage to consider using it in 1.2.0's place, or is it too early for that? Cheers, Kuba Ober

Re: Float patch bug

2002-07-25 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> John Levon wrote: >> If you span columns, then select "float defaults" to off, you can >> select "here, definitely" again, unless you toggle span columns >> twice again Juergen> Fixed. I have also fixed some other logic

Re: Float patch bug

2002-07-25 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Herbert> I didn't start the discussion to create a gui which supports > Herbert> all cases ... > > We are trying to have a GUI that both (1) guides the novice user to > show what works and what does not and (2) does not prevent the expert > from doing useful but unusu

Re: Float patch bug

2002-07-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> I didn't start the discussion to create a gui which supports Herbert> all cases ... We are trying to have a GUI that both (1) guides the novice user to show what works and what does not and (2) does not prevent the expert from

Re: S+R already fixed

2002-07-25 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Michael Schmitt wrote: >> Hi, I prepared two small test cases for s+r problems. The first one >> is related to mathed (math text is replaced endlessly), the second >> one demonstrates that "replace all" sometimes misses some >>

Re: Float patch bug

2002-07-25 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> Juergen Spitzmueller wrote: > >>>John Levon wrote: >>> If you span columns, then select "float defaults" to off, you can select "here, definitely" again, unless you toggle span co

Re: S+R already fixed

2002-07-25 Thread Juergen Vigna
Michael Schmitt wrote: > Hi, > > I prepared two small test cases for s+r problems. The first one is > related to mathed (math text is replaced endlessly), the second one > demonstrates that "replace all" sometimes misses some occurrences. It > happens very seldom but it is easily reproducible.

Re: The history of LyX file format.

2002-07-25 Thread Jean-Marc Lasgouttes
> "José" == José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: José> Hi, let us decide that LyX started at 1.0.0 and all the previous José> versions are prehistoric. :-) Are there still people using klyx? This is based on 0.12, I think, so it would count as prehistoric. Nevertheless, sin

The history of LyX file format.

2002-07-25 Thread José Abílio Oliveira Matos
Hi, let us decide that LyX started at 1.0.0 and all the previous versions are prehistoric. :-) Using the User Guide an an historichal archive, I can say this: From 1.0.0 to until 1.1.4 the file format stood at 2.15, with some small changes in between, such as \tableofco

Re: lyxerr vs cerr

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 04:27:38PM +0200, Andre Poenitz wrote: > When I write an integer to lyxerr I currently get hexadecimal output which > is mildly annoying. The only places where 'hex' is used seems to be in > XWorkarea.C. > > Does anybody feel responsible for that? I don't /remember/ desi

Re: Help - key sequence madness

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 04:08:28PM +0200, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> OK, S-C-z doesn't undo on Qt. Simple I thought. Now it's an hour > John> later. > > Why should S-C-z undo?? This is a crazy idea. S-C-z and C-z are > differen

Re: opening new file

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 03:57:49PM +0200, Andre Poenitz wrote: > When I type 'lyx foo.lyx' in some dir, and ther is no foo.lyx in that dir, > it asks me whether I want to create a foo.lyx in my home dir which is > certainly annoying. It's also a lie: if you answer in the affirmative, the file i

Re: Menu stuff answer - bzzzt

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 03:57:09PM +0200, Jean-Marc Lasgouttes wrote: > They can be useful also for stuff like Thesaurus. If the feature is > not compiled in, there is no point really in having it shown disabled. Yes, this is exactly the sort of thing it's OK to use them for, because the user do

Re: Float patch bug

2002-07-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Juergen Spitzmueller wrote: >> John Levon wrote: >>> If you span columns, then select "float defaults" to off, you can >>> select "here, definitely" again, unless you toggle span columns >>> twice again >>> >> Fixed. I have als

Re: Fwd: Prepending filename and line number to a match?

2002-07-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> Lars> | Lars> One problem though is that we do not create the pot Lars> files | Lars> ourselves, but let the

Re: Float patch bug

2002-07-25 Thread Herbert Voss
Juergen Spitzmueller wrote: > John Levon wrote: > >>If you span columns, then select "float defaults" to off, you can select >>"here, definitely" again, unless you toggle span columns twice again >> > > Fixed. > I have also fixed some other logical mistakes. > Additionally, the !-option can now

Re: lyxerr vs cerr

2002-07-25 Thread Andre Poenitz
On Thu, Jul 25, 2002 at 04:38:02PM +0200, Lars Gullik Bjønnes wrote: > | Does anybody feel responsible for that? > > No... > > Is "hex" really static? I think so. > if so a "dec" should be added to XWorkarea.C Ok. Andre' -- Those who desire to give up Freedom in order to gain Security, wil

Re: lyxerr vs cerr

2002-07-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | When I write an integer to lyxerr I currently get hexadecimal output which | is mildly annoying. The only places where 'hex' is used seems to be in | XWorkarea.C. > | Does anybody feel responsible for that? No... Is "hex" really static? if so a "dec"

Re: Fwd: Prepending filename and line number to a match?

2002-07-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> One problem though is that we do not create the pot files | Lars> ourselves, but let the gettext tools do that for us (xgettext). > | I asked Bruno Haible (gettext maintaine

Re: Float patch bug

2002-07-25 Thread Juergen Spitzmueller
John Levon wrote: > If you span columns, then select "float defaults" to off, you can select > "here, definitely" again, unless you toggle span columns twice again Fixed. I have also fixed some other logical mistakes. Additionally, the !-option can now only be selected together with h, t, b or p

lyxerr vs cerr

2002-07-25 Thread Andre Poenitz
When I write an integer to lyxerr I currently get hexadecimal output which is mildly annoying. The only places where 'hex' is used seems to be in XWorkarea.C. Does anybody feel responsible for that? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

Re: Help - key sequence madness

2002-07-25 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Thu, Jul 25, 2002 at 04:14:13PM +0200, Juergen Vigna wrote: >> >Why should S-C-z undo?? This is a crazy idea. S-C-z and C-z are >> >different key sequences. >> >> Don't we remove the S part if we don't find a key sequence with

Re: Fwd: Prepending filename and line number to a match?

2002-07-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> One problem though is that we do not create the pot files Lars> ourselves, but let the gettext tools do that for us (xgettext). I asked Bruno Haible (gettext maintainer) about this and he says our best bet is to generate a .po

Re: Fwd: Prepending filename and line number to a match?

2002-07-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> On Wednesday 24 July 2002 5:22 pm, Jean-Marc Lasgouttes wrote: >>> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >>> | Angus> Let's sit back and see what happens..

Re: Help - key sequence madness

2002-07-25 Thread Andre Poenitz
On Thu, Jul 25, 2002 at 04:14:13PM +0200, Juergen Vigna wrote: > >Why should S-C-z undo?? This is a crazy idea. S-C-z and C-z are > >different key sequences. > > Don't we remove the S part if we don't find a key sequence with > S-C-z and then the C-z is undo, isn't it? I think we do but I think

Re: Help - key sequence madness

2002-07-25 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: > Why should S-C-z undo?? This is a crazy idea. S-C-z and C-z are > different key sequences. Don't we remove the S part if we don't find a key sequence with S-C-z and then the C-z is undo, isn't it? Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-.

Re: [PATCH] float update

2002-07-25 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Dekel Tsur wrote: > >> On Thu, Jul 25, 2002 at 12:49:07PM +0200, Juergen Spitzmueller wrote: >> >>>Herbert Voss wrote: >>> then he _really_ thinks that _all_ is all >>>"Span columns" >>> Tooltip: "Use wide float wich spans all columns in two-col

Re: Help - key sequence madness

2002-07-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> OK, S-C-z doesn't undo on Qt. Simple I thought. Now it's an hour John> later. Why should S-C-z undo?? This is a crazy idea. S-C-z and C-z are different key sequences. JMarc

cursor jumping wildly

2002-07-25 Thread Andre Poenitz
Create new doc, press M-p a for layout "abstract", type 's', , and the 'Abstract' line is moved up. Then type any char in this new paragraph and it comes back. This is similar to the mathed jumping, but as there is no math involved I doubt that this is my fault alone. Andre' -- Those who des

Re: Fwd: Prepending filename and line number to a match?

2002-07-25 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 24 July 2002 5:22 pm, Jean-Marc Lasgouttes wrote: >> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Angus> Let's sit back and see what happens... >> I guess they will say that our regexp for finding th

Re: Menu policy: grey out item, which subitems are all grey

2002-07-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 25, 2002 at 03:01:15PM +0200, Jean-Marc Lasgouttes John> wrote: >> I know, but it seems that xforms does no allow a submenu item to be >> grayed out without being disabled (that is, you cannot see >> subitems). John> Amusin

opening new file

2002-07-25 Thread Andre Poenitz
When I type 'lyx foo.lyx' in some dir, and ther is no foo.lyx in that dir, it asks me whether I want to create a foo.lyx in my home dir which is certainly annoying. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Je

Re: Menu stuff answer - bzzzt

2002-07-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> [*] although if OptItems are a pain, we could probably live without >> them. I am not sure they are always used for good reason in the ui, >> but I think they are a nifty feature. John> We should be careful in their use: in particular I w

Re: Menu stuff answer - bzzzt

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 03:19:54PM +0200, Jean-Marc Lasgouttes wrote: > John> What do you want me to ask exactly ? > > Describe the special proprerties of LyX menus (auto-generated items, > optional items [*]...) and ask what would be a good way to handle > that. I'm not hopeful for a response

Re: Menu stuff answer - bzzzt

2002-07-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 25, 2002 at 03:04:10PM +0200, Jean-Marc Lasgouttes John> wrote: >> I can believe that. It seems that xforms interface is too advanced >> for Qt :) Could you try to ask for ideas on a Qt mailing list? John> What do you want

Re: Menu stuff answer - bzzzt

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 03:04:10PM +0200, Jean-Marc Lasgouttes wrote: > I can believe that. It seems that xforms interface is too advanced for > Qt :) Could you try to ask for ideas on a Qt mailing list? What do you want me to ask exactly ? john -- "The new WinFix 4.3 is a very effective way t

Re: Menu policy: grey out item, which subitems are all grey

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 03:01:15PM +0200, Jean-Marc Lasgouttes wrote: > I know, but it seems that xforms does no allow a submenu item to be > grayed out without being disabled (that is, you cannot see subitems). Amusingly, Qt has the same bug. > I have a patch to implement that, and if people t

Re: Menu stuff answer - bzzzt

2002-07-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> always-update is /obscenely/ slow. I can believe that. It seems that xforms interface is too advanced for Qt :) Could you try to ask for ideas on a Qt mailing list? JMarc

Re: Menu policy: grey out item, which subitems are all grey

2002-07-25 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, R> Recently the new menu policy shows all entries, but greys out those R> who are not appropriate. R> However, if there's an item with subitems, then it would be nice if R> the item gets greyed out when all subitems are greyed. I know, b

Re: [PATCH] float update

2002-07-25 Thread Herbert Voss
Dekel Tsur wrote: > On Thu, Jul 25, 2002 at 12:49:07PM +0200, Juergen Spitzmueller wrote: > >>Herbert Voss wrote: >> >>>then he _really_ thinks that _all_ is all >>> >>"Span columns" >>Tooltip: >>"Use wide float wich spans all columns in two-column mode. Note that this will >>not work for more

Re: [PATCH] float update

2002-07-25 Thread Dekel Tsur
On Thu, Jul 25, 2002 at 12:49:07PM +0200, Juergen Spitzmueller wrote: > Herbert Voss wrote: > > then he _really_ thinks that _all_ is all > > "Span columns" > Tooltip: > "Use wide float wich spans all columns in two-column mode. Note that this will > not work for more than 2 columns (with multi

Re: LFUNs...

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 02:20:42PM +0200, Andre Poenitz wrote: > Which LFUN is normally bound to the page up/down keys? > Call me stupid, but I cant' find it in the bindings... BTDT LFUN_PRIOR LFUN_NEXT john -- "The new WinFix 4.3 is a very effective way to improve the reliability of Window

LFUNs...

2002-07-25 Thread Andre Poenitz
Which LFUN is normally bound to the page up/down keys? Call me stupid, but I cant' find it in the bindings... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: tabular woes

2002-07-25 Thread Juergen Vigna
Jean-Marc Lasgouttes wrote: > And do you agree it should go in 1.2.x? Does it make a big performance > difference (Edwin, are you satisfied with performance now?) Yes I think that should go into 1.2.x too, it helps performance and cannot harm. Jug -- -._-._-._-._-._-._-._-._-._-._-._-

Re: [PATCH] Re: BibTeX Database dialog: Style list gets longer & longer....

2002-07-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> R. Lahaye wrote: >> The BibTeX Database dialog has a field with the list of "Available >> Styles". Everytime I open the dialog, this list gets appended with >> the available styles. As a result the, the list gets longer and >> l

Re: tabular woes

2002-07-25 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Edwin Leuven wrote: >> Like John's patch this should go in I think (also 1.2.X) Juergen> Thanks for sending the patch, but I included this already Juergen> from your other mail by hand. And do you agree it should go in 1.2.x?

Re: tabular woes

2002-07-25 Thread Juergen Vigna
Edwin Leuven wrote: > Like John's patch this should go in I think (also 1.2.X) Thanks for sending the patch, but I included this already from your other mail by hand. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL P

Re: Float patch bug

2002-07-25 Thread Juergen Spitzmueller
John Levon wrote: > If you span columns, then select "float defaults" to off, you can select > "here, definitely" again, unless you toggle span columns twice again > > bug ? Yes, thanks. I'll prepare a fix. Juergen

Re: Menu stuff answer - bzzzt

2002-07-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Jul 25, 2002 at 01:01:35PM +0200, Lars Gullik Bjønnes wrote: > >> I bet you have never used WindowTools :-) > | You win, because I've never heard of it ... did it suck ? It is a GUI toolkit for Simula. And it was to simple to tell if it sucked or

Re: Mathed and the scrollbar

2002-07-25 Thread Herbert Voss
Angus Leeming wrote: > On Thursday 25 July 2002 12:11 pm, Andre Poenitz wrote: > >>On Thu, Jul 25, 2002 at 11:41:24AM +0100, Angus Leeming wrote: >> >Try inserting a superscript in an equation. The page jumps so that >the equation is off-screen... > >>Do you have something reproducib

Re: fiddling

2002-07-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> comments ? John> Still some way to go here. A lot is tied into what we've badly John> needed for some time i.e. a lyxfunc shakeup, design, UI and code This seems fine to me. A small objection though: - { LFUN_EXPORT, "b

Re: Mathed and the scrollbar

2002-07-25 Thread Angus Leeming
On Thursday 25 July 2002 12:11 pm, Andre Poenitz wrote: > On Thu, Jul 25, 2002 at 11:41:24AM +0100, Angus Leeming wrote: > > > > Try inserting a superscript in an equation. The page jumps so that > > > > the equation is off-screen... > > Do you have something reproducible? Any document that is se

Re: Menu stuff answer - bzzzt

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 01:01:35PM +0200, Lars Gullik Bjønnes wrote: > I bet you have never used WindowTools :-) You win, because I've never heard of it ... did it suck ? john -- "The new WinFix 4.3 is a very effective way to improve the reliability of Windows, because it makes Windows fault

Re: Mathed and the scrollbar

2002-07-25 Thread Andre Poenitz
On Thu, Jul 25, 2002 at 11:41:24AM +0100, Angus Leeming wrote: > > > Try inserting a superscript in an equation. The page jumps so that the > > > equation is off-screen... Do you have something reproducible? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have

Float patch bug

2002-07-25 Thread John Levon
If you span columns, then select "float defaults" to off, you can select "here, definitely" again, unless you toggle span columns twice again bug ? john -- "The new WinFix 4.3 is a very effective way to improve the reliability of Windows, because it makes Windows fault-tolerant and self-repa

Re: Mathed and the scrollbar

2002-07-25 Thread Andre Poenitz
On Thu, Jul 25, 2002 at 11:41:24AM +0100, Angus Leeming wrote: > > http://bugzilla.lyx.org/show_bug.cgi?id=511 > > Ther are some repainting problems too when editting in mathed. This looks previerw-related (things not reporting there proper size and/o the deletion of the background not using th

Re: Mathed and the scrollbar

2002-07-25 Thread Andre Poenitz
On Thu, Jul 25, 2002 at 11:34:55AM +0100, Angus Leeming wrote: > Try inserting a superscript in an equation. The page jumps so that the > equation is off-screen... I've noticed this when preparing my slides but I had no time to fix it. As I can't remember changing anything critical in that area

Re: Mathed and the scrollbar

2002-07-25 Thread Angus Leeming
On Thursday 25 July 2002 12:01 pm, John Levon wrote: > On Thu, Jul 25, 2002 at 11:34:55AM +0100, Angus Leeming wrote: > > Try inserting a superscript in an equation. The page jumps so that the > > equation is off-screen... > > http://bugzilla.lyx.org/show_bug.cgi?id=511 Ther are some repainting p

Re: Mathed and the scrollbar

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 11:34:55AM +0100, Angus Leeming wrote: > Try inserting a superscript in an equation. The page jumps so that the > equation is off-screen... http://bugzilla.lyx.org/show_bug.cgi?id=511 john -- "The new WinFix 4.3 is a very effective way to improve the reliability of W

Re: Menu stuff answer - bzzzt

2002-07-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Jul 25, 2002 at 12:22:01PM +0200, Jean-Marc Lasgouttes wrote: > >> Ugh. I swear I did not know. I am sorry to have revived all these >> painful memories. >> >> Did you try XUL yet? > | No, but I have triaged several bugs on bugzilla.mozilla.org so

Mathed and the scrollbar

2002-07-25 Thread Angus Leeming
Try inserting a superscript in an equation. The page jumps so that the equation is off-screen... Angus

Re: [PATCH] float update

2002-07-25 Thread Juergen Spitzmueller
John Levon: > send me the patch again and I will Here you are, sir. Thanks, Juergen Index: src/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/ChangeLog,v retrieving revision 1.837 diff -u -r1.837 ChangeLog --- src/ChangeLog 2002/0

Re: [PATCH] float update

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 12:49:07PM +0200, Juergen Spitzmueller wrote: > But please apply this patch first. I have some real work waiting. send me the patch again and I will regards john -- "The new WinFix 4.3 is a very effective way to improve the reliability of Windows, because it makes Win

Re: [PATCH] float update

2002-07-25 Thread Juergen Spitzmueller
Herbert Voss wrote: > then he _really_ thinks that _all_ is all "Span columns" Tooltip: "Use wide float wich spans all columns in two-column mode. Note that this will not work for more than 2 columns (with multicolumn.sty)" if you like. But please apply this patch first. I have some real work

fiddling

2002-07-25 Thread John Levon
comments ? Still some way to go here. A lot is tied into what we've badly needed for some time i.e. a lyxfunc shakeup, design, UI and code regards john Index: LyXAction.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LyXActi

Re: [PATCH] float update

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 12:27:02PM +0200, Lars Gullik Bjønnes wrote: > "span columns" 2¢ - agreed > "wide" is not really something that we should communicate to users. It's pretty much meaningless i.e. a technical term regards john -- "Hungarian notation is the tactical nuclear weapon of so

Re: Menu stuff answer - bzzzt

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 12:22:01PM +0200, Jean-Marc Lasgouttes wrote: > Ugh. I swear I did not know. I am sorry to have revived all these > painful memories. > > Did you try XUL yet? No, but I have triaged several bugs on bugzilla.mozilla.org so have a good taster of how much it sucks ! Wherev

Re: preview crash

2002-07-25 Thread Angus Leeming
On Thursday 25 July 2002 10:59 am, Angus Leeming wrote: > On Thursday 25 July 2002 10:33 am, Andre Poenitz wrote: > > New doc, C-m, right-click on formula to get the math panel. Boom. > > > > It works without preview enabled, or when starting the panel from the > > menu. It might be my code that's

Re: [PATCH] float update

2002-07-25 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Juergen Spitzmueller wrote: > >> Time for a new thread ;-) >> Here is all the new stuff since the last patch in CVS. >> - !-option >> - disable h,b with wide >> - default placement (i.e. Dekel's patch) >> - "span all columns" > | misleading, when I have

Re: preview crash

2002-07-25 Thread Angus Leeming
On Thursday 25 July 2002 10:33 am, Andre Poenitz wrote: > New doc, C-m, right-click on formula to get the math panel. Boom. > > It works without preview enabled, or when starting the panel from the > menu. It might be my code that's faulty, but as preview triggers it... It works fine here. One t

Re: [PATCH] float update

2002-07-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> "wide" maybe the latex notation, but I do not think it makes sense >> to anybody who has not read a latex manual. Herbert> then he _really_ thinks that _all_ is all Fair enough. But we do not support multicolumn, do we? JMarc

Re: [PATCH] float update

2002-07-25 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> misleading, when I have multicols and "wide" is the latex > Herbert> notation and not "span all columns" > > "wide" maybe the latex notation, but I do not think it makes sense to > anybod

Re: Menu stuff answer - bzzzt

2002-07-25 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 25, 2002 at 11:44:46AM +0200, Jean-Marc Lasgouttes John> wrote: >> curses? John> You're talking to the author of fscktris. I'm REALL pissed off John> with curses ... Ugh. I swear I did not know. I am sorry to have revived

Re: [PATCH] float update

2002-07-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> misleading, when I have multicols and "wide" is the latex Herbert> notation and not "span all columns" "wide" maybe the latex notation, but I do not think it makes sense to anybody who has not read a latex manual. JMarc

Re: [PATCH] Re: BibTeX Database dialog: Style list gets longer & longer....

2002-07-25 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Angus Leeming wrote: >> On Thursday 25 July 2002 11:02 am, Herbert Voss wrote: >>> R. Lahaye wrote: The BibTeX Database dialog has a field with the list of "Available Styles". Everytime I open the dialog, this list get

Re: [PATCH] float update

2002-07-25 Thread Juergen Spitzmueller
Herbert Voss wrote: > > - "span all columns" > > misleading, when I have multicols and "wide" is the > latex notation and not "span all columns" I have changed it three times now and I won't change it again. But I don't care if anyone else does. Juergen.

Re: [PATCH] Re: BibTeX Database dialog: Style list gets longer & longer....

2002-07-25 Thread Herbert Voss
Angus Leeming wrote: > On Thursday 25 July 2002 11:02 am, Herbert Voss wrote: > >>R. Lahaye wrote: >> >>>The BibTeX Database dialog has a field with the list of >>>"Available Styles". Everytime I open the dialog, this list >>>gets appended with the available styles. As a result >>>the, the list

Re: [PATCH] Re: BibTeX Database dialog: Style list gets longer & longer....

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 10:47:42AM +0100, Angus Leeming wrote: > Actually, Herbert, does the list of "Available Styles" change? If not, why > not fill the browser in build() rather than in update() because build() is > called only once... We shouldn't have an update button - it should be part

Re: [PATCH] float update

2002-07-25 Thread Herbert Voss
Juergen Spitzmueller wrote: > Time for a new thread ;-) > Here is all the new stuff since the last patch in CVS. > - !-option > - disable h,b with wide > - default placement (i.e. Dekel's patch) > - "span all columns" misleading, when I have multicols and "wide" is the latex notation and not "sp

Re: [PATCH] Re: BibTeX Database dialog: Style list gets longer & longer....

2002-07-25 Thread Angus Leeming
On Thursday 25 July 2002 11:02 am, Herbert Voss wrote: > R. Lahaye wrote: > > The BibTeX Database dialog has a field with the list of > > "Available Styles". Everytime I open the dialog, this list > > gets appended with the available styles. As a result > > the, the list gets longer and longer, re

[PATCH] float update

2002-07-25 Thread Juergen Spitzmueller
Time for a new thread ;-) Here is all the new stuff since the last patch in CVS. - !-option - disable h,b with wide - default placement (i.e. Dekel's patch) - "span all columns" I think this should be enough for the float stuff. Please apply. Thanks, Juergen Index: src/ChangeLog ==

[PATCH] Re: BibTeX Database dialog: Style list gets longer & longer....

2002-07-25 Thread Herbert Voss
R. Lahaye wrote: > The BibTeX Database dialog has a field with the list of > "Available Styles". Everytime I open the dialog, this list > gets appended with the available styles. As a result > the, the list gets longer and longer, repeating itself > again and again. fixed Herbert -- http:

Re: Menu stuff answer - bzzzt

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 11:52:22AM +0200, Lars Gullik Bjønnes wrote: > >> Why is this funciton wide? > > > | wide ? Sorry, I don't know what you mean. > > scope then... Oh, d'oh. I read that as "Why is {this function} wide ?" not "Why is {this} function-wide ?" - sorry I thought you were accus

Re: Fwd: Prepending filename and line number to a match?

2002-07-25 Thread Angus Leeming
On Thursday 25 July 2002 9:31 am, Angus Leeming wrote: > It transpires that awk is your friend: I think that this sorts out lib/ui/default.ui properly: /[iI][tT][eE][mM]/ || /[sS][uU][bB][mM][eE][nN][uU]/ { print "#: " FILENAME ":" FNR split($0,a,"\"") print "msgid \"" a[2] "\"" print "m

Re: Menu stuff answer - bzzzt

2002-07-25 Thread John Levon
On Thu, Jul 25, 2002 at 11:44:46AM +0200, Jean-Marc Lasgouttes wrote: > curses? You're talking to the author of fscktris. I'm REALL pissed off with curses ... john -- "Hungarian notation is the tactical nuclear weapon of source code obfuscation techniques." - Roedy Green

Re: LFUN_PUSH_TOOLBAR

2002-07-25 Thread Andre Poenitz
On Mon, Jul 22, 2002 at 03:09:35AM +0100, John Levon wrote: > On a slightly related note, why are the MathSymbol's several-icons-per > file (e.g. greek.xbm) ? Is there a good reason ? It looks like a lot of > hassle to me. Is it just for bmtable's benefit ? Not my doing, I don't know. Andre' -

  1   2   >