Re: Patch: Drawing a box at the end of proofs

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | | PS: The code in layout.C is horrible (all those cases). | | _why_ is it horrible. It used to be more horrible just a _huge_ | switch. After the change the different layout contructs get parsed | separately and we get and warning/error reported if

Re: Patch: Drawing a box at the end of proofs

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | On Fri, Feb 25, 2000 at 08:28:11PM +0100, Lars Gullik Bjønnes wrote: | Dekel Tsur [EMAIL PROTECTED] writes: | | | I'm a little surprised that LyX doesn't draw an end-of-proof symbol at the | | end of proofs, so I've written a patch that does this. |

Re: GUI independence and XTL

2000-02-28 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | is at easy if it can possibly get. But maybe you are right and XTL is | | Read: | | ..is as easy as it ... | | I think I'll have another beer to get sober... Not, in Norway yet are you? Lgb

Re: Arabic support

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | This one I particulary do not like, this is not a LyX property but a | language one. I think we should use Jean-Marcs suggestion and store | rtl info in the babel struct. | | I don't like it either :-( Should be now problem to remove this right away?

Re: Arabic support

2000-02-28 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars not sure about screen_font_encoding either. I think the problem Lars is rather that we don't support several norms at the same time. Yes, once we support this at buffer-level, we should describe the default encoding in the language

Re: GUI independence and XTL

2000-02-28 Thread Jean-Marc Lasgouttes
"Asger" == Asger K Alstrup Nielsen [EMAIL PROTECTED] writes: Asger The LyXLex creature requires a list of keywords to function. Asger This is a simple list of tokens, but it only works if it is Asger sorted. Real life has shown that this is hard. Last time, it Asger was Juergen who couldn't

Re: GUI independence and XTL

2000-02-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Asger" == Asger K Alstrup Nielsen [EMAIL PROTECTED] writes: | | Asger The LyXLex creature requires a list of keywords to function. | Asger This is a simple list of tokens, but it only works if it is | Asger sorted. Real life has shown that this

Re: New 1.1.5csv RPMS plus a new version of tetex-extras

2000-02-28 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" [EMAIL PROTECTED] writes: | Hi everyone, | | I've just updated the lyx-1.1.5cvs and lyxgdb-1.1.5cvs | packages in ftp://ftp.sylvan.com/pub/lyx/devel/ | | These are the latest lyx RPMS from the CVS tree (lyxgdb is a debuggable | version with *just* the lyx binary named

Re: GUI independence and XTL

2000-02-28 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Or we can just sort it... this will slow things down a tiny bit, Lars but you will never be able you measure that. (manually) With an assertion, we are always sure that manual sorting will be done. This is linear time, and only for

Re: propose code for export functions

2000-02-28 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars diff -u -r1.20 fr.po --- po/fr.po 2000/02/17 19:58:59 1.20 +++ Lars po/fr.po 2000/02/25 17:41:16 @@ -3902,7 +3902,7 @@ Lars "Text...%x43|as HTML...%x44|Custom...%x45" msgstr "" Lars "Exporter%t|en LaTeX...%x40|en DVI...%x41|en Lars

Re: 1.1.4fix1 lyxrc date format typos

2000-02-28 Thread Jean-Marc Lasgouttes
"Reuben" == Reuben Thomas [EMAIL PROTECTED] writes: Reuben Thanks for the fix, which is making my life (yet) easier. Reuben There's one small thing: in lyxrc.example, the text commenting Reuben the last entry, about date formats, is still really nasty. I Reuben suggest: The comment was indeed

Re: Lyx problems

2000-02-28 Thread Jean-Marc Lasgouttes
"luigi" == luigi cavaleri [EMAIL PROTECTED] writes: luigi Hi, we are currently trying to install Lyx on our Digital Unix luigi work-station. I had an initial problem, then solved, plus a luigi following one (see below). I was suggested by [EMAIL PROTECTED] luigi (Lars Gullik Bjxnne) to write to

Re: Custom Export

2000-02-28 Thread Jean-Marc Lasgouttes
"Ben" == Ben Cazzolato [EMAIL PROTECTED] writes: Ben Developers Courtesy of Andre Poenitz the command to export as PDF Ben via ps2pdf is: \custom_export_command "ps2pdf '$$FName' `basename Ben '$$FName' .ps_tmp`.pdf" Ben Maybe this could be included as an example for the custom export Ben in

Re: Bug report: parsing latex log files

2000-02-28 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel I've added a counter to the loop, so the loop can be exited if Dekel a 'l.' line isn't found after a certain number of lines. Also, Dekel I've changed scanLogFile to ignore multiple errors at the same Dekel line in the latex file (only first

Re: Patch: Drawing a box at the end of proofs

2000-02-28 Thread Dekel Tsur
On Mon, Feb 28, 2000 at 09:20:11AM +0100, Lars Gullik Bjnnes wrote: | Consider the code of LyXLayout::readLabelType. | It uses a LyXLex::lex() for converting the current token (defining the label | type) to a number (of type LabelTypeTags), and then it does a big switch | for converting the

Re: Arabic support

2000-02-28 Thread Dekel Tsur
On Mon, Feb 28, 2000 at 09:43:32AM +0100, Lars Gullik Bjnnes wrote: | There is other language info which is currently stored in lyxrc (like | screen_font_encoding and kbmap_primary) which shouldn't be stored | there. the kbmap should be there, this is not a buffer property. (I still do

C-S-T binding not working (buffer-typeset-ps)

2000-02-28 Thread Reuben Thomas
In 1.1.4fix1 (installed from the i386 glibc RPMs) C-S-T doesn't seem to work (selecting buffer-typeset-ps from the File menu works fine). I haven't rebound it myself in my lyxrc. -- http://sc3d.org/rrt/ | certain, a. insufficiently analysed

Re: GUI independence and XTL

2000-02-28 Thread Dekel Tsur
On Mon, Feb 28, 2000 at 02:21:12PM +0100, Jean-Marc Lasgouttes wrote: "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: Lars Or we can just sort it... this will slow things down a tiny bit, Lars but you will never be able you measure that. (manually) With an assertion, we are always

Re: Arabic support

2000-02-28 Thread Dekel Tsur
On Sat, Feb 26, 2000 at 01:38:23AM +0200, Dekel Tsur wrote: On Fri, Feb 25, 2000 at 07:59:22PM +0100, Lars Gullik Bjnnes wrote: |The text rendering in the LyX screen doesn't use ligatures. mmm, I have thought about this (ligatures that is) and have the feeling that the cursor

Re: New search engine

2000-02-28 Thread Dekel Tsur
On Sat, Feb 26, 2000 at 06:57:02PM -0300, Alfredo Braunstein wrote: Hi! I'm Alfredo Braunstein, a math (ex) student from Buenos Aires, Argentina. I've been a happy LyX user for two years, and I'd like to help in developement. I have started programming a feature that I missed: a

Re: GUI independence and XTL

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | On Mon, Feb 28, 2000 at 02:21:12PM +0100, Jean-Marc Lasgouttes wrote: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Or we can just sort it... this will slow things down a tiny bit, | Lars but you will never be able you measure

\protect buildup in section headings

2000-02-28 Thread Mark Fardal
Hi, just started using lyx. Here's a mostly cosmetic bug in v.1.0.4: I put a math symbol in a section heading. When exporting to Latex, the math mode markers get \protect pairs. When importing back into lyx, these \protect's then show up on the screen. Each import/export generates an

Re: recreated close shop

2000-02-28 Thread Kayvan A. Sylvan
Having re-created the crash on purpose a few times, I may be able to explain better what I am doing when the crash happens. Hmmm... I can't produce the crash given your instructions. You may have to send your text file (the one you are trying to import) and the *exact* sequence of what you do

Re: Patch: Drawing a box at the end of proofs

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | > | PS: The code in layout.C is horrible (all those cases). | > | > _why_ is it horrible. It used to be more horrible just a _huge_ | > switch. After the change the different layout contructs get parsed | > separately and we get and warning/error

Re: Patch: Drawing a box at the end of proofs

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Fri, Feb 25, 2000 at 08:28:11PM +0100, Lars Gullik Bjønnes wrote: | > Dekel Tsur <[EMAIL PROTECTED]> writes: | > | > | I'm a little surprised that LyX doesn't draw an end-of-proof symbol at the | > | end of proofs, so I've written a patch that does

Re: GUI independence and XTL

2000-02-28 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > is at easy if it can possibly get. But maybe you are right and XTL is | | Read: | | ..is as easy as it ... | | I think I'll have another beer to get sober... Not, in Norway yet are you? Lgb

Re: Arabic support

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | > This one I particulary do not like, this is not a LyX property but a | > language one. I think we should use Jean-Marcs suggestion and store | > rtl info in the babel struct. | | I don't like it either :-( Should be now problem to remove this right

Re: Arabic support

2000-02-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> not sure about screen_font_encoding either. I think the problem Lars> is rather that we don't support several norms at the same time. Yes, once we support this at buffer-level, we should describe the default encoding in the

Re: GUI independence and XTL

2000-02-28 Thread Jean-Marc Lasgouttes
> "Asger" == Asger K Alstrup Nielsen <[EMAIL PROTECTED]> writes: Asger> The LyXLex creature requires a list of keywords to function. Asger> This is a simple list of tokens, but it only works if it is Asger> sorted. Real life has shown that this is hard. Last time, it Asger> was Juergen who

Re: GUI independence and XTL

2000-02-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Asger" == Asger K Alstrup Nielsen <[EMAIL PROTECTED]> writes: | | Asger> The LyXLex creature requires a list of keywords to function. | Asger> This is a simple list of tokens, but it only works if it is | Asger> sorted. Real life has

Re: New 1.1.5csv RPMS plus a new version of tetex-extras

2000-02-28 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Hi everyone, | | I've just updated the lyx-1.1.5cvs and lyxgdb-1.1.5cvs | packages in ftp://ftp.sylvan.com/pub/lyx/devel/ | | These are the latest lyx RPMS from the CVS tree (lyxgdb is a debuggable | version with *just* the lyx binary named

Re: GUI independence and XTL

2000-02-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Or we can just sort it... this will slow things down a tiny bit, Lars> but you will never be able you measure that. (manually) With an assertion, we are always sure that manual sorting will be done. This is linear time, and

Re: propose code for export functions

2000-02-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> diff -u -r1.20 fr.po --- po/fr.po 2000/02/17 19:58:59 1.20 +++ Lars> po/fr.po 2000/02/25 17:41:16 @@ -3902,7 +3902,7 @@ Lars> "Text...%x43|as HTML...%x44|Custom...%x45" msgstr "" Lars> "Exporter%t|en LaTeX...%x40|en

Re: 1.1.4fix1 lyxrc date format typos

2000-02-28 Thread Jean-Marc Lasgouttes
> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes: Reuben> Thanks for the fix, which is making my life (yet) easier. Reuben> There's one small thing: in lyxrc.example, the text commenting Reuben> the last entry, about date formats, is still really nasty. I Reuben> suggest: The comment

Re: Lyx problems

2000-02-28 Thread Jean-Marc Lasgouttes
> "luigi" == luigi cavaleri <[EMAIL PROTECTED]> writes: luigi> Hi, we are currently trying to install Lyx on our Digital Unix luigi> work-station. I had an initial problem, then solved, plus a luigi> following one (see below). I was suggested by [EMAIL PROTECTED] luigi> (Lars Gullik Bjxnne)

Re: Custom Export

2000-02-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Cazzolato <[EMAIL PROTECTED]> writes: Ben> Developers Courtesy of Andre Poenitz the command to export as PDF Ben> via ps2pdf is: \custom_export_command "ps2pdf '$$FName' `basename Ben> '$$FName' .ps_tmp`.pdf" Ben> Maybe this could be included as an example for the custom

Re: Bug report: parsing latex log files

2000-02-28 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> I've added a counter to the loop, so the loop can be exited if Dekel> a 'l.' line isn't found after a certain number of lines. Also, Dekel> I've changed scanLogFile to ignore multiple errors at the same Dekel> line in the latex file

Re: Patch: Drawing a box at the end of proofs

2000-02-28 Thread Dekel Tsur
On Mon, Feb 28, 2000 at 09:20:11AM +0100, Lars Gullik Bjnnes wrote: > | Consider the code of LyXLayout::readLabelType. > | It uses a LyXLex::lex() for converting the current token (defining the label > | type) to a number (of type LabelTypeTags), and then it does a big switch > | for converting

Re: Arabic support

2000-02-28 Thread Dekel Tsur
On Mon, Feb 28, 2000 at 09:43:32AM +0100, Lars Gullik Bjnnes wrote: > | There is other language info which is currently stored in lyxrc (like > | screen_font_encoding and kbmap_primary) which shouldn't be stored > | there. > > the kbmap should be there, this is not a buffer property. (I still

C-S-T binding not working (buffer-typeset-ps)

2000-02-28 Thread Reuben Thomas
In 1.1.4fix1 (installed from the i386 glibc RPMs) C-S-T doesn't seem to work (selecting buffer-typeset-ps from the File menu works fine). I haven't rebound it myself in my lyxrc. -- http://sc3d.org/rrt/ | certain, a. insufficiently analysed

Re: GUI independence and XTL

2000-02-28 Thread Dekel Tsur
On Mon, Feb 28, 2000 at 02:21:12PM +0100, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjnnes <[EMAIL PROTECTED]> writes: > > Lars> Or we can just sort it... this will slow things down a tiny bit, > Lars> but you will never be able you measure that. (manually) > > With an

Re: Arabic support

2000-02-28 Thread Dekel Tsur
On Sat, Feb 26, 2000 at 01:38:23AM +0200, Dekel Tsur wrote: > On Fri, Feb 25, 2000 at 07:59:22PM +0100, Lars Gullik Bjnnes wrote: > > |The text rendering in the LyX screen doesn't use ligatures. > > > > mmm, I have thought about this (ligatures that is) and have the > > feeling that the

Re: New search engine

2000-02-28 Thread Dekel Tsur
On Sat, Feb 26, 2000 at 06:57:02PM -0300, Alfredo Braunstein wrote: > > Hi! I'm Alfredo Braunstein, a math (ex) student from Buenos Aires, > Argentina. I've been a happy LyX user for two years, and I'd like to help in > developement. I have started programming a feature that I missed: a >

Re: GUI independence and XTL

2000-02-28 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Mon, Feb 28, 2000 at 02:21:12PM +0100, Jean-Marc Lasgouttes wrote: | > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | > | > Lars> Or we can just sort it... this will slow things down a tiny bit, | > Lars> but you will never be able

\protect buildup in section headings

2000-02-28 Thread Mark Fardal
Hi, just started using lyx. Here's a mostly cosmetic bug in v.1.0.4: I put a math symbol in a section heading. When exporting to Latex, the math mode markers get \protect pairs. When importing back into lyx, these \protect's then show up on the screen. Each import/export generates an

Re: recreated close shop

2000-02-28 Thread Kayvan A. Sylvan
> Having re-created the crash on purpose a few times, I may be able to > explain better what I am doing when the crash happens. Hmmm... I can't produce the crash given your instructions. You may have to send your text file (the one you are trying to import) and the *exact* sequence of what you