Re: Kernel v0.3

1999-04-27 Thread Asger Alstrup Nielsen
"Lars Gullik Bjønnes" wrote: I see you have a method: bool InsetBuffer::compare(Inset const * x) const { In the STD lib compare returns an int not a bool. Can you change that? a == b - 0 a b - -1 a b - 1 (AFAIR) No, in the STL, the tradition is to distuingish between the Comparable

Re: build alteration to file : insetbib.C

1999-04-27 Thread flatmax
Oh - I've been compiling pre1 ! Is there much difference between pre1 and pre3 ? On Tue, 27 Apr 1999, Jean-Marc Lasgouttes wrote: "flatmax" == flatmax [EMAIL PROTECTED] writes: flatmax To compile the file : insetbib.C on a sun solaris number flatmax ... I had to alter : function :LString

Re: build alteration to file : insetbib.C

1999-04-27 Thread Jean-Marc Lasgouttes
"Matt" == flatmax [EMAIL PROTECTED] writes: Matt Oh - I've been compiling pre1 ! Is there much difference Matt between pre1 and pre3 ? Mainly bugfixes (some of them interesting, e.g. the font keyboard shortcuts now toggle correctly). There is some french documentation too, but I doubt that

Re: GTK/gnome port

1999-04-27 Thread Owen Cliffe
On Tue, 27 Apr 1999, Jean-Marc Lasgouttes wrote: "Owen" == Owen Cliffe [EMAIL PROTECTED] writes: Owen could you tell me if there is any intention to port LyX to a Owen GTK/Gnome style frontend? (or to ditch the non-free toolkit in Owen favour of a free/GPL one) There is an intention

Re: Wishlist: Special Chars

1999-04-27 Thread Jean-Marc Lasgouttes
"Peter" == Peter Suetterlin [EMAIL PROTECTED] writes: Peter HiYa! Peter Since 1.0.2 is at the door, the developers surely have a lot of Peter time for 1.1 the next time :-) So now it's time to bore them Peter with wishes for the new toy. Peter What I do miss is native support for two quite

truth about other toolkits

1999-04-27 Thread larry
We receive inquiries here regularly from persons interested in porting LyX to another toolkit. We tell them that toolkit independence is a goal of the development effort, but that no one is working on a, e.g., Gtk port right now. For full disclosure, I suppose it bears mentioning that the

Re: truth about other toolkits

1999-04-27 Thread Asger K. Alstrup Nielsen
For full disclosure, I suppose it bears mentioning that the first release of a toolkit independent version of LyX, the next generation, is at least (6, 9, 12, 18? -- fill in the blank) months away. I haven't seen that reality pointed out here often enough. KLyX was flying after a few

Re: GTK/gnome port

1999-04-27 Thread Richard E. Hawkins Esq.
owen 'owled, There is an intention that LyX will be able to use several toolkits, among which GTK/Gnome. However, this work has not begun yet (what is done is the beginning of toolkit independance in the code). would this theorhetically then make Lyx fully GPL? which does open it's

Re: bug report: lyx crashes on export

1999-04-27 Thread Jean-Marc Lasgouttes
"Jose" == Jose R Alvarez [EMAIL PROTECTED] writes: Jose I also get the same error with LyX 1.0.1 from Debian package Jose "lyx-1.0.1-1.deb" (it comes from Debian 2.2) on a i386 system Jose runing Debian 2.1. Jose The error ocurs *only* when using messages in Spanish (don't Jose know with other

Re: GTK/gnome port

1999-04-27 Thread Lars Gullik Bjønnes
Richard E Hawkins Esq writes: REHE However, I think this would give us two licenses (the current REHE the GPL), rather than just GPL--we wouldn't be able to make REHE GPL the sole license and block the use of linking to REHE non-assimilable code. Naaa we are GPL now, and will

Translation...

1999-04-27 Thread claudio
Hello, I'm Claudio and I'm translating Tutorial , a simple question : can give me another definition of "tab stops" ?? I don't know how to explain... And what "What the heck is Latex?" ?? For the addendum in DocStyle Sheet, for now I have no time, but I hope to make it soon. Bye, Claudio --

Re: Translation...

1999-04-27 Thread Amir Karger
On Tue, Apr 27, 1999 at 08:40:25PM +, claudio wrote: Hello, I'm Claudio and I'm translating Tutorial , a simple question : can give me another definition of "tab stops" ?? I don't know how to explain... Hm. Good question. Tab stops are the place where the cursor stops when you hit tab. In

link error

1999-04-27 Thread flatmax
Hi, I have been trying to link the pre3 release for a sun sparc solaris arch. I use the same configure options which gave a succesfull compile for the pre1 release, but get the following link error : Undefined first referenced symbol in file

Re: Kernel v0.3

1999-04-27 Thread Asger Alstrup Nielsen
"Lars Gullik Bjønnes" wrote: > I see you have a method: bool InsetBuffer::compare(Inset const * x) > const { > > In the STD lib compare returns an int not a bool. Can you change that? > a == b -> 0 > a < b -> -1 > a > b -> 1 > (AFAIR) No, in the STL, the tradition is to distuingish between the

Re: build alteration to file : insetbib.C

1999-04-27 Thread flatmax
Oh - I've been compiling pre1 ! Is there much difference between pre1 and pre3 ? On Tue, 27 Apr 1999, Jean-Marc Lasgouttes wrote: > > "flatmax" == flatmax <[EMAIL PROTECTED]> writes: > > flatmax> To compile the file : insetbib.C on a sun solaris number > flatmax> ... I had to alter :

Re: build alteration to file : insetbib.C

1999-04-27 Thread Jean-Marc Lasgouttes
> "Matt" == flatmax <[EMAIL PROTECTED]> writes: Matt> Oh - I've been compiling pre1 ! Is there much difference Matt> between pre1 and pre3 ? Mainly bugfixes (some of them interesting, e.g. the font keyboard shortcuts now toggle correctly). There is some french documentation too, but I

Re: GTK/gnome port

1999-04-27 Thread Owen Cliffe
On Tue, 27 Apr 1999, Jean-Marc Lasgouttes wrote: > > "Owen" == Owen Cliffe <[EMAIL PROTECTED]> writes: > > Owen> could you tell me if there is any intention to port LyX to a > Owen> GTK/Gnome style frontend? (or to ditch the non-free toolkit in > Owen> favour of a free/GPL one) > > There

Re: Wishlist: Special Chars

1999-04-27 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Suetterlin <[EMAIL PROTECTED]> writes: Peter> HiYa! Peter> Since 1.0.2 is at the door, the developers surely have a lot of Peter> time for 1.1 the next time :-) So now it's time to bore them Peter> with wishes for the new toy. Peter> What I do miss is native support

truth about other toolkits

1999-04-27 Thread larry
We receive inquiries here regularly from persons interested in porting LyX to another toolkit. We tell them that toolkit independence is a goal of the development effort, but that no one is working on a, e.g., Gtk port right now. For full disclosure, I suppose it bears mentioning that the

Re: truth about other toolkits

1999-04-27 Thread Asger K. Alstrup Nielsen
> For full disclosure, I suppose it bears mentioning that the first release > of a toolkit independent version of LyX, the next generation, is at least > (6, 9, 12, 18? -- fill in the blank) months away. I haven't seen that > reality pointed out here often enough. KLyX was flying after a few

Re: GTK/gnome port

1999-04-27 Thread Richard E. Hawkins Esq.
owen 'owled, > > There is an intention that LyX will be able to use several toolkits, > > among which GTK/Gnome. However, this work has not begun yet (what is > > done is the beginning of toolkit independance in the code). > would this theorhetically then make Lyx fully GPL? which does open

Re: bug report: lyx crashes on export

1999-04-27 Thread Jean-Marc Lasgouttes
> "Jose" == Jose R Alvarez <[EMAIL PROTECTED]> writes: Jose> I also get the same error with LyX 1.0.1 from Debian package Jose> "lyx-1.0.1-1.deb" (it comes from Debian 2.2) on a i386 system Jose> runing Debian 2.1. Jose> The error ocurs *only* when using messages in Spanish (don't Jose>

Re: GTK/gnome port

1999-04-27 Thread Lars Gullik Bjønnes
>> Richard E Hawkins Esq writes: REHE> However, I think this would give us two licenses (the current REHE> & the GPL), rather than just GPL--we wouldn't be able to make REHE> GPL the sole license and block the use of linking to REHE> non-assimilable code. Naaa we are GPL now, and

Translation...

1999-04-27 Thread claudio
Hello, I'm Claudio and I'm translating Tutorial , a simple question : can give me another definition of "tab stops" ?? I don't know how to explain... And what "What the heck is Latex?" ?? For the addendum in DocStyle Sheet, for now I have no time, but I hope to make it soon. Bye, Claudio --

Re: Translation...

1999-04-27 Thread Amir Karger
On Tue, Apr 27, 1999 at 08:40:25PM +, claudio wrote: > Hello, I'm Claudio and I'm translating Tutorial , a simple question : > can give me another definition of "tab stops" ?? I don't know how to > explain... Hm. Good question. Tab stops are the place where the cursor stops when you hit tab.

link error

1999-04-27 Thread flatmax
Hi, I have been trying to link the pre3 release for a sun sparc solaris arch. I use the same configure options which gave a succesfull compile for the pre1 release, but get the following link error : Undefined first referenced symbol in file