Renaming macros

2006-01-24 Thread Beck, Andrew Thomas - BECAT001
I am working on a patch for 1.4pre to allow renaming of macro templates and modifying the number of arguments. It all works, except the case that a macro template has already been instantiated within the text. Specifically, I would like to grow the argument list as required. The most straight forwa

Re: [PATCH] blue line problem fix - much better, still small issues

2006-01-24 Thread Helge Hafting
This extra patch helped a lot: Create document, select nondefault language, type some: OK! Insert a table too and fill it OK! Change language in normal text - it gets underlined as it should. Change language for the paragraph containing a table: first row gets underlined, which look odd. Probab

RE: [Patch] (Re: Screen update improvements)

2006-01-24 Thread YOUNES Abdelrazak \(M3SYSTEM\)
-Original Message- From: Michael Gerz [mailto:[EMAIL PROTECTED] Sent: Tue 1/24/2006 7:54 PM To: YOUNES Abdelrazak (M3SYSTEM) Cc: lyx-devel@lists.lyx.org Subject: Re: [Patch] (Re: Screen update improvements) Abdelrazak Younes wrote: > Michael Gerz tested it on windows where it made no har

RE: [Patch] (Re: Screen update improvements)

2006-01-24 Thread YOUNES Abdelrazak \(M3SYSTEM\)
Hello Bennett, I'll send a patch tomorrow but you can already test if the patch I sent earlier has any impact on performance on MacOSX. Abdel. -Original Message- From: Bennett Helm [mailto:[EMAIL PROTECTED] Sent: Tue 1/24/2006 7:39 PM To: YOUNES Abdelrazak (M3SYSTEM) Cc: lyx-devel@list

Re: [Patch] (Re: Screen update improvements)

2006-01-24 Thread Michael Gerz
Abdelrazak Younes wrote: Michael Gerz tested it on windows where it made no harm. I am quite sure it would make no harm on any platform and it might help "snappiness" for low-end platform. I guess this is for 1.4.1. Attached the updated patch. I can confirm that the patch does not hurt. Ab

Re: [Patch] (Re: Screen update improvements)

2006-01-24 Thread Bennett Helm
On Jan 24, 2006, at 12:14 PM, Abdelrazak Younes wrote: Reading this thread, I see that the problem was mainly on MacOSX. If somebody is willing to test on this platform, I can provide a patch that will remove this key buffering in the qt2 frontend. That would be me: I'm happy to test. Benn

Re: [Patch] (Re: Screen update improvements)

2006-01-24 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Jean-Marc Lasgouttes a écrit : "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> There is indeed no reason (in theory) for us to use repaint(). Andre> update() just does the right thing, possibly combining repeated Andre> request to a single one. Andre>

Re: [Patch] (Re: Screen update improvements)

2006-01-24 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> There is indeed no reason (in theory) for us to use repaint(). Andre> update() just does the right thing, possibly combining repeated Andre> request to a single one. Andre> In practivce, there might have

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread Jean-Marc Lasgouttes
> "John" == John C Spray <[EMAIL PROTECTED]> writes: John> On Tue, 2006-01-24 at 16:21 +0100, Jean-Marc Lasgouttes wrote: John> I've also attached a patch to configure.ac John> (noxforms-config.patch) that someone else will need to review John> and apply. It removes the automatic adding of xfo

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread John C. Spray
On Tue, 2006-01-24 at 16:21 +0100, Jean-Marc Lasgouttes wrote: > John> I've also attached a patch to configure.ac > John> (noxforms-config.patch) that someone else will need to review > John> and apply. It removes the automatic adding of xforms to the > John> frontends list when gtk is selected. >

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> I've also attached a patch to configure.ac John> (noxforms-config.patch) that someone else will need to review John> and apply. It removes the automatic adding of xforms to the John> frontends list when gtk is selected. Hmm, shall I com

[Patch] Re: Bookmarks - Lyx1.4.0pre3

2006-01-24 Thread Martin Vermeer
On Sun, 2006-01-22 at 17:17 +0530, samar j. singh wrote: > Hi > > I am currently writing a report using Lyx1.4.0pre3 and note that the > bookmarks frequently get corrupted. > > I have tried testing the bookmark when setting it by moving the cursor a few > lines away and checking that Ctrl n b

Re: [PATCH] blue line problem fix - another failure in testing

2006-01-24 Thread Martin Vermeer
On Tue, 2006-01-24 at 14:35 +0100, Helge Hafting wrote: > This still fails my simple test. (Default LyX language is Norwegian): > > 1. New document. > 2. Change document language to Swedish instead. Noticed that changing > the language outputs "Changing language!" to the console. Debug stuff?

Re: Problems with Longtable 1.4.0pre3

2006-01-24 Thread Helge Hafting
samar j. singh wrote: On Tuesday 24 January 2006 18:27, Helge Hafting wrote: samar j. singh wrote: Hi Long table does not split when inside a Table float. I am not sure this is unique to this version of Lyx though I seem to think I have used this successfully before. Floats

Re: problems when switching to beamer

2006-01-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen, for reference, this is bug 2053. Yes. > Could you put the patch there? Done. Jürgen

Re: problems when switching to beamer

2006-01-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: I guess we could just use \def Juergen> instead of \renewcommand in this case, or some [EMAIL PROTECTED] Juergen> check. >> Yes. A slightly less trivial fix (for 1.5) would be to have a >> var

Re: [Patch] (Re: Screen update improvements)

2006-01-24 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> There is indeed no reason (in theory) for us to use repaint(). Andre> update() just does the right thing, possibly combining repeated Andre> request to a single one. Andre> In practivce, there might have been a reason at some point

Re: Problems with Longtable 1.4.0pre3

2006-01-24 Thread samar j. singh
On Tuesday 24 January 2006 18:27, Helge Hafting wrote: > samar j. singh wrote: > >Hi > > > >Long table does not split when inside a Table float. > > > >I am not sure this is unique to this version of Lyx though I seem to think > > I have used this successfully before. > > Floats _never_ split - th

Re: [PATCH] blue line problem fix - another failure in testing

2006-01-24 Thread Helge Hafting
This still fails my simple test. (Default LyX language is Norwegian): 1. New document. 2. Change document language to Swedish instead. Noticed that changing the language outputs "Changing language!" to the console. Debug stuff? 3. Type some plain text, and notice the dreaded blue lines. :-(

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-24 Thread Juergen Spitzmueller
Georg Baum wrote: > This can be done by loading dvipost with \usepackage{dvipost}[date], where > date is the date of the first dvipost release that works. It is not depending on the dvipost version, but on the teTeX version (i.e. dvips, according to E. Frühstück). I think we can just demnd teTeX

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-24 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> Hi, One big patch due to overlapping changes to Dialogs.C, sorry John> about that. John> * Start implementing GTabular dialog (quite unfinished) * John> Start implementing GtkLengthEntry class (a gtk widget for John> lengths with

Re: Problems with Longtable 1.4.0pre3

2006-01-24 Thread Helge Hafting
samar j. singh wrote: Hi Long table does not split when inside a Table float. I am not sure this is unique to this version of Lyx though I seem to think I have used this successfully before. Floats _never_ split - their purpose is to float big un-splittable items (pictures, tables) aroun

Re: bug reading math macros with 1.4.0cvs

2006-01-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> I do not think this one is needed: if you already have a hullinset >> object to copy from, math has to be initialized already, methinks. Juergen> You obviously know this constructor stuff m

Re: [Patch] Gtk Image class

2006-01-24 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: John> Hi, Today I've got rid of the Gtk frontend's dependency on the John> xformsImage class. That means that the only xforms-dependence John> remaining in the Gtk frontend is the placeholder dialogs. It John> also removes (I think) the last o

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-24 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Juergen" == Juergen Spitzmueller >> <[EMAIL PROTECTED]> writes: > Juergen> So the easiest solution would be to get rid of the color > Juergen> requirement for dvipost (and, if needed, require teTeX >= 2 > Juergen> for change tracking). Then all conflicts w

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> The situation has changed. I had some conversation with Erich Juergen> Frühstück, the author of dvipost. He responded that dvipost Juergen> doesn't require color.sty at all (anymore), at least since Juergen> teTeX 2. Jue

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-24 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Beamer apparently loads color. Either color and xcolor are loaded by > beamer, or xcolor pretends that it is color. The situation has changed. I had some conversation with Erich Frühstück, the author of dvipost. He responded that dvipost doesn't require color.sty at