non-math-mode sub/superscripts ?

2000-11-08 Thread R. Lahaye
Martin Vermeer wrote: What about making subscript and superscript outside the math panel in non-math mode, using the same \lower command that the LyX icon is built with? What is "\lower" ? Or do you mean using \raisebox{lift}[height][depth]{text}, in which case you do not enter the math-mode

Re: FormPreferences patch

2000-11-08 Thread Juergen Vigna
On 07-Nov-2000 Dekel Tsur wrote: I guess you only use Latin languages, in which case a single keymap suffices. But if you want, for example, Hebrew/Russian/English, then you need 3 different maps!. Well I understood that you have other keymap problems then me and I want to resolve them

Compilation of LyX on Debian 2.2

2000-11-08 Thread Yves . Pocchiola
I have recently switched from Suse2.3 to Debian2.2 Linux Distribution. Since I don't manage to compile LyX (last version 1.1.5Fix2) (there was no problem with suse) I have downloaded libxforms.so.0.89 and libXpm.so.4.11 and the associated header files and reflected their location both via PATH

Re: New patch: for default.ui only

2000-11-08 Thread Baruch Even
On Wed, 8 Nov 2000, R. Lahaye wrote: - Item "Subscript|S" "math-insert _" - Item "Superscript|u" "math-insert ^" + Item "Subscript|S" "command-sequence math-insert _;math-mode;" + Item "Superscript|u" "command-sequence math-insert ^;math-mode;" Could a similar

comments in code

2000-11-08 Thread Angus Leeming
Thanks for those comments in FormPreferences.C and in filetools.C, Lars. I've put in some comments of my own that should explain why things are the way they are in FormPreferences.C. E.g., in inputPaths(): // !ob if function is called from updatePaths() to de/activate objects,

Re: comments in code

2000-11-08 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Thanks for those comments in FormPreferences.C and in filetools.C, | Lars. I have a reproducible segfault upon exit from lyx and it appen withthe button controller and button policy so I was reading the code and got a but puzzled by some of it... btw.

My keymap suggestion

2000-11-08 Thread Baruch Even
My previous idea for the keymap change is flawed since its only good for the first editing, and will not work when editing. Consider the case when a user wrote some text in some language with its key binded keymap, now he changed keymap, wrote some and regretted, he now presses the delete key

Render error

2000-11-08 Thread flatmax
Hi there, I am getting a strange 'render error' for some images with LyX. The output to terminal is : Xlib: connection to ":0.0" refused by server Xlib: XDM authorization key matches an existing client! Error: Couldn't find per display information GS [659] error 256 E:1 1 S:0 0 Could anyone

Re: Compilation of LyX on Debian 2.2

2000-11-08 Thread John Levon
On Wed, 8 Nov 2000 [EMAIL PROTECTED] wrote: I have recently switched from Suse2.3 to Debian2.2 Linux Distribution. Since I don't manage to compile LyX (last version 1.1.5Fix2) (there was no problem with suse) I have downloaded libxforms.so.0.89 and libXpm.so.4.11 and the associated

Re: non-math-mode sub/superscripts ?

2000-11-08 Thread R. Lahaye
"R. Lahaye" wrote: Martin Vermeer wrote: What about making subscript and superscript outside the math panel in non-math mode, using the same \lower command that the LyX icon is built with? What is "\lower" ? Or do you mean using \raisebox{lift}[height][depth]{text}, in which case

Re: stray LyX-files in /tmp ?

2000-11-08 Thread Jean-Marc Lasgouttes
"R" == R Lahaye [EMAIL PROTECTED] writes: R Hi, In addition to the /tmp/.lyx_tmp (which is nicely cleaned R up when exiting LyX), I'm building up quite a lot of stray files in R /tmp, such as R file47ZHZd file4khDB7 file6Z5eWf [...] R Their contents is that of a LyX-document. R These

Re: patch: the colour of the tab folder.

2000-11-08 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc, this is a patch for you, as you were the one Angus interested in changing the colour of the active tab folder to Angus make it more visible. Thanks. I don't plan to be a pain much much longer, so if we can't get this worked

Re: patch: the colour of the tab folder.

2000-11-08 Thread Angus Leeming
On Wed, 08 Nov 2000, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc, this is a patch for you, as you were the one Angus interested in changing the colour of the active tab folder to Angus make it more visible. Thanks. I don't plan to be a

rgb.txt parsing

2000-11-08 Thread Jean-Marc Lasgouttes
Angus, I have commited code to parse the rgb.txt file with lyxlex. Could you please check that I did it right? The functionality should be the same as it was. I did not touch the code which filters the list of colors, but I am not sure what it does. For example, do we really need to filter out

Re: patch: the colour of the tab folder.

2000-11-08 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I don't really understand either! As you can see, all I did was Angus reset the colours of the FLAT_BOX forming the background to Angus each tab. This is what was done in one of the xforms demos Angus (folder.c). It doesn't really make

Re: patch: the colour of the tab folder.

2000-11-08 Thread Angus Leeming
Angus I already use Angusfl_mapcolor(FL_FREE_COL4, col.r, col.g, col.b); Angus to set the colour of that button in the Colours tab (coloured Angus FL_FREE_COL4) to whatever I choose. Why not also do something Angus similar with FL_COL1 etc. The LyX colour browser on the right

Re: rgb.txt parsing

2000-11-08 Thread Angus Leeming
On Wed, 08 Nov 2000, Jean-Marc Lasgouttes wrote: Angus, I have commited code to parse the rgb.txt file with lyxlex. Could you please check that I did it right? The functionality should be the same as it was. I'll have a look, but I'm sure it's right! I did not touch the code which filters

Re: Compiling Errors

2000-11-08 Thread Lior Silberman
You may be having some kind of memory shortage. Try compiling without debug information which will save both memory and disk space. Do: make clean setenv CXXFLAGS -O configure [whatever configure options you use] make And see what happens Lior. PS: Shouldn't we have -O as the default

Re: rgb.txt parsing

2000-11-08 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus The code ensures that each RGB entry is unique. No more. Is it actually needed? Angus The black, white stuff was purely an add on so that "black" and Angus "white" appeared at the top of the list. No real reason for it. Angus If I

small bug in lyx-1.1.5fix2

2000-11-08 Thread Peter Breitenlohner
Hi, I just fetched lyx-1.1.5fix2.tar.gz and compiled/installed it on our ix86 linux systems. All worked fine, almost without any problems. In order to configure with --disable-nls and to get all files installed (in the right place?) and to avoid an error message during "make install" I had to

Re: FormPreferences patch

2000-11-08 Thread Angus Leeming
Attached is a patch that gets rid of the timer. Feedback now uses the Preemptive handler instead. Much simpler. The patch also finishes off the Converters and Formats tabs. ALMOST. I need a little help to finish off, so... I haven't made use of a functor; if anyone is desperately worried, then

Re: FormPreferences patch

2000-11-08 Thread Dekel Tsur
On Tue, Nov 07, 2000 at 10:23:47PM +0100, Lars Gullik Bjnnes wrote: Dekel Tsur [EMAIL PROTECTED] writes: | Use | struct compare_formats { | bool operator()(Format const a, Format const b) { | return a.name b.name; | } | } | | and then |

Re: stray LyX-files in /tmp ?

2000-11-08 Thread Dekel Tsur
On Wed, Nov 08, 2000 at 02:43:09PM +0100, Jean-Marc Lasgouttes wrote: "R" == R Lahaye [EMAIL PROTECTED] writes: R Hi, In addition to the /tmp/.lyx_tmp (which is nicely cleaned R up when exiting LyX), I'm building up quite a lot of stray files in R /tmp, such as R file47ZHZd

[patch] Small fix

2000-11-08 Thread Dekel Tsur
nothing interesting to write here patch.gz

Re: non-math-mode sub/superscripts ?

2000-11-08 Thread Martin Vermeer
On Wed, Nov 08, 2000 at 05:21:05PM +0900, R. Lahaye wrote: Date: Wed, 08 Nov 2000 17:21:05 +0900 From: "R. Lahaye" [EMAIL PROTECTED] Organization: Postech X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-5.0 i686) X-Accept-Language: en To: Martin Vermeer [EMAIL PROTECTED] CC: LyX

Re: FormPreferences patch

2000-11-08 Thread Dekel Tsur
On Wed, Nov 08, 2000 at 06:43:08PM +, Angus Leeming wrote: Can't yet Apply the Converters because I didn't have time to make Converter a "real" class. Ie, it's still static. Perhaps you'd do this, Dekel, as you know the code best. (Everything in FormPreferences should be ready; all

Re: Compilation of LyX on Debian 2.2

2000-11-08 Thread Paul Seelig
[EMAIL PROTECTED] writes: Other question: Is a debian package available for LyX (even not the last version of LyX)? Check "http://packages.debian.org/lyx" and maybe ask the official maintainer to update the package he maintains to a more recent upstream release.

FormPref-colour of tabs: layman's suggestion

2000-11-08 Thread R. Lahaye
Hi, Currently, when my pointer is on top of a tab, the tab's background colour is changed into a lighter one. This action in itself is not very useful (the tab as an indicator where my pointer is ?). Would it be possible to disconnect this colour change from the pointer and use the light

(not) a Bug

2000-11-08 Thread NightSwan
Hi all, it's not really a bug, just a little annoying, since I have to fire-up vim when editing large math-equasions. Lyx doen't seem to wrap long math-lines, so you can continue typing 'off-screen' and thus not see what you are doing. It's not really a bug, just something that would make my

math-macro / undo

2000-11-08 Thread Alexander Babanov
Hi, all, I use 1.1.5-fix2 under SunOS 2.5/2.6/2.7. 1. I haven't found this bug in the known bugs list, so here it is: * open mm1.lyx then mm2.lyx - observe strange {2} thing * restart lyx * open mm2.lyx then mm1.lyx - observe parsing problem Also, you may say math-macro bug 1 in one document,

Export-pdflatex vs. figures

2000-11-08 Thread R. Lahaye
Hi, Pdflatex ends with error messages, when figures are included in the document (eps-figures in my case). I suppose this is a pdflatex problem, isn't it? However, the error messages that appear in LyX are a bit confusing. Wouldn't it be better to catch this when using pdflatex and generate a

non-math-mode sub/superscripts ?

2000-11-08 Thread R. Lahaye
Martin Vermeer wrote: > What about making subscript and superscript outside > the math panel in non-math mode, using the same > \lower command that the LyX icon is built with? What is "\lower" ? Or do you mean using \raisebox{lift}[height][depth]{text}, in which case you do not enter the

Re: FormPreferences patch

2000-11-08 Thread Juergen Vigna
On 07-Nov-2000 Dekel Tsur wrote: > > I guess you only use Latin languages, in which case a single keymap suffices. > But if you want, for example, Hebrew/Russian/English, then you need 3 > different maps!. > Well I understood that you have other keymap problems then me and I want to resolve

Compilation of LyX on Debian 2.2

2000-11-08 Thread Yves . Pocchiola
I have recently switched from Suse2.3 to Debian2.2 Linux Distribution. Since I don't manage to compile LyX (last version 1.1.5Fix2) (there was no problem with suse) I have downloaded libxforms.so.0.89 and libXpm.so.4.11 and the associated header files and reflected their location both via PATH

Re: New patch: for default.ui only

2000-11-08 Thread Baruch Even
On Wed, 8 Nov 2000, R. Lahaye wrote: > > - Item "Subscript|S" "math-insert _" > > - Item "Superscript|u" "math-insert ^" > > + Item "Subscript|S" "command-sequence math-insert _;math-mode;" > > + Item "Superscript|u" "command-sequence math-insert ^;math-mode;" Could a

comments in code

2000-11-08 Thread Angus Leeming
Thanks for those comments in FormPreferences.C and in filetools.C, Lars. I've put in some comments of my own that should explain why things are the way they are in FormPreferences.C. E.g., in inputPaths(): // !ob if function is called from updatePaths() to de/activate objects,

Re: comments in code

2000-11-08 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Thanks for those comments in FormPreferences.C and in filetools.C, | Lars. I have a reproducible segfault upon exit from lyx and it appen withthe button controller and button policy so I was reading the code and got a but puzzled by some of it...

My keymap suggestion

2000-11-08 Thread Baruch Even
My previous idea for the keymap change is flawed since its only good for the first editing, and will not work when editing. Consider the case when a user wrote some text in some language with its key binded keymap, now he changed keymap, wrote some and regretted, he now presses the delete key

Render error

2000-11-08 Thread flatmax
Hi there, I am getting a strange 'render error' for some images with LyX. The output to terminal is : Xlib: connection to ":0.0" refused by server Xlib: XDM authorization key matches an existing client! Error: Couldn't find per display information GS [659] error 256 E:1 1 S:0 0 Could anyone

Re: Compilation of LyX on Debian 2.2

2000-11-08 Thread John Levon
On Wed, 8 Nov 2000 [EMAIL PROTECTED] wrote: > > I have recently switched from Suse2.3 to Debian2.2 Linux Distribution. Since I > don't manage to compile LyX (last version 1.1.5Fix2) (there was no problem with > suse) > I have downloaded libxforms.so.0.89 and libXpm.so.4.11 and the associated >

Re: non-math-mode sub/superscripts ?

2000-11-08 Thread R. Lahaye
"R. Lahaye" wrote: > > Martin Vermeer wrote: > > What about making subscript and superscript outside > > the math panel in non-math mode, using the same > > \lower command that the LyX icon is built with? > > What is "\lower" ? > Or do you mean using \raisebox{lift}[height][depth]{text}, > in

Re: stray LyX-files in /tmp ?

2000-11-08 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, In addition to the /tmp/.lyx_tmp (which is nicely cleaned R> up when exiting LyX), I'm building up quite a lot of stray files in R> /tmp, such as R> file47ZHZd file4khDB7 file6Z5eWf [...] R> Their contents is that of a LyX-document.

Re: patch: the colour of the tab folder.

2000-11-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, this is a patch for you, as you were the one Angus> interested in changing the colour of the active tab folder to Angus> make it more visible. Thanks. I don't plan to be a pain much much longer, so if we can't get this

Re: patch: the colour of the tab folder.

2000-11-08 Thread Angus Leeming
On Wed, 08 Nov 2000, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Jean-Marc, this is a patch for you, as you were the one > Angus> interested in changing the colour of the active tab folder to > Angus> make it more visible. > > Thanks. I

rgb.txt parsing

2000-11-08 Thread Jean-Marc Lasgouttes
Angus, I have commited code to parse the rgb.txt file with lyxlex. Could you please check that I did it right? The functionality should be the same as it was. I did not touch the code which filters the list of colors, but I am not sure what it does. For example, do we really need to filter out

Re: patch: the colour of the tab folder.

2000-11-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I don't really understand either! As you can see, all I did was Angus> reset the colours of the FLAT_BOX forming the background to Angus> each tab. This is what was done in one of the xforms demos Angus> (folder.c). It doesn't

Re: patch: the colour of the tab folder.

2000-11-08 Thread Angus Leeming
> Angus> I already use > > Angus>fl_mapcolor(FL_FREE_COL4, col.r, col.g, col.b); > > Angus> to set the colour of that button in the Colours tab (coloured > Angus> FL_FREE_COL4) to whatever I choose. Why not also do something > Angus> similar with FL_COL1 etc. The LyX colour browser on the

Re: rgb.txt parsing

2000-11-08 Thread Angus Leeming
On Wed, 08 Nov 2000, Jean-Marc Lasgouttes wrote: > Angus, > > I have commited code to parse the rgb.txt file with lyxlex. Could you > please check that I did it right? The functionality should be the same > as it was. I'll have a look, but I'm sure it's right! > I did not touch the code which

Re: Compiling Errors

2000-11-08 Thread Lior Silberman
You may be having some kind of memory shortage. Try compiling without debug information which will save both memory and disk space. Do: make clean setenv CXXFLAGS -O configure [whatever configure options you use] make And see what happens Lior. PS: Shouldn't we have -O as the default

Re: rgb.txt parsing

2000-11-08 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The code ensures that each RGB entry is unique. No more. Is it actually needed? Angus> The black, white stuff was purely an add on so that "black" and Angus> "white" appeared at the top of the list. No real reason for it.

small bug in lyx-1.1.5fix2

2000-11-08 Thread Peter Breitenlohner
Hi, I just fetched lyx-1.1.5fix2.tar.gz and compiled/installed it on our ix86 linux systems. All worked fine, almost without any problems. In order to configure with --disable-nls and to get all files installed (in the right place?) and to avoid an error message during "make install" I had to

Re: FormPreferences patch

2000-11-08 Thread Angus Leeming
Attached is a patch that gets rid of the timer. Feedback now uses the Preemptive handler instead. Much simpler. The patch also finishes off the Converters and Formats tabs. ALMOST. I need a little help to finish off, so... I haven't made use of a functor; if anyone is desperately worried, then

Re: FormPreferences patch

2000-11-08 Thread Dekel Tsur
On Tue, Nov 07, 2000 at 10:23:47PM +0100, Lars Gullik Bjnnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | Use > | struct compare_formats { > | bool operator()(Format const & a, Format const & b) { > | return a.name < b.name; > | } > | } > | > | and then > |

Re: stray LyX-files in /tmp ?

2000-11-08 Thread Dekel Tsur
On Wed, Nov 08, 2000 at 02:43:09PM +0100, Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> Hi, In addition to the /tmp/.lyx_tmp (which is nicely cleaned > R> up when exiting LyX), I'm building up quite a lot of stray files in > R> /tmp, such as > > R>

[patch] Small fix

2000-11-08 Thread Dekel Tsur
patch.gz

Re: non-math-mode sub/superscripts ?

2000-11-08 Thread Martin Vermeer
On Wed, Nov 08, 2000 at 05:21:05PM +0900, R. Lahaye wrote: > Date: Wed, 08 Nov 2000 17:21:05 +0900 > From: "R. Lahaye" <[EMAIL PROTECTED]> > Organization: Postech > X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-5.0 i686) > X-Accept-Language: en > To: Martin Vermeer <[EMAIL PROTECTED]> > CC:

Re: FormPreferences patch

2000-11-08 Thread Dekel Tsur
On Wed, Nov 08, 2000 at 06:43:08PM +, Angus Leeming wrote: > Can't yet Apply the Converters because I didn't have time to make Converter a > "real" class. Ie, it's still static. Perhaps you'd do this, Dekel, as you > know the code best. (Everything in FormPreferences should be ready; all

Re: Compilation of LyX on Debian 2.2

2000-11-08 Thread Paul Seelig
[EMAIL PROTECTED] writes: > Other question: Is a debian package available for LyX (even not the last version > of LyX)? > Check "http://packages.debian.org/lyx" and maybe ask the official maintainer to update the package he maintains to a more recent upstream release.

FormPref-colour of tabs: layman's suggestion

2000-11-08 Thread R. Lahaye
Hi, Currently, when my pointer is on top of a tab, the tab's background colour is changed into a lighter one. This action in itself is not very useful (the tab as an indicator where my pointer is ?). Would it be possible to disconnect this colour change from the pointer and use the light

(not) a Bug

2000-11-08 Thread NightSwan
Hi all, it's not really a bug, just a little annoying, since I have to fire-up vim when editing large math-equasions. Lyx doen't seem to wrap long math-lines, so you can continue typing 'off-screen' and thus not see what you are doing. It's not really a bug, just something that would make my

math-macro / undo

2000-11-08 Thread Alexander Babanov
Hi, all, I use 1.1.5-fix2 under SunOS 2.5/2.6/2.7. 1. I haven't found this bug in the known bugs list, so here it is: * open mm1.lyx then mm2.lyx - observe strange {2} thing * restart lyx * open mm2.lyx then mm1.lyx - observe parsing problem Also, you may say math-macro bug 1 in one document,

Export->pdflatex vs. figures

2000-11-08 Thread R. Lahaye
Hi, Pdflatex ends with error messages, when figures are included in the document (eps-figures in my case). I suppose this is a pdflatex problem, isn't it? However, the error messages that appear in LyX are a bit confusing. Wouldn't it be better to catch this when using pdflatex and generate a