["Andrew S. Townley" ] Re: new prerelease LyX-1.0.4pre6

1999-09-06 Thread Lars Gullik Bjønnes
I have forwarded your msg to the devel lyx. I am sure our DocBook person will answer your questions. Lgb --- Start of forwarded message --- Message-Id: <[EMAIL PROTECTED]> Date: Mon, 06 Sep 1999 18:10:16 + From: "Andrew S. Townley" <[EMAIL PROTECTED]> To: Lars Gullik =?iso-

Re: Warning! POSIX does not buy you much...

1999-09-06 Thread Lars Gullik Bjønnes
Duncan Simpson <[EMAIL PROTECTED]> writes: Ok, this is known. But what has this _really_ to do with the Subject? | According to my man page strcasecmp is conforming to BSD 4.3 (and | all unicies | I have seen so far, inclduign SunOS). AFAIK GNU libc 2.1 is | conforming to ANSI | and POSIX b

Warning! POSIX does not buy you much...

1999-09-06 Thread Duncan Simpson
According to my man page strcasecmp is conforming to BSD 4.3 (and all unicies I have seen so far, inclduign SunOS). AFAIK GNU libc 2.1 is conforming to ANSI and POSIX but also includes common extensions, like mmap, lstat, setrlimit, snprintf, select, fileno, *BSD sockets and whole bunch of oth

Re: \title[foo]{bar} et al.

1999-09-06 Thread Fred Hucht
On Fri, 3 Sep 1999, Amir Karger wrote: > Question for the latex gurus in the audience. > > One popular complaint about lyx 1.0 is that you can't get the equivalent of > \section[short]{long section title}. > [...] Hi Amir, I posted exactly the same trick some months ago to get short caption en

Re: xforms 0.89

1999-09-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Lars> Do you build inside the development tree? I get that with 0.88.1 | Lars> | because I build outside the dev tree.

Re: xforms 0.89

1999-09-06 Thread Arnd Hanses
On Mon, 6 Sep 1999 14:38:31 +0200 (MET DST), Jean-Marc Lasgouttes wrote: > >Do you use the static or dynamic xforms library? One has libxpm >built-in but with the other, it might happen that you have a dynamic >libxpm with version !=3.4k (the one used by xforms) and that there is >a binary incompa

Re: xforms 0.89

1999-09-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Do you build inside the development tree? I get that with 0.88.1 Lars> | because I build outside the dev tree. In this case, when Lars> starting lyx | as 'src/lyx', the c

Re: xforms 0.89

1999-09-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Do you build inside the development tree? I get that with 0.88.1 | because I build outside the dev tree. In this case, when starting lyx | as 'src/lyx', the code which finds the library path gets confused | (some of-by-one error in string handlin

Re: xforms 0.89

1999-09-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Hava anyone been able to compile and run LyX with xfroms 0.89? Lars> I get a (gdb) run Starting program: Lars> /home/larsbj/Development/lyx/src/lyx BadDrawable (invalid Pixmap Lars> or Window parameter) Lars> when trying. It

xforms 0.89

1999-09-06 Thread Lars Gullik Bjønnes
Hava anyone been able to compile and run LyX with xfroms 0.89? I get a (gdb) run Starting program: /home/larsbj/Development/lyx/src/lyx BadDrawable (invalid Pixmap or Window parameter) when trying. It seems that it crashes in the initialization of the xpm part of the lib. (I don't link with

Re: [dfnitz@mtu.edu: Re: Still stuck on Solaris -- Resolved]

1999-09-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> fwrite is essentially fprintf without buffering. So it should be | Lars> no problem switching to fprintf. (actually fprintf are | Lars> preferrable because of the bufferin

Re: [dfnitz@mtu.edu: Re: Still stuck on Solaris -- Resolved]

1999-09-06 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: > > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> fwrite is essentially fprintf without buffering. So it should be > Lars> no problem switching to fprintf. (actually fprintf are > Lars> preferrable because of the buffering) > > fwrite was

lyx 0.10

1999-09-06 Thread Oscar Güell
Hi, I wish to know if lyx 0.10 and 0.12 are year 2000 compliant. Cany you answer it? Thanks, -- Oscar Guell Perez University of Catalonia Tel 93 401 73 27 [EMAIL PROTECTED] http://www.lsi.upc.es/~oskar

Re: [dfnitz@mtu.edu: Re: Still stuck on Solaris -- Resolved]

1999-09-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> fwrite is essentially fprintf without buffering. So it should be Lars> no problem switching to fprintf. (actually fprintf are Lars> preferrable because of the buffering) fwrite was used instead of fprintf because it is suppose

Re: 3026 public symbol exports in LyX global name space (wa: Re: LaTeX file handling)

1999-09-06 Thread Arnd Hanses
On 6 Sep 1999 06:13:13 +0900, [EMAIL PROTECTED] wrote: >"Arnd Hanses" <[EMAIL PROTECTED]> wrote: > >> Going up the stack 'till main() I'm now convinced that _heapset(9) >> produces on my box a self-induced crash (heap corruption) in emx libs. >> I'm unsure why this happens, it shouldn't, I think