Re: Linuxcare word processors page

2000-03-14 Thread Andre Poenitz
Should we be on it? *shrug* ... spread the word I'd say. Andre' -- It'll take a long time to eat 63.000 peanuts. André Pönitz . [EMAIL PROTECTED]

Re: Crash in 1.1.4fix2

2000-03-14 Thread Ben Cazzolato
Kayvan et al. OK. Lyx has been crashing in the same manner ever since 1.1 was released. The only problem is it isn't reproducable despite it occuring frequently (weekly). Can I run the lyxgdb RPM version all the time so that when it does crash I can go through the same procedure with gdb and

Re: Crash in 1.1.4fix2

2000-03-14 Thread Andre Poenitz
Can I run the lyxgdb RPM version all the time so that when it does crash I can go through the same procedure with gdb and reproduce a useful trace? Are there any limitations with the lyxgdb version (I noticed that the gdb RPM was smaller than the standard RPM)? If not then maybe this should

Installing LyX 1.1.2 on Irix 5.3

2000-03-14 Thread john
I've been trying to build LyX 1.1.2 on an old SGI Indy with Irix 5.3. (We're slowly replacing these with PCs, but can't afford to do so all at once. The Indys can't be upgraded to - the most recent - Irix 6.5 without an uneconomic hardware upgrade.) I fetched Xpm 4.11 (3.4k) and libforms 88, and

Re: LyXFunc

2000-03-14 Thread Jean-Marc Lasgouttes
"Andre" == Andre Poenitz [EMAIL PROTECTED] writes: Andre I think it would be cleaner if we had a global LyXFunc object Andre that gets BufferView and Minibuffer pointer/ref passed to Andre Dispatch. Andre The current use of owner-view() (442 times) and Andre owner-GetMiniBuffer() (78 times)

Re: LyXFunc

2000-03-14 Thread Andre Poenitz
I guess the owner comes from the fact that it is indeed the LyXView which owns everything... However, it might be a good idea to declare inline minibuffer() and view() functions which would hide that for us. Sounds reasonable although I still do not understand why LyXFunc has to be tied to

Re: LyXFunc

2000-03-14 Thread Jean-Marc Lasgouttes
"Andre" == Andre Poenitz [EMAIL PROTECTED] writes: I guess the owner comes from the fact that it is indeed the LyXView which owns everything... However, it might be a good idea to declare inline minibuffer() and view() functions which would hide that for us. Andre Sounds reasonable

Re: lyx-1.1.5cvs bug (pasting into footnote)

2000-03-14 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel On Thu, Mar 09, 2000 at 04:17:21PM -0800, Kayvan A. Sylvan Dekel wrote: I was working with my document (a Literate CGI perl script with all scripts and Makefiles included in the document) and got the following. Can anyone reproduce it?

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Garst R. Reese
Allan Rae wrote: I'm planning on getting a Eurorail Pass and sleeping on the train thereby combining accomodation and transport costs ;-) It also means I can travel when I want too (unlike planes) and don't have to worry about a car (by my very rough calculations it'll probably be quite a

Re: Porting pop-ups in the rae branch

2000-03-14 Thread John Levon
On Sat, 11 Mar 2000, Allan Rae wrote: I don't want every file moved at once and in particular I only want one dialog per .fd file. When a new form is made gui-indep then its .fd should be in the xforms/forms. It doesn't necessarily have to be derived from the old .fd that it may have been

Re: BUG: since version 1.1.4: sigsev

2000-03-14 Thread Jean-Marc Lasgouttes
"Garst" == Garst R Reese [EMAIL PROTECTED] writes: Garst Does this happen after you have imported an ascii file? Are you Garst backspacing to delete pink blanks at the beginning of Garst paragraphs? Jean Marc, this is precisely the bug I reported Garst just after 1.1.4 came out. You asked for

Re: Installing LyX 1.1.2 on Irix 5.3

2000-03-14 Thread Jean-Marc Lasgouttes
"john" == john [EMAIL PROTECTED] writes: john I've been trying to build LyX 1.1.2 on an old SGI Indy with Irix john 5.3. (We're slowly replacing these with PCs, but can't afford to john do so all at once. The Indys can't be upgraded to - the most john recent - Irix 6.5 without an uneconomic

MathML browser

2000-03-14 Thread Andre Poenitz
Has anybody any experience with a working MathML browser? Andre' -- It'll take a long time to eat 63.000 peanuts. André Pönitz . [EMAIL PROTECTED]

Re: BUG: since version 1.1.4: sigsev

2000-03-14 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: "Garst" == Garst R Reese [EMAIL PROTECTED] writes: Garst Does this happen after you have imported an ascii file? Are you Garst backspacing to delete pink blanks at the beginning of Garst paragraphs? Jean Marc, this is precisely the bug I reported Garst just

Re: Crash in 1.1.4fix2

2000-03-14 Thread Kayvan A. Sylvan
On Tue, Mar 14, 2000 at 09:01:53AM +, Ben Cazzolato wrote: Kayvan et al. OK. Lyx has been crashing in the same manner ever since 1.1 was released. The only problem is it isn't reproducable despite it occuring frequently (weekly). Can I run the lyxgdb RPM version all the time so that

LaTeX parser

2000-03-14 Thread Andre Poenitz
It just occured to me: Why don't we use LaTeX for parsing its own format? We just have to redefine a lot of macros to typeout the information we need. For conversion of a section headline \def\section#1{\typeout{\\section}\typeout{}\typeout{#1}} is all that is needed.

Small lyx.spec fix

2000-03-14 Thread Kayvan A. Sylvan
Without this fix, RPM compilation fails on systems where LINGUAS is not set by default (Redhat 5.X and 6.0). This fix still lets RH6.X (X = 1) build the rpm without problems. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids:

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | On 16 Feb 2000, Lars Gullik Bjønnes wrote: | | We will have the meeting in Stokke, in my parents house. | | How many Stokke are there in Norway? From a search at mapquest.com I seem | be get a choice of at least five (9 possibles found) | | It looks

Re: LyXFunc

2000-03-14 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | I guess the owner comes from the fact that it is indeed the LyXView | which owns everything... However, it might be a good idea to declare | inline minibuffer() and view() functions which would hide that for us. | | Sounds reasonable although I still

Re: Linuxcare word processors page

2000-03-14 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | Should we be on it? | | *shrug* ... spread the word I'd say. The bad thing about _not_ beeing there is that a lot of new users that has never heard of TeX,LaTeX,LyX... will never discover us. Lgb

Re: lyx-1.1.5cvs bug (pasting into footnote)

2000-03-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars forgot to add the META_INSET marker at every place where a | protected space is inserted. No, not me... but I failed to see the missing META_INSETS in the patch I applied. Lgb

Re: LaTeX parser

2000-03-14 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | It just occured to me: | | | Why don't we use LaTeX for parsing its own format? For the .lyx format? or for importing LaTeX? converting LaTeX to .lyx? also LyX never parses latex, we let latex do that we only output it :-) | Do I miss

Re: lyx.org.uk

2000-03-14 Thread John Weiss
On Mon, Feb 21, 2000 at 08:07:42PM +, Paul Evans wrote: Prompted by the discussion about trade marks the other day I looked at what domains have been registered. Someone appears to be sitting on lyx.co.uk but lyx.org.uk was then free. Good Heavens! It's Paul! I thought you'd dropped

Re: lyx.org.uk

2000-03-14 Thread Lars Gullik Bjønnes
John Weiss [EMAIL PROTECTED] writes: | On Mon, Feb 21, 2000 at 08:07:42PM +, Paul Evans wrote: | | Prompted by the discussion about trade marks the other day I looked at | what domains have been registered. Someone appears to be sitting on | lyx.co.uk but lyx.org.uk was then free. | |

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Allan Rae
On 15 Mar 2000, Lars Gullik Bjønnes wrote: Allan Rae [EMAIL PROTECTED] writes: | On 16 Feb 2000, Lars Gullik Bjønnes wrote: | | We will have the meeting in Stokke, in my parents house. | | How many Stokke are there in Norway? From a search at mapquest.com I seem | be get a choice of

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | Look at the Stokke near Tonsberg (Tønsberg) and Sandefjord instead. | | This also looks like a lovely place. It is :-) Don't expect a big city though... | | Shall I add a note to LDN? | | How many can we expect that will show up? :-) | | Hundreds if

Re: Linuxcare word processors page

2000-03-14 Thread Andre Poenitz
> Should we be on it? *shrug* ... spread the word I'd say. Andre' -- It'll take a long time to eat 63.000 peanuts. André Pönitz . [EMAIL PROTECTED]

Re: Crash in 1.1.4fix2

2000-03-14 Thread Ben Cazzolato
Kayvan et al. OK. Lyx has been crashing in the same manner ever since 1.1 was released. The only problem is it isn't reproducable despite it occuring frequently (weekly). Can I run the lyxgdb RPM version all the time so that when it does crash I can go through the same procedure with gdb and

Re: Crash in 1.1.4fix2

2000-03-14 Thread Andre Poenitz
> Can I run the lyxgdb RPM version all the time so that when it does crash I > can go through the same procedure with gdb and reproduce a useful trace? Are > there any limitations with the lyxgdb version (I noticed that the gdb RPM was > smaller than the standard RPM)? If not then maybe this

Installing LyX 1.1.2 on Irix 5.3

2000-03-14 Thread john
I've been trying to build LyX 1.1.2 on an old SGI Indy with Irix 5.3. (We're slowly replacing these with PCs, but can't afford to do so all at once. The Indys can't be upgraded to - the most recent - Irix 6.5 without an uneconomic hardware upgrade.) I fetched Xpm 4.11 (3.4k) and libforms 88, and

Re: LyXFunc

2000-03-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I think it would be cleaner if we had a global LyXFunc object Andre> that gets BufferView and Minibuffer pointer/ref passed to Andre> Dispatch. Andre> The current use of owner->view() (442 times) and Andre> owner->GetMiniBuffer()

Re: LyXFunc

2000-03-14 Thread Andre Poenitz
> I guess the owner comes from the fact that it is indeed the LyXView > which owns everything... However, it might be a good idea to declare > inline minibuffer() and view() functions which would hide that for us. Sounds reasonable although I still do not understand why LyXFunc has to be tied to

Re: LyXFunc

2000-03-14 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> I guess the owner comes from the fact that it is indeed the LyXView >> which owns everything... However, it might be a good idea to >> declare inline minibuffer() and view() functions which would hide >> that for us. Andre> Sounds

Re: lyx-1.1.5cvs bug (pasting into footnote)

2000-03-14 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Thu, Mar 09, 2000 at 04:17:21PM -0800, Kayvan A. Sylvan Dekel> wrote: >> I was working with my document (a Literate CGI perl script with all >> scripts and Makefiles included in the document) and got the >> following. Can anyone

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Garst R. Reese
Allan Rae wrote: > I'm planning on getting a Eurorail Pass and sleeping on the train thereby > combining accomodation and transport costs ;-) It also means I can travel > when I want too (unlike planes) and don't have to worry about a car (by my > very rough calculations it'll probably be quite

Re: Porting pop-ups in the rae branch

2000-03-14 Thread John Levon
On Sat, 11 Mar 2000, Allan Rae wrote: > I don't want every file moved at once and in particular I only want one > dialog per .fd file. When a new form is made gui-indep then its .fd > should be in the xforms/forms. It doesn't necessarily have to be derived > from the old .fd that it may have

Re: BUG: since version 1.1.4: sigsev

2000-03-14 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Does this happen after you have imported an ascii file? Are you Garst> backspacing to delete pink blanks at the beginning of Garst> paragraphs? Jean Marc, this is precisely the bug I reported Garst> just after 1.1.4 came out. You

Re: Installing LyX 1.1.2 on Irix 5.3

2000-03-14 Thread Jean-Marc Lasgouttes
> "john" == john <[EMAIL PROTECTED]> writes: john> I've been trying to build LyX 1.1.2 on an old SGI Indy with Irix john> 5.3. (We're slowly replacing these with PCs, but can't afford to john> do so all at once. The Indys can't be upgraded to - the most john> recent - Irix 6.5 without an

MathML browser

2000-03-14 Thread Andre Poenitz
Has anybody any experience with a working MathML browser? Andre' -- It'll take a long time to eat 63.000 peanuts. André Pönitz . [EMAIL PROTECTED]

Re: BUG: since version 1.1.4: sigsev

2000-03-14 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> Does this happen after you have imported an ascii file? Are you > Garst> backspacing to delete pink blanks at the beginning of > Garst> paragraphs? Jean Marc, this is precisely the bug I

Re: Crash in 1.1.4fix2

2000-03-14 Thread Kayvan A. Sylvan
On Tue, Mar 14, 2000 at 09:01:53AM +, Ben Cazzolato wrote: > Kayvan et al. > > OK. Lyx has been crashing in the same manner ever since 1.1 was released. The > only problem is it isn't reproducable despite it occuring frequently (weekly). > Can I run the lyxgdb RPM version all the time so

LaTeX parser

2000-03-14 Thread Andre Poenitz
It just occured to me: Why don't we use LaTeX for parsing its own format? We just have to redefine a lot of macros to typeout the information we need. For conversion of a section headline \def\section#1{\typeout{\\section}\typeout{}\typeout{#1}} is all that is needed.

Small lyx.spec fix

2000-03-14 Thread Kayvan A. Sylvan
Without this fix, RPM compilation fails on systems where LINGUAS is not set by default (Redhat 5.X and 6.0). This fix still lets RH6.X (X >= 1) build the rpm without problems. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids:

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On 16 Feb 2000, Lars Gullik Bjønnes wrote: | | > We will have the meeting in Stokke, in my parents house. | | How many Stokke are there in Norway? From a search at mapquest.com I seem | be get a choice of at least five (9 possibles found) | | It looks

Re: LyXFunc

2000-03-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > I guess the owner comes from the fact that it is indeed the LyXView | > which owns everything... However, it might be a good idea to declare | > inline minibuffer() and view() functions which would hide that for us. | | Sounds reasonable although I

Re: Linuxcare word processors page

2000-03-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > Should we be on it? | | *shrug* ... spread the word I'd say. The bad thing about _not_ beeing there is that a lot of new users that has never heard of TeX,LaTeX,LyX... will never discover us. Lgb

Re: lyx-1.1.5cvs bug (pasting into footnote)

2000-03-14 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars forgot to add the META_INSET marker at every place where a | protected space is inserted. No, not me... but I failed to see the missing META_INSETS in the patch I applied. Lgb

Re: LaTeX parser

2000-03-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | It just occured to me: | | | Why don't we use LaTeX for parsing its own format? For the .lyx format? or for importing LaTeX? converting LaTeX to .lyx? also LyX never parses latex, we let latex do that we only output it :-) | Do I miss

Re: lyx.org.uk

2000-03-14 Thread John Weiss
On Mon, Feb 21, 2000 at 08:07:42PM +, Paul Evans wrote: > > Prompted by the discussion about trade marks the other day I looked at > what domains have been registered. Someone appears to be sitting on > lyx.co.uk but lyx.org.uk was then free. Good Heavens! It's Paul! I thought you'd

Re: lyx.org.uk

2000-03-14 Thread Lars Gullik Bjønnes
John Weiss <[EMAIL PROTECTED]> writes: | On Mon, Feb 21, 2000 at 08:07:42PM +, Paul Evans wrote: | > | > Prompted by the discussion about trade marks the other day I looked at | > what domains have been registered. Someone appears to be sitting on | > lyx.co.uk but lyx.org.uk was then free.

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Allan Rae
On 15 Mar 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | On 16 Feb 2000, Lars Gullik Bjønnes wrote: > | > | > We will have the meeting in Stokke, in my parents house. > | > | How many Stokke are there in Norway? From a search at mapquest.com I seem > | be get

Re: LyX Meeting in Norway 8-9. - 11-12. June 2000

2000-03-14 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | > Look at the Stokke near Tonsberg (Tønsberg) and Sandefjord instead. | | This also looks like a lovely place. It is :-) Don't expect a big city though... | > | Shall I add a note to LDN? | > | > How many can we expect that will show up? :-) | |