Re: Fwd: Re: Mandrake and KDe frontend

2000-11-22 Thread Allan Rae
I've kept everybody waiting long enough... It's a long reply... really long but then you wouldn't believe I wrote it if it was short. I think I covered everything. Glossary. GUII = GUI Independence. On Fri, 17 Nov 2000, Matthias Ettrich wrote: > > > > Because the current GUI-I code is limited

Re: Internal events

2000-11-22 Thread Baruch Even
On Wed, 22 Nov 2000, Andre Poenitz wrote: > > My current plan calls for a toolkit dependant SendEvent() that will send > > the event to the main gui loop, and by some magic this will call the > > correct event handler (possibly by signal/slot) inside the main thread. > > ... > > Is this idea acce

Re: Section number depth weirdness

2000-11-22 Thread Garst R. Reese
[EMAIL PROTECTED] wrote: > > Hi, > > I'm preparing a number of corrections to the User Guide sent to me some > time ago by Giacomo Comes. He notes that in section 3.3.4.3 of the User > Guide, it describes depths ranging from -1 to 5, yet the Layout->Document > popup allows it to range from -2 to

Re: LyX does still not compile

2000-11-22 Thread Svante Signell
Thank you Stephan, You are right _ObjectRec is from XFree86-devel-4.0.1: #cat /usr/X11R6/include/X11/ObjectP.h: ... #include /** * Object Instance Data Structures * **/ /* these

new pre2

2000-11-22 Thread Lars Gullik Bjønnes
I have put a new pre2 at ftp.devel.lyx.org Please try that and report back if it works ok. I will move the new pre2 to ftp.lyx.org if I get positive results. Lgb

Two more documentation issues

2000-11-22 Thread mike . ressler
Hi, Sorry to keep pestering, but I'd like to finish this up correctly. Does anyone know what exactly the language setting does in the Layout->Character popup? (Beyond the obvious "it underlines the word".) Also, for Insert->Cross Reference, can someone send me a description of what vReference, v

Re: Internal events

2000-11-22 Thread Duncan Simpson
> = > ## Main tread > For xforms we can use a filedescriptor driven message queue and bind > a callback that knows what to do with fl_add_io_callback. > = > Unfortunately is xforms not threadsafe so we must be very careful to > not use xforms functions in the thread. > = > For a fork/exec we

include_form.fd, bibforms.fd

2000-11-22 Thread Angus Leeming
These files has been removed from ./forms/makefile, but insets/insetinclude.[Ch] still uses FD_include insets/insetbib.[Ch] still uses FD_bibitem_form I think, therefore, that they should go back in. Conversely, lyx_sendfax.fd and ref.fd are no longer used. They should be remove

Another doc/feature discrepancy

2000-11-22 Thread mike . ressler
Hi again, Still working on my lengthy list of changes to UserGuide (for 1.1.5fix2). The font size changing shortcuts don't seem to be working, e.g. M-s t for tiny-font. Apparently, some message is being written to the lyx-buffer, but it is immediately overwritten by "Font: Default", so that I get

Many labels bug in 1.1.5fix2

2000-11-22 Thread Enrico Forestieri
I think I found a bug in 1.1.5fix2 related to the number of labels in a document. With less than 80 labels the bug does not show up, but with 81 or more labels any attempt to use the Refs menu causes a crash with the following message: lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX

diskspace use when compiling

2000-11-22 Thread Lars Gullik Bjønnes
mkdir ny cd ny ../configure make ..wait a really really long time.. [larsbj@lett ny]$ du -s 289992 . [larsbj@lett ny]$ g++ -v Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.97/specs Configured with: ../configure --enable-languages=c++ --enable-shared g

Re: Fwd: Re: Mandrake and KDe frontend

2000-11-22 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | Technology Committee of AGU. I hope to be able to work on getting LaTeX | more accepted within the AGU community (it is already, but people | complain the lack of easy visual tools ;-), and especially to make the | AGU LaTeX classes as augmented by Pa

Section number depth weirdness

2000-11-22 Thread mike . ressler
Hi, I'm preparing a number of corrections to the User Guide sent to me some time ago by Giacomo Comes. He notes that in section 3.3.4.3 of the User Guide, it describes depths ranging from -1 to 5, yet the Layout->Document popup allows it to range from -2 to 5 (the TOC range is -1 to 5). Bug or fe

Re: Fwd: Re: Mandrake and KDe frontend

2000-11-22 Thread Martin Vermeer
On Wed, Nov 22, 2000 at 01:18:19PM +0100, Asger K. Alstrup Nielsen wrote: ... > I think I can answer some of it for you: > > Some developers are not mainly interested in bringing a modern > application to the users. It's more fun to play around with a > code, learn C++ some more, clean u

Re: 1.1.6pre2 is out

2000-11-22 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, Nov 22, 2000 at 04:38:59PM +0100, Lars Gullik Bjønnes wrote: | > No... it is a band aid. | > | > I have fixed it in my sources, and will create a new pre2. | | What's the real fix, then? I have not provided the "real fix" eiter. I have r

Re: 1.1.6pre2 is out

2000-11-22 Thread Kayvan A. Sylvan
On Wed, Nov 22, 2000 at 04:38:59PM +0100, Lars Gullik Bjønnes wrote: > No... it is a band aid. > > I have fixed it in my sources, and will create a new pre2. What's the real fix, then? > > I just want to compile first. Great. -- Kayvan A. Sylvan | Proud husband of | Fat

Re: Internal events

2000-11-22 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > My current plan calls for a toolkit dependant SendEvent() that will send | > the event to the main gui loop, and by some magic this will call the | > correct event handler (possibly by signal/slot) inside the main thread. | > ... | > Is this idea acce

Re: 1.1.6pre2 is out

2000-11-22 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, Nov 22, 2000 at 12:30:47PM +0100, Lars Gullik Bjønnes wrote: | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | > | Apply Kayvan's po/POTFILES.in patch and the xforms version compiles cleanly | > | on my machine. (DEC Alpha, Tru64 4.0f,

Re: Internal events

2000-11-22 Thread Andre Poenitz
> My current plan calls for a toolkit dependant SendEvent() that will send > the event to the main gui loop, and by some magic this will call the > correct event handler (possibly by signal/slot) inside the main thread. > ... > Is this idea acceptable? "toolkit dependent method" does not really s

Re: 1.1.6pre2 does not compile

2000-11-22 Thread Kayvan A. Sylvan
On Wed, Nov 22, 2000 at 12:33:29PM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | Making all in intl > | make[1]: Entering directory `/home/kayvan/src/rpm/BUILD/lyx-1.1.6pre2/intl' > | make[1]: Nothing to be done for `all'. > | make[1]: Leaving directory

Re: 1.1.6pre2 is out

2000-11-22 Thread Kayvan A. Sylvan
On Wed, Nov 22, 2000 at 12:30:47PM +0100, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Apply Kayvan's po/POTFILES.in patch and the xforms version compiles cleanly > | on my machine. (DEC Alpha, Tru64 4.0f, cxx 6.1-029 > > And you really need this patch? > (for th

Re: Fwd: Re: Mandrake and KDe frontend

2000-11-22 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | I was never angry about the KDE port you did. I even considered branching | with you. I was never angry about the _port_, I was angry about the lack of communication! | Now, the situation is different. I think it is more realistic to sw

Re: Fwd: Re: Mandrake and KDe frontend

2000-11-22 Thread Asger K. Alstrup Nielsen
On Fri, 17 Nov 2000, Matthias Ettrich wrote: > Maybe you'll change mind and will be able to convince Lars and Asger :) I was never angry about the KDE port you did. I even considered branching with you. The only reason that I didn't jump aboard that branch was that the other LyX developers wou

Re: 1.1.6pre2 is out

2000-11-22 Thread Angus Leeming
Sorry, didn't answer your question. I got it at ftp.devel.lyx.org. A On Wednesday 22 November 2000 11:30, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Apply Kayvan's po/POTFILES.in patch and the xforms version compiles > | cleanly on my machine. (DEC Alpha, Tru64 4.0

Re: 1.1.6pre2 is out

2000-11-22 Thread Angus Leeming
Yes, I really needed this patch. Also note that autogen.sh is for the developers, not the users who shouldn't have to install all those aclocal etc stuff. If you want to avoid your brown paper bag problem ;-) I'd apply the patch and also the kde one I submitted (the second, full one not the fi

Re: Compile error with kde front-end

2000-11-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Actually, I jumped the gun a little. THIS patch allows the kde frontend to | compile and link. | | Sorry for the confusion. | | Agian, Lars, could you please apply this patch to both the head and to | 1.1.6pre2. I am not going to add it to pre2.

Re: 1.1.6pre2 does not compile

2000-11-22 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Making all in intl | make[1]: Entering directory `/home/kayvan/src/rpm/BUILD/lyx-1.1.6pre2/intl' | make[1]: Nothing to be done for `all'. | make[1]: Leaving directory `/home/kayvan/src/rpm/BUILD/lyx-1.1.6pre2/intl' | Making all in po | make[1]: Ent

Re: 1.1.6pre2 is out

2000-11-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Apply Kayvan's po/POTFILES.in patch and the xforms version compiles cleanly | on my machine. (DEC Alpha, Tru64 4.0f, cxx 6.1-029 And you really need this patch? (for the tar.gz at ftp.devel.lyx.org and ftp.lyx.org?) I guess a ./autogen.sh also fix th

Re: Compile error with kde front-end

2000-11-22 Thread Angus Leeming
Actually, I jumped the gun a little. THIS patch allows the kde frontend to compile and link. Sorry for the confusion. Agian, Lars, could you please apply this patch to both the head and to 1.1.6pre2. Angus On Wednesday 22 November 2000 09:37, Angus Leeming wrote: > This patch fixes the prob

Re: 1.1.6pre2 is out

2000-11-22 Thread Angus Leeming
Apply Kayvan's po/POTFILES.in patch and the xforms version compiles cleanly on my machine. (DEC Alpha, Tru64 4.0f, cxx 6.1-029 Angus On Wednesday 22 November 2000 02:24, Lars Gullik Bjønnes wrote: > I have uploaded it to > > ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.1.6pre2.tar.gz > and > ftp://f

Re: Compile error with kde front-end

2000-11-22 Thread Angus Leeming
This patch fixes the problem. Many thanks for the report. Lars, could you apply this, please. Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v retrieving revision 1.696 diff -u -r1.696 ChangeLog --- Change

Re: LyX does still not compile

2000-11-22 Thread Svante Signell
Lars Gullik Bjønnes writes: > Svante Signell <[EMAIL PROTECTED]> writes: > > Are you just using: ./configure to configure? Or are you adding > something? cd lyx-devel;./autogen.sh;./configure;make nothing else > > | In file included from formula.C:30: > | ../../src/minibuffer.h: At top l

Re: LyX does still not compile

2000-11-22 Thread Stephan Witt
"Lars Gullik Bjønnes" wrote: > > Svante Signell <[EMAIL PROTECTED]> writes: > > Are you just using: ./configure to configure? Or are you adding > something? > > | In file included from formula.C:30: > | ../../src/minibuffer.h: At top level: > | ../../src/minibuffer.h:17: using directive `Object