minor elsart.layout patch

2003-07-23 Thread Rod Pinna
Against the 1.4.0 cvs. Allows for numbered sections as does the class file. Let me know if I've done the diff incorrectly. Rod $cvs diff elsart.layout Index: elsart.layout === RCS file:

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Tue, Jul 22, 2003 at 03:33:15PM +0200, Juergen Spitzmueller spake thusly: ... - what is color supposed to do? I cannot see any color on screen or dvi. Save and reload. Or create a new branch inset. Unfortunately I haven't managed to make it so that the colour of a pre-existing inset

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Angus Leeming wrote: You are restricting users to some subset of available colours chosen by you. (The choice widget in the dialog.) Exactly. At least the framework should be there, else we are restricted with the qt frontend too, and that would be a pity. I wonder if I could create a

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: Try to load the attached, containing a number of coloured branch insets. Thanks, I see it now. Juergen.

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Jürgen Spitzmüller
Martin Vermeer wrote: The latest version attached. Improvements: - branch menu item greyed out when no branches defined - 'two browser' style branchlist panel, with select/deselect buttons - some small bugs fixed, such as ability to have two same name branches Much better. The only

Travel plans

2003-07-23 Thread Asger Kunuk Alstrup
Hi, As mentioned earlier, I'll be arriving tonight. I'll be in Leipzig airport at 22.25. I plan to take the train as Andre found, which leaves at 23:22 from Leipzig/Halle Flughafen. Now, Angus mentioned he will arrive Thursday night as well. What time is this, because we might go together? Any

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 09:03:49AM +0200, Juergen Spitzmueller spake thusly: Angus Leeming wrote: You are restricting users to some subset of available colours chosen by you. (The choice widget in the dialog.) Exactly. At least the framework should be there, else we are restricted with

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 10:20:38AM +0200, Jürgen Spitzmüller spake thusly: Martin Vermeer wrote: The latest version attached. Improvements: - branch menu item greyed out when no branches defined - 'two browser' style branchlist panel, with select/deselect buttons - some small bugs

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: Be careful though with character colours. They are supposed to be outputtable to LaTeX. (But with validating/requiring the appropriate preamble stmts even that could be doable.) \usepackage{color} \definecolor{mycolor}{rgb}{14,245,78} should just work. Juergen.

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 10:13:45AM +0200, Juergen Spitzmueller spake thusly: Martin Vermeer wrote: Try to load the attached, containing a number of coloured branch insets. Thanks, I see it now. Juergen. But can you produce your own now? Martin pgp0.pgp Description: PGP

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Am Mittwoch, 23. Juli 2003 11:03 schrieb Martin Vermeer: But can you produce your own now? No. Juergen

Re: Travel plans

2003-07-23 Thread Angus Leeming
Asger Kunuk Alstrup wrote: Hi, As mentioned earlier, I'll be arriving tonight. I'll be in Leipzig airport at 22.25. I plan to take the train as Andre found, which leaves at 23:22 from Leipzig/Halle Flughafen. Now, Angus mentioned he will arrive Thursday night as well. What time is this,

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: Much better. The only missing thing in the browser is the ability to select an item in the selected browser. This is important if you want to delete a specific item from that browser. Deselect seems to remove the last added item? No, the 'current branch' selected in

Re: latest cvs compile fails

2003-07-23 Thread Lars Gullik Bjønnes
Nirmal Govind [EMAIL PROTECTED] writes: | Hi.. I'm getting the following error while trying to compile the latest | cvs with Qt 3.1.2 on Debian ppc with gcc 3.2.3.. is this a code problem | or a problem with the compiler that I'm using? I see no problems here with gcc (GCC) 3.2.2 20030222 (Red

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 10:51:16AM +0200, Juergen Spitzmueller spake thusly: Am Mittwoch, 23. Juli 2003 11:03 schrieb Martin Vermeer: But can you produce your own now? No. Juergen How do your saved .lyx files look? Is there a string like \branch_colors blue|red|none|magenta|none in

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: How do your saved .lyx files look? Is there a string like \branch_colors blue|red|none|magenta|none Yes. The color (in the color combo) is also correct after reopening a saved file. There's just nothing visible on screen. Juergen.

Re: Anybody know this code?

2003-07-23 Thread Juergen Vigna
John Levon wrote: On Tue, Jul 22, 2003 at 05:38:40PM +0200, Andre Poenitz wrote: What could go wrong after applying the following? Mouse cursor positioning would be the obvious thing to try. But, it's already quite broken in current CVS ... And fixing mouse press positioning problems is even

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 11:51:50AM +0200, Juergen Spitzmueller spake thusly: Martin Vermeer wrote: How do your saved .lyx files look? Is there a string like \branch_colors blue|red|none|magenta|none Yes. The color (in the color combo) is also correct after reopening a saved file.

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Angus Leeming
Martin Vermeer wrote: if (color != none color != string()) That should be: if (!color.empty() color != none) -- Angus

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 11:16:45AM +, Angus Leeming spake thusly: Martin Vermeer wrote: if (color != none color != string()) That should be: if (!color.empty() color != none) -- Angus Good observation, thanks. But does it affect the buggy behaviour? Martin

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Angus Leeming
On Wednesday 23 July 2003 10:43 am, Martin Vermeer wrote: On Wed, Jul 23, 2003 at 11:16:45AM +, Angus Leeming spake thusly: Martin Vermeer wrote: if (color != none color != string()) That should be: if (!color.empty() color != none) -- Angus Good observation,

Re: [PATCH] Updated de.po

2003-07-23 Thread Michael Schmitt
Dear Lars, | What's the harm? (ignorance on my part) 1.3.x and 1.4.x po files out of sync. 1.3.x are so far master po files, but now except for de. So we must remmember to _not_ copy the de.po from 1.3.x but remember to with all the others. we should never _copy_ po files but _merge_ them!

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: That should be: if (!color.empty() color != none) -- Angus Good observation, thanks. But does it affect the buggy behaviour? No. I will have a look later (real work is calling). Juergen.

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 11:03:54AM +0200, Juergen Spitzmueller spake thusly: Martin Vermeer wrote: ... Much better. The only missing thing in the browser is the ability to select an item in the selected browser. This is important if you want to delete a specific item from that

Re: [PATCH] Re: Eureka! This is why Arabic support for lyx 1.3.2 doesn't work in my Mandrake 9.1

2003-07-23 Thread Munzir Taha Obeid
On Thursday 10 July 2003 2:59 pm, Jean-Marc Lasgouttes wrote: Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre Because the '%' will make TeX ignore the rest of the line Andre _including_ the newline at the end. So, %\n is invisible to Andre TeX's stomach. A \n alone, however, would be

Re: The new gtk+ patch

2003-07-23 Thread Huang Ying
Whitespace damage and in configure.ac (spaces instead of a tab) Sorry, I am not very clear about what you said, my english is poor. You mean I should use whitespaces in the configure.ac, or tab? You should use tabs. In some places you have currently used spaces instead. But the xforms

Re: latest cvs compile fails

2003-07-23 Thread Nirmal Govind
I see no problems here with Thanks Lars.. it looks like the problem was due to some file in Qt 3.1.2 .. it compiled successfully with Qt 3.0.7... I'm pretty sure I compiled Qt 3.1.2 with the same gcc version but I'm not 100% sure.. Thanks, nirmal

slow response to keystrokes

2003-07-23 Thread Nirmal Govind
I just compiled the latest cvs version and the response to keystrokes is really slow in the editor.. any setting that I need to change to get rid of this behavior? I'm using Qt 3.0.7 on a Debian ppc machine.. Thanks, nirmal

Re: Travel plans

2003-07-23 Thread Asger Kunuk Alstrup
On Wed, 23 Jul 2003, Angus Leeming wrote: Asger, don't do this to me! I nearly had a heart attack. Today is Wednesday For the record, I arrive on _Thursday_ at Altenburg at 18:25. Jean Marc arrives 1 hour earlier at Leipzig. Oh, sorry. I was mistaken - I don't know what I was

Re: slow response to keystrokes

2003-07-23 Thread Angus Leeming
Nirmal Govind wrote: I just compiled the latest cvs version and the response to keystrokes is really slow in the editor.. any setting that I need to change to get rid of this behavior? I'm using Qt 3.0.7 on a Debian ppc machine.. The kernel is currently being ripped apart. Slow keystokes are

Color picker

2003-07-23 Thread Angus Leeming
I have a nice little color picker here, but I can't remember how xforms prevents interaction in anything other than the current dialog. It'll be a one-liner, but I'm blowed if I know what it is. Anyone? -- Angus

Re: Color picker

2003-07-23 Thread Angus Leeming
Angus Leeming wrote: I have a nice little color picker here, but I can't remember how xforms prevents interaction in anything other than the current dialog. It'll be a one-liner, but I'm blowed if I know what it is. Anyone? That'll be 'fl_deactivate_all_forms()' then. Attached is the patch.

Re: Anybody know this code?

2003-07-23 Thread John Levon
On Wed, Jul 23, 2003 at 11:48:50AM +0200, Juergen Vigna wrote: Don't you think you shoule slowly start fixing problems than open new bugs? I mean LyX seems pretty unusable right now and I don't see a fast way out to a working LyX again. There is no fast way. I'm sure Andre knew what he was

Re: The new gtk+ patch

2003-07-23 Thread John Levon
On Wed, Jul 23, 2003 at 09:23:44PM +0800, Huang Ying wrote: You should use tabs. In some places you have currently used spaces instead. But the xforms frontend and qt frontend all use spaces in such places, why should I use tab? Or I misunderstand you? No they don't - they use tabs

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: The modified files are attached. Please use the attached updated files. It handles enabling/disabling and prevents a crash if the browsers are empty. Sorry, Juergen BTW: Multi selection browsers are possible in xforms with FL_MULTI_BROWSER, but I don't know if

Re: Color picker

2003-07-23 Thread Juergen Spitzmueller
Angus Leeming wrote: I have a nice little color picker here Wow, faster than lightning ;-) Juergen.

Re: The new gtk+ patch

2003-07-23 Thread Rémi Cohen-Scali
Consider using [C-Q TAB] or [C-Q C-I] or [ESC-X tabify] emacs func. I think this is the style in vi, and I use emacs. In emacs you even can not input a tab, because emacs use tab to indent automatically.

Re: slow response to keystrokes

2003-07-23 Thread Nirmal Govind
The kernel is currently being ripped apart. Slow keystokes are just one visible result. Do not use current cvs for real work. Aah I see.. thanks Angus.. nirmal

text2lyx compile error with gcc 3.4 cvs

2003-07-23 Thread John Levon
/usr/local/gcc-cvs/bin/g++ -g -O -fno-exceptions -W -Wall -o tex2lyx texparser.o tex2lyx.o preamble.o math.o table.o text.o tex2lyx.o: In function `std::__simple_allocstd::basic_stringchar, std::char_traitschar, std::allocatorchar , std::__default_alloc_template(bool)1, (int)0

Re: minor elsart.layout patch

2003-07-23 Thread Rod Pinna
It may be a slow evolution. I'm currently trying to write a draft paper using it, so I may come across other bits and bobs. Rod On Thu, 24 Jul 2003, Rob Lahaye wrote: Rod Pinna wrote: Against the 1.4.0 cvs. Allows for numbered sections as does the class file. Let me know if I've done

minor elsart.layout patch

2003-07-23 Thread Rod Pinna
Against the 1.4.0 cvs. Allows for numbered sections as does the class file. Let me know if I've done the diff incorrectly. Rod $cvs diff elsart.layout Index: elsart.layout === RCS file:

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Tue, Jul 22, 2003 at 03:33:15PM +0200, Juergen Spitzmueller spake thusly: ... > > > - what is color supposed to do? I cannot see any color on screen or dvi. > > > > Save and reload. Or create a new branch inset. Unfortunately I haven't > > managed to make it so that the colour of a

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > You are restricting users to some subset of available colours chosen > by you. (The choice widget in the dialog.) Exactly. At least the framework should be there, else we are restricted with the qt frontend too, and that would be a pity. > I wonder if I could create > a

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Try to load the attached, containing a number of coloured branch > insets. Thanks, I see it now. Juergen.

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > The latest version attached. > > Improvements: > - branch menu item greyed out when no branches defined > - 'two browser' style branchlist panel, with select/deselect buttons > - some small bugs fixed, such as ability to have two same name > branches Much better. The

Travel plans

2003-07-23 Thread Asger Kunuk Alstrup
Hi, As mentioned earlier, I'll be arriving tonight. I'll be in Leipzig airport at 22.25. I plan to take the train as Andre found, which leaves at 23:22 from Leipzig/Halle Flughafen. Now, Angus mentioned he will arrive Thursday night as well. What time is this, because we might go together? Any

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 09:03:49AM +0200, Juergen Spitzmueller spake thusly: > Angus Leeming wrote: > > You are restricting users to some subset of available colours chosen > > by you. (The choice widget in the dialog.) > > Exactly. At least the framework should be there, else we are

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 10:20:38AM +0200, Jürgen Spitzmüller spake thusly: > Martin Vermeer wrote: > > The latest version attached. > > > > Improvements: > > - branch menu item greyed out when no branches defined > > - 'two browser' style branchlist panel, with select/deselect buttons > > - some

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Be careful though with character colours. They are supposed to be > outputtable to LaTeX. (But with validating/requiring the appropriate > preamble stmts even that could be doable.) \usepackage{color} \definecolor{mycolor}{rgb}{14,245,78} should just work. Juergen.

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 10:13:45AM +0200, Juergen Spitzmueller spake thusly: > > Martin Vermeer wrote: > > Try to load the attached, containing a number of coloured branch > > insets. > > Thanks, I see it now. > Juergen. But can you produce your own now? Martin pgp0.pgp Description:

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Am Mittwoch, 23. Juli 2003 11:03 schrieb Martin Vermeer: > But can you produce your own now? No. Juergen

Re: Travel plans

2003-07-23 Thread Angus Leeming
Asger Kunuk Alstrup wrote: > Hi, > > As mentioned earlier, I'll be arriving tonight. I'll be in Leipzig airport > at 22.25. I plan to take the train as Andre found, which leaves at 23:22 > from Leipzig/Halle Flughafen. > > Now, Angus mentioned he will arrive Thursday night as well. What time is

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: > > Much better. The only missing thing in the browser is the ability to > > select an item in the "selected" browser. This is important if you want > > to delete a specific item from that browser. "Deselect" seems to remove > > the last added item? > > No, the 'current

Re: latest cvs compile fails

2003-07-23 Thread Lars Gullik Bjønnes
Nirmal Govind <[EMAIL PROTECTED]> writes: | Hi.. I'm getting the following error while trying to compile the latest | cvs with Qt 3.1.2 on Debian ppc with gcc 3.2.3.. is this a code problem | or a problem with the compiler that I'm using? I see no problems here with gcc (GCC) 3.2.2 20030222

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 10:51:16AM +0200, Juergen Spitzmueller spake thusly: > Am Mittwoch, 23. Juli 2003 11:03 schrieb Martin Vermeer: > > But can you produce your own now? > > No. > > Juergen How do your saved .lyx files look? Is there a string like \branch_colors

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: > How do your saved .lyx files look? Is there a string like > > \branch_colors blue|red|none|magenta|none Yes. The color (in the color combo) is also correct after reopening a saved file. There's just nothing visible on screen. Juergen.

Re: Anybody know this code?

2003-07-23 Thread Juergen Vigna
John Levon wrote: On Tue, Jul 22, 2003 at 05:38:40PM +0200, Andre Poenitz wrote: What could go wrong after applying the following? Mouse cursor positioning would be the obvious thing to try. But, it's already quite broken in current CVS ... And fixing mouse press positioning problems is even

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 11:51:50AM +0200, Juergen Spitzmueller spake thusly: > Martin Vermeer wrote: > > How do your saved .lyx files look? Is there a string like > > > > \branch_colors blue|red|none|magenta|none > > Yes. The color (in the color combo) is also correct after reopening a saved >

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Angus Leeming
Martin Vermeer wrote: > if (color != "none" && color != string()) That should be: if (!color.empty() && color != "none") -- Angus

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 11:16:45AM +, Angus Leeming spake thusly: > > Martin Vermeer wrote: > > if (color != "none" && color != string()) > > That should be: > if (!color.empty() && color != "none") > -- > Angus Good observation, thanks. But does it affect the buggy behaviour?

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Angus Leeming
On Wednesday 23 July 2003 10:43 am, Martin Vermeer wrote: > On Wed, Jul 23, 2003 at 11:16:45AM +, Angus Leeming spake thusly: > > Martin Vermeer wrote: > > > if (color != "none" && color != string()) > > > > That should be: > > if (!color.empty() && color != "none") > > -- > >

Re: [PATCH] Updated de.po

2003-07-23 Thread Michael Schmitt
Dear Lars, | What's the harm? (ignorance on my part) 1.3.x and 1.4.x po files out of sync. 1.3.x are so far master po files, but now except for de. So we must remmember to _not_ copy the de.po from 1.3.x but remember to with all the others. we should never _copy_ po files but _merge_ them!

Re: Patch [Re: BranchList class for comment]

2003-07-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: > > That should be: > > if (!color.empty() && color != "none") > > -- > > Angus > > Good observation, thanks. But does it affect the buggy behaviour? No. I will have a look later (real work is calling). Juergen.

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Martin Vermeer
On Wed, Jul 23, 2003 at 11:03:54AM +0200, Juergen Spitzmueller spake thusly: > > Martin Vermeer wrote: ... > > > Much better. The only missing thing in the browser is the ability to > > > select an item in the "selected" browser. This is important if you want > > > to delete a specific item

Re: [PATCH] Re: Eureka! This is why Arabic support for lyx 1.3.2 doesn't work in my Mandrake 9.1

2003-07-23 Thread Munzir Taha Obeid
On Thursday 10 July 2003 2:59 pm, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > Andre> Because the '%' will make TeX ignore the rest of the line > Andre> _including_ the newline at the end. So, %\n is invisible to > Andre> TeX's stomach. A \n alone,

Re: The new gtk+ patch

2003-07-23 Thread Huang Ying
> > > Whitespace damage and in configure.ac (spaces instead of a tab) > > Sorry, I am not very clear about what you said, my english is poor. You > > mean I should use whitespaces in the configure.ac, or tab? > > You should use tabs. In some places you have currently used spaces > instead. But

Re: latest cvs compile fails

2003-07-23 Thread Nirmal Govind
> > I see no problems here with Thanks Lars.. it looks like the problem was due to some file in Qt 3.1.2 .. it compiled successfully with Qt 3.0.7... I'm pretty sure I compiled Qt 3.1.2 with the same gcc version but I'm not 100% sure.. Thanks, nirmal

slow response to keystrokes

2003-07-23 Thread Nirmal Govind
I just compiled the latest cvs version and the response to keystrokes is really slow in the editor.. any setting that I need to change to get rid of this behavior? I'm using Qt 3.0.7 on a Debian ppc machine.. Thanks, nirmal

Re: Travel plans

2003-07-23 Thread Asger Kunuk Alstrup
On Wed, 23 Jul 2003, Angus Leeming wrote: > Asger, don't do this to me! I nearly had a heart attack. Today is > Wednesday > > For the record, I arrive on _Thursday_ at Altenburg at 18:25. Jean Marc > arrives 1 hour earlier at Leipzig. Oh, sorry. I was mistaken - I don't know what I was

Re: slow response to keystrokes

2003-07-23 Thread Angus Leeming
Nirmal Govind wrote: > I just compiled the latest cvs version and the response to keystrokes is > really slow in the editor.. any setting that I need to change to get > rid of this behavior? I'm using Qt 3.0.7 on a Debian ppc machine.. The kernel is currently being ripped apart. Slow keystokes

Color picker

2003-07-23 Thread Angus Leeming
I have a nice little color picker here, but I can't remember how xforms prevents interaction in anything other than the current dialog. It'll be a one-liner, but I'm blowed if I know what it is. Anyone? -- Angus

Re: Color picker

2003-07-23 Thread Angus Leeming
Angus Leeming wrote: > I have a nice little color picker here, but I can't remember how xforms > prevents interaction in anything other than the current dialog. It'll be a > one-liner, but I'm blowed if I know what it is. Anyone? That'll be 'fl_deactivate_all_forms()' then. Attached is the

Re: Anybody know this code?

2003-07-23 Thread John Levon
On Wed, Jul 23, 2003 at 11:48:50AM +0200, Juergen Vigna wrote: > Don't you think you shoule slowly start fixing problems than open new > bugs? I mean LyX seems pretty unusable right now and I don't see a fast > way out to a working LyX again. There is no fast way. I'm sure Andre knew what he was

Re: The new gtk+ patch

2003-07-23 Thread John Levon
On Wed, Jul 23, 2003 at 09:23:44PM +0800, Huang Ying wrote: > > You should use tabs. In some places you have currently used spaces > > instead. > But the xforms frontend and qt frontend all use spaces in such places, > why should I use tab? Or I misunderstand you? No they don't - they use tabs

Re: Patch [Re: BranchList class for comment^Wtesting]

2003-07-23 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > The modified files are attached. Please use the attached updated files. It handles enabling/disabling and prevents a crash if the browsers are empty. Sorry, Juergen BTW: Multi selection browsers are possible in xforms with FL_MULTI_BROWSER, but I don't know if

Re: Color picker

2003-07-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > I have a nice little color picker here Wow, faster than lightning ;-) Juergen.

Re: The new gtk+ patch

2003-07-23 Thread Rémi Cohen-Scali
Consider using [C-Q TAB] or [C-Q C-I] or [ESC-X tabify] emacs func. I think this is the style in vi, and I use emacs. In emacs you even can not input a tab, because emacs use tab to indent automatically.

Re: slow response to keystrokes

2003-07-23 Thread Nirmal Govind
> The kernel is currently being ripped apart. Slow keystokes are just one > visible result. Do not use current cvs for real work. Aah I see.. thanks Angus.. nirmal

text2lyx compile error with gcc 3.4 cvs

2003-07-23 Thread John Levon
/usr/local/gcc-cvs/bin/g++ -g -O -fno-exceptions -W -Wall -o tex2lyx texparser.o tex2lyx.o preamble.o math.o table.o text.o tex2lyx.o: In function `std::__simple_alloc, std::__default_alloc_template<(bool)1, (int)0>

Re: minor elsart.layout patch

2003-07-23 Thread Rod Pinna
It may be a slow evolution. I'm currently trying to write a draft paper using it, so I may come across other bits and bobs. Rod On Thu, 24 Jul 2003, Rob Lahaye wrote: > > Rod Pinna wrote: > > Against the 1.4.0 cvs. Allows for numbered sections as does the class > > file. Let me know if I've