Re: Small fixes to please picky C++ compiler

2000-10-01 Thread Karl Nelson
> On Fri, 29 Sep 2000, Karl Nelson wrote: > > > > > > > Hello, > > > > > > While compiling LyX in fussy mode of compaq cxx (std strict_ansi -w0), > > > the following warnings got printed: > > > > > | cxx: Info: ../sigc++/basic_signal.h, line 139: destructor for base > > > | class "Si

Re: Small fixes to please picky C++ compiler

2000-10-01 Thread Allan Rae
On Fri, 29 Sep 2000, Karl Nelson wrote: > > > > Hello, > > > > While compiling LyX in fussy mode of compaq cxx (std strict_ansi -w0), > > the following warnings got printed: > > > | cxx: Info: ../sigc++/basic_signal.h, line 139: destructor for base > > | class "SigC::Signal_" is not

Re: NoGUI LyX

2000-10-01 Thread Allan Rae
On Sun, 1 Oct 2000, Kayvan A. Sylvan wrote: > I've rolled some minor changed into Dekel's patch (simplify the > build-listerrors process). Applied in my tree will commit shortly. Allan. (ARRae)

Re: instant core dump

2000-10-01 Thread Allan Rae
On 29 Sep 2000, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Running Current CVS results in an instant core dump on my > Angus> machine (DEC Alpha). Does anybody else have this experience? If > Angus> not, then I guess that this is something

Re: NoGUI LyX

2000-10-01 Thread Kayvan A. Sylvan
On Sun, Oct 01, 2000 at 10:38:39AM +0300, Dekel Tsur wrote: > On Wed, Sep 27, 2000 at 06:12:20PM +0200, Andre Poenitz wrote: > > > > Ok, so gui = false; is safe now: > > I tried and it doesn't work (i.e. LyX crashes). > For example, in Converter::runLaTeX we use a BufferView. > However, with fe

Patch: literate programming

2000-10-01 Thread Dekel Tsur
The following patch adds literate programming support to the new export code. The files src/Literate.[Ch] can be removed from CVS. To use it (with parsing of compilation errors), I put these line in lyxrc: \converter nw tex "noweave -delay -index $$FName >$$OutName" "parselog=

xdvi with XFree86-4.* problem

2000-10-01 Thread Mate Wierdl
Apparently, this is a bug people who upgrade to RedHat 7.0 will see: xdvi will not have its buttons anymore. Thomas Esser of teTeX thinks it is some problem with the new shared libs in XFree86-4.*. They are working on it. Apparently, the latest pure xdvi does not have the problem, xdvik does hav

Re: problem with linuxdoc export.

2000-10-01 Thread Dekel Tsur
On Wed, Sep 20, 2000 at 03:48:08PM +0100, Jose Abilio Oliveira Matos wrote: > One more problem that I forgot, > when exporting from linuxdoc to dvi lyx hangs, probably because > latex ask some inputs and then lyx is suspended. Killing latex and taking > lyx again to background solves the problem

Re: problem with linuxdoc export.

2000-10-01 Thread Dekel Tsur
On Wed, Sep 20, 2000 at 03:29:47PM +0100, Jose Abilio Oliveira Matos wrote: > If I try to export a linuxdoc document the result is always left at the > temp dir. Any solution? I'm guessing that you are talking about export to html: for the file foo.sgml, the generated file are foo.html, foo-1.

A small wish

2000-10-01 Thread sinisa
Hi! Sorry to bother you. I have a small wish, which is that GTK port of LyX be independent of GNOME, i.e. that GNOME support is optional, like in some packages. Thanks for your time. Regards, Sinisa +--+ | __

cannot type '@' in Math Mode

2000-10-01 Thread Felix S Klock II
LyX developers- I seem to have uncovered a weird little bug in Math Mode. While most punctuation can be entered without a problem, the '@' character is simply ignored. It doesn't matter whether I type it in regular math mode or in math text mode; the keystroke is ignored. I have worked around

1.1.5fixcvs doesn't compile

2000-10-01 Thread Dekel Tsur
The isStrDbl,strToDbl functions are missing. I've attached a patch that adds them. patch.gz

Re: NoGUI LyX

2000-10-01 Thread Dekel Tsur
On Wed, Sep 27, 2000 at 06:12:20PM +0200, Andre Poenitz wrote: > > Ok, so gui = false; is safe now: I tried and it doesn't work (i.e. LyX crashes). For example, in Converter::runLaTeX we use a BufferView. However, with few changes, I've managed to make export work with no gui. A patch is attach