Re: Preferences dialog: Save = Close ??

2000-10-29 Thread Lars Gullik Bjønnes
"R. Lahaye" [EMAIL PROTECTED] writes: | | The Save button in the Preferences dialog | | does the save, but also closes the dialog. | What if it said "Ok"? | | I can't follow in what direction you are thinking. | Just adding an Ok button wouldn't solve the | confusion. I thought more of just

Re: Preferences dialog: Save = Close ??

2000-10-29 Thread R. Lahaye
"Lars Gullik Bjnnes" wrote: "R. Lahaye" [EMAIL PROTECTED] writes: | | The Save button in the Preferences dialog | | does the save, but also closes the dialog. | What if it said "Ok"? | | I can't follow in what direction you are thinking. | Just adding an Ok button wouldn't solve the

Re: Two small fixes

2000-10-29 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | 1. If a line in the TOC contains %, it will not appear in the TOC menu | (as % is a special char for popups). | If fixed this bug by replacing each '%' char by '%%' | (actually, in XForms0.88 this doesn't work, so I'm replacing '%' by '?'. | Please check if

language settings vs. spell checker

2000-10-29 Thread R. Lahaye
Hi, I ran into trouble when having several documents loaded each in a different language (which is set per document in Layout-Document-Language). The spellingchecker will use that language setting to find the correct database. However, names are not the same. For example with dutch: In LyX

Re: language settings vs. spell checker

2000-10-29 Thread Lars Gullik Bjønnes
"R. Lahaye" [EMAIL PROTECTED] writes: | 1) Assuming that each document is entirely in one |single language, but simultaneously loaded documents |can each be in a different language: it then would |not be convenient to set the ispell language in |the general Preferences dialog. |

Re: FormPreferences patch

2000-10-29 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | What to do with individual bind keys? | Eg \bind "Delete" "delete-backward" | \bind "F12" "language french" Imho bindings should go into their own file, why they can very well be edited from preferences. In the preferences file we store the "main"

Re: Problem compiling lyx with gnome on a linux box (fwd)

2000-10-29 Thread Marko Vendelin
Date: Sat, 28 Oct 2000 10:39:04 +0100 From: Yann MORERE [EMAIL PROTECTED] To: LyX devel [EMAIL PROTECTED] Subject: Problem compiling lyx with gnome on a linux box Hello lyx developpers... I've got problems compiling lyx with gnome on linux box here is the error whene configureing

BUG: file-export in 1.1.16pre1

2000-10-29 Thread Gerard Vermeulen (CRTBT)
File-Export shows inconsistent behaviour: I am able to produce *.pdf and *.dvi, but all other options (ASCII, HTML, LaTeX and Postscript) fail. Also for instance "lyx myfile.lyx --export latex" does not produce myfile.tex. As far as I can see lyx goes through all the steps of generating the

Re: BUG: file-export in 1.1.16pre1

2000-10-29 Thread R. Lahaye
"Gerard Vermeulen (CRTBT)" wrote: As far as I can see lyx goes through all the steps of generating the requested output format, but the result gets deleted at the end. I think the output results are left in the tmp directory. Have a look at something: /tmp/lyx_tmp7683aaa/lyx_bufrtmp7683aaa

gnome: cleanup and update() to updateSlot()

2000-10-29 Thread Marko Vendelin
Hi! the attached patch replaces NULL with 0 in the gnome frontend code and makes the frontend to compile again by replacing/adding update() with updateSlot() where appropriate. It seems that DialogBase is changing its methods quite often which is one more good reason to establish class

The preferences file

2000-10-29 Thread Baruch Even
I've just saved the preferences from the dialog by mistake and it forgot about my bind setting, all the rest were copied. On the same note, the current language changing done in LyX is to toggle the chosen language from the bind to english. The problem is when I have several languages at once

lyx-1.1.5fix2 on irix 6.5

2000-10-29 Thread Eli Tziperman
Hello Lyx experts, Like in 1.1.5fix1, version 1.1.5fix2 still has problems compiling on irix 6.5. Actually the linking seems to be the problem now. Am I doing something wrong? thanks... Eli g++ -g -O2 -fno-rtti -fno-exceptions -o lyx BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o

Re: The preferences file

2000-10-29 Thread Dekel Tsur
On Sun, Oct 29, 2000 at 09:47:05AM +0200, Baruch Even wrote: I've just saved the preferences from the dialog by mistake and it forgot about my bind setting, all the rest were copied. On the same note, the current language changing done in LyX is to toggle the chosen language from the bind

Re: language settings vs. spell checker

2000-10-29 Thread Dekel Tsur
On Sun, Oct 29, 2000 at 08:28:22AM +0100, Lars Gullik Bjnnes wrote: | 2) Another solution for 1) could be changing the |language file, that comes with LyX. The first |and second column in this file are ALWAYS the |same. Why is that? We could use the second column |for an

Re: The preferences file

2000-10-29 Thread Baruch Even
On Sun, 29 Oct 2000, Dekel Tsur wrote: On Sun, Oct 29, 2000 at 09:47:05AM +0200, Baruch Even wrote: On the same note, the current language changing done in LyX is to toggle the chosen language from the bind to english. The problem is when I have several languages at once for example a

Locale bug in lyx

2000-10-29 Thread Claudius Link
Hi, I think I found a bug in lyx. If you set the LC_NUMERIC environment variable to de_DE (or anything with a different decimal_point like ',') lyx will complain when opening for example 'dinbrief.lyx' (like in new from template): Warning: need lyxformat 2,15 but found 2,00 and

Re: Locale bug in lyx

2000-10-29 Thread Claudius Link
On Mon, Oct 30, 2000 at 01:11:36AM +0100, Claudius Link wrote: ... Sorry, I forgot to include the version of lyx: LyX Version 1.1.4fix3 of Fri, Apr 7 2000 Regards, Claudius -- Claudius Link [EMAIL PROTECTED]

Re: Locale bug in lyx

2000-10-29 Thread Garst R. Reese
Claudius Link wrote: On Mon, Oct 30, 2000 at 01:11:36AM +0100, Claudius Link wrote: ... Sorry, I forgot to include the version of lyx: LyX Version 1.1.4fix3 of Fri, Apr 7 2000 Regards, Claudius -- Claudius Link [EMAIL PROTECTED] You might want to try 1.1.5fix2

Literate Programming problems

2000-10-29 Thread Kayvan A. Sylvan
Hi all, I just checked the latest CVS and I have the following problems with Literate Programming (probably related to import and export). 1) The Import menu only shows Import-Latex (Import-Noweb is greyed out). 2) The build-program option is not appearing in my File menu. This happens

Re: Literate Programming problems

2000-10-29 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: Hi all, I just checked the latest CVS and I have the following problems with Literate Programming (probably related to import and export). 1) The Import menu only shows Import-Latex (Import-Noweb is greyed out). 2) The build-program option is not appearing

Re: Problem compiling lyx with gnome on a linux box

2000-10-29 Thread Yann MORERE
Garst R. Reese wrote: where is the problem. did i forgot something on more time ;-) gtkmm-1.1.2 ? I looked at that more closely this weekend, truely, the gtkmm-1.1.2 package was not installed. so I installed it in the helix version of gnome on my suse linux box. now configure is

Re: Problem compiling lyx with gnome on a linux box (fwd)

2000-10-29 Thread Yann MORERE
Marko Vendelin wrote: where is the problem. did i forgot something on more time ;-) Hi Yann! indeed, you've forgotten to install some required libraries. LyX gnome port requires three additional libraries: gtk--, gnome--, and libsigc++. You can obtain these fine libraries from

Re: Problem compiling lyx 1.1.6 on OSF 4 alpha

2000-10-29 Thread Yann MORERE
Lars Gullik Bjønnes wrote: Yann MORERE [EMAIL PROTECTED] writes: | I have to admit that I did not look too closely to your error messages, so | maybe the sugesstion is complete nonsense... | | no, i don't think, so, your remark seems to be good. This might work: confiugre lyx with

Re: Preferences dialog: Save = Close ??

2000-10-29 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | > | The button in the Preferences dialog | > | does the save, but also closes the dialog. | > What if it said "Ok"? | | I can't follow in what direction you are thinking. | Just adding an button wouldn't solve the | confusion. I thought more of just

Re: Preferences dialog: Save = Close ??

2000-10-29 Thread R. Lahaye
"Lars Gullik Bjnnes" wrote: > > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | > | The button in the Preferences dialog > | > | does the save, but also closes the dialog. > | > What if it said "Ok"? > | > | I can't follow in what direction you are thinking. > | Just adding an button wouldn't

Re: Two small fixes

2000-10-29 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | 1. If a line in the TOC contains %, it will not appear in the TOC menu | (as % is a special char for popups). | If fixed this bug by replacing each '%' char by '%%' | (actually, in XForms0.88 this doesn't work, so I'm replacing '%' by '?'. | Please check

language settings vs. spell checker

2000-10-29 Thread R. Lahaye
Hi, I ran into trouble when having several documents loaded each in a different language (which is set per document in Layout->Document->Language). The spellingchecker will use that language setting to find the correct database. However, names are not the same. For example with dutch: In LyX

Re: language settings vs. spell checker

2000-10-29 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | 1) Assuming that each document is entirely in one |single language, but simultaneously loaded documents |can each be in a different language: it then would |not be convenient to set the ispell language in |the general Preferences dialog.

Re: FormPreferences patch

2000-10-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | What to do with individual bind keys? | Eg \bind "Delete" "delete-backward" | \bind "F12" "language french" Imho bindings should go into their own file, why they can very well be edited from preferences. In the preferences file we store the "main"

Re: Problem compiling lyx with gnome on a linux box (fwd)

2000-10-29 Thread Marko Vendelin
> Date: Sat, 28 Oct 2000 10:39:04 +0100 > From: Yann MORERE <[EMAIL PROTECTED]> > To: LyX devel <[EMAIL PROTECTED]> > Subject: Problem compiling lyx with gnome on a linux box > > Hello lyx developpers... > > I've got problems compiling lyx with gnome on linux box > > here is the error whene

BUG: file->export in 1.1.16pre1

2000-10-29 Thread Gerard Vermeulen (CRTBT)
File->Export shows inconsistent behaviour: I am able to produce *.pdf and *.dvi, but all other options (ASCII, HTML, LaTeX and Postscript) fail. Also for instance "lyx myfile.lyx --export latex" does not produce myfile.tex. As far as I can see lyx goes through all the steps of generating the

Re: BUG: file->export in 1.1.16pre1

2000-10-29 Thread R. Lahaye
"Gerard Vermeulen (CRTBT)" wrote: > As far as I can see lyx goes through all the steps of generating > the requested output format, but the result gets deleted at the > end. I think the output results are left in the tmp directory. Have a look at something:

gnome: cleanup and update() to updateSlot()

2000-10-29 Thread Marko Vendelin
Hi! the attached patch replaces NULL with 0 in the gnome frontend code and makes the frontend to compile again by replacing/adding update() with updateSlot() where appropriate. It seems that DialogBase is changing its methods quite often which is one more good reason to establish class

The preferences file

2000-10-29 Thread Baruch Even
I've just saved the preferences from the dialog by mistake and it forgot about my bind setting, all the rest were copied. On the same note, the current language changing done in LyX is to toggle the chosen language from the bind to english. The problem is when I have several languages at once

lyx-1.1.5fix2 on irix 6.5

2000-10-29 Thread Eli Tziperman
Hello Lyx experts, Like in 1.1.5fix1, version 1.1.5fix2 still has problems compiling on irix 6.5. Actually the linking seems to be the problem now. Am I doing something wrong? thanks... Eli g++ -g -O2 -fno-rtti -fno-exceptions -o lyx BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o

Re: The preferences file

2000-10-29 Thread Dekel Tsur
On Sun, Oct 29, 2000 at 09:47:05AM +0200, Baruch Even wrote: > I've just saved the preferences from the dialog by mistake and it forgot > about my bind setting, all the rest were copied. > > On the same note, the current language changing done in LyX is to toggle > the chosen language from the

Re: language settings vs. spell checker

2000-10-29 Thread Dekel Tsur
On Sun, Oct 29, 2000 at 08:28:22AM +0100, Lars Gullik Bjnnes wrote: > > | 2) Another solution for 1) could be changing the > |language file, that comes with LyX. The first > |and second column in this file are ALWAYS the > |same. Why is that? We could use the second column > |for

Re: The preferences file

2000-10-29 Thread Baruch Even
On Sun, 29 Oct 2000, Dekel Tsur wrote: > On Sun, Oct 29, 2000 at 09:47:05AM +0200, Baruch Even wrote: > > On the same note, the current language changing done in LyX is to toggle > > the chosen language from the bind to english. The problem is when I have > > several languages at once for

Locale bug in lyx

2000-10-29 Thread Claudius Link
Hi, I think I found a bug in lyx. If you set the LC_NUMERIC environment variable to de_DE (or anything with a different decimal_point like ',') lyx will complain when opening for example 'dinbrief.lyx' (like in new from template): Warning: need lyxformat 2,15 but found 2,00 and

Re: Locale bug in lyx

2000-10-29 Thread Claudius Link
On Mon, Oct 30, 2000 at 01:11:36AM +0100, Claudius Link wrote: ... Sorry, I forgot to include the version of lyx: LyX Version 1.1.4fix3 of Fri, Apr 7 2000 Regards, Claudius -- Claudius Link [EMAIL PROTECTED]

Re: Locale bug in lyx

2000-10-29 Thread Garst R. Reese
Claudius Link wrote: > > On Mon, Oct 30, 2000 at 01:11:36AM +0100, Claudius Link wrote: > ... > > Sorry, I forgot to include the version of lyx: > > LyX Version 1.1.4fix3 of Fri, Apr 7 2000 > > Regards, > Claudius > -- > > Claudius Link [EMAIL PROTECTED] You might want to

Literate Programming problems

2000-10-29 Thread Kayvan A. Sylvan
Hi all, I just checked the latest CVS and I have the following problems with Literate Programming (probably related to import and export). 1) The Import menu only shows Import->Latex (Import->Noweb is greyed out). 2) The build-program option is not appearing in my File menu. This happens

Re: Literate Programming problems

2000-10-29 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > Hi all, > > I just checked the latest CVS and I have the following problems with > Literate Programming (probably related to import and export). > > 1) The Import menu only shows Import->Latex (Import->Noweb is greyed out). > > 2) The build-program option is not

Re: Problem compiling lyx with gnome on a linux box

2000-10-29 Thread Yann MORERE
Garst R. Reese wrote: > > > > > where is the problem. > > > > did i forgot something on more time ;-) > gtkmm-1.1.2 ? I looked at that more closely this weekend, truely, the gtkmm-1.1.2 package was not installed. so I installed it in the helix version of gnome on my suse linux box. now

Re: Problem compiling lyx with gnome on a linux box (fwd)

2000-10-29 Thread Yann MORERE
Marko Vendelin wrote: > > > where is the problem. > > > > did i forgot something on more time ;-) > > Hi Yann! > > indeed, you've forgotten to install some required libraries. LyX gnome > port requires three additional libraries: gtk--, gnome--, and libsigc++. > You can obtain these fine

Re: Problem compiling lyx 1.1.6 on OSF 4 alpha

2000-10-29 Thread Yann MORERE
Lars Gullik Bjønnes wrote: > > Yann MORERE <[EMAIL PROTECTED]> writes: > > | > I have to admit that I did not look too closely to your error messages, so > | > maybe the sugesstion is complete nonsense... > | > | no, i don't think, so, your remark seems to be good. > > This might work: