Re: compiling rae branch for the first time...

2000-04-15 Thread Allan Rae
On Sat, 15 Apr 2000, Allan Rae wrote: > xtl homepage used to be at >http://gil.di.uminho.pt/~jop/xtl/ > > but seems to have disappeared. Try: http://gsd.di.uminho.pt/jop/xtl/ instead. Allan. (ARRae)

Bug Report and Fix: Not using Aspell even when in lyxrc

2000-04-15 Thread Kevin Atkinson
Even when aspell is set in lyxrc it will STILL use ispell. Fix, change the line. execvp("ispell", const_cast(argv)); to execvp(argv[0], const_cast(argv)); (in spellchecker.C) so that it will actually call aspell! Otherwise it will call ispell but will look like aspell because argv[0] is

What is sigchldhandler?

2000-04-15 Thread Kevin Atkinson
Could some one tell me what the sigchldhandler is for? It doesn't seam to be used my any functions? Thanks a lot. --- Kevin Atkinson [EMAIL PROTECTED] http://metalab.unc.edu/kevina/

New importer/exporter

2000-04-15 Thread Richard D. Jackson
Where can I find documentation on the current file format? I would like to write a importer/exporter for the perl pod format. Unless of course there is already one out there. I have tried to use the pod2tex then reLyX to inport the data but I'm having problems with this aproch. Mostly because thin

Re: Bugs in the text inset

2000-04-15 Thread Dekel Tsur
On Fri, Apr 14, 2000 at 09:18:21AM +0200, Juergen Vigna wrote: > > Do you remove the number-inset stuff or should I do it for you, as it > seems this is not needed anymore and we should remove dead code! > If you insist... (but don't remove the auto_number variable in lyxrc)

Re: [Problem] Patching lyx 1.1.4]

2000-04-15 Thread Dekel Tsur
On Fri, Apr 14, 2000 at 05:39:04PM +0200, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> Putting a lot of \protect commands seems to solve the problem. > Dekel> e.g. > > Dekel> \begin{figure} \caption{\protect\( \left( > Dekel> \protect\begin{arr

TOC with many Parts

2000-04-15 Thread Garst R. Reese
I have a TOC with nothing but part #'s. It runs over 1 page and does not put in a page break. Using Chapters instead of parts works. Any ideas on what could be going wrong. 1.1.14fix3 and 1.1.15cvs about a week old Garst

Re: compiling rae branch for the first time...

2000-04-15 Thread Allan Rae
On 14 Apr 2000, Lars Gullik Bjønnes wrote: > > First think I noticed was a bunch of warnings from sigc++, have a > patch been sent to the sigc++ people? > > ../../sigc++/scope.cc: In method `void SigC::ScopeNode::disconnect(bool = 0)': > ../../sigc++/scope.cc:101: warning: unused parameter `boo