[patch] Re: even faster way to produce core dump

2000-09-20 Thread Marko Vendelin
On 19 Sep 2000, Lars Gullik Bjønnes wrote: Marko Vendelin [EMAIL PROTECTED] writes: | On 19 Sep 2000, Lars Gullik Bjønnes wrote: | | Marko Vendelin [EMAIL PROTECTED] writes: | | | On Tue, 19 Sep 2000, Marko Vendelin wrote: | | | | And after this you get the core dump in the

Re: User feedback

2000-09-20 Thread Rainer Dorsch
There are LaTeX packages that generate revision bars automagically. So if you run lyx on 2 versions of you document and then run Latex (or even latex2html), you can get a non-interactive approximation of what you want. I am not a user of such packages yet, so I cannot tell you much

Re: I'm back, take 2 :)

2000-09-20 Thread hawk
Allan added, I finally decided to take a look at your picture. I see the typical troublemaker VI user trying to establish some level of prowess by resorting to physical violence to attract a mate¹. This is also supported by the fact that the vi team has always beaten the emacs team in

Re: [patch] Re: even faster way to produce core dump

2000-09-20 Thread Lars Gullik Bjønnes
Marko Vendelin [EMAIL PROTECTED] writes: | pressing Esc didn't produce any core, but writing "cancel" in minibuffer | did. The following patch fixes it. Ok, slightly wrong fix. You should have just removed the second arg completely. | This patch contains some cleanup of the | gnome frontend

problem with linuxdoc export.

2000-09-20 Thread Jose Abilio Oliveira Matos
Hi, this is mostly to Dekel, but if anyone has a solution I would be glad to hear. If I try to export a linuxdoc document the result is always left at the temp dir. Any solution? BTW, I will change the name used by the exporter from sgml to linuxdoc since that is the same as to say that

Re: problem with linuxdoc export.

2000-09-20 Thread Jose Abilio Oliveira Matos
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. I don't have any idea what is causing this. The resulting file when exported

small compilation problems

2000-09-20 Thread Lior Silberman
Hello everyone, I have two small problems compiling CVS. 1. sigc++/thread.h doesn't include the declaration for struct timespec, 2. in filedlg.C there is an inline function (GroupCache::find) which isn't handled properly on compilation with -g. Details: I configure CVS with CXXFLAGS=-g (no

Re: small compilation problems

2000-09-20 Thread Allan Rae
On Wed, 20 Sep 2000, Lior Silberman wrote: 1. sigc++/thread.h doesn't include the declaration for struct timespec, Did you report this to libsigc++? I notice it's been fixed in their repository so I'll do up a new sigc++ mini-dist. Allan. (ARRae)

[patch] Re: even faster way to produce core dump

2000-09-20 Thread Marko Vendelin
On 19 Sep 2000, Lars Gullik Bjønnes wrote: > Marko Vendelin <[EMAIL PROTECTED]> writes: > > | On 19 Sep 2000, Lars Gullik Bjønnes wrote: > | > | > Marko Vendelin <[EMAIL PROTECTED]> writes: > | > > | > | On Tue, 19 Sep 2000, Marko Vendelin wrote: > | > | > | > | > > And after this you get

Re: User feedback

2000-09-20 Thread Rainer Dorsch
> There are LaTeX packages that generate revision bars automagically. So > if you > run lyx on 2 versions of you document and then run Latex (or even > latex2html), > you can get a non-interactive approximation of what you want. > I am not a user of such packages yet, so I cannot tell you

Re: I'm back, take 2 :)

2000-09-20 Thread hawk
Allan added, > I finally decided to take a look at your picture. I see the typical > troublemaker VI user trying to establish some level of prowess by > resorting to physical violence to attract a mate¹. This is also supported > by the fact that the vi team has always beaten the emacs team

Re: [patch] Re: even faster way to produce core dump

2000-09-20 Thread Lars Gullik Bjønnes
Marko Vendelin <[EMAIL PROTECTED]> writes: | pressing Esc didn't produce any core, but writing "cancel" in minibuffer | did. The following patch fixes it. Ok, slightly wrong fix. You should have just removed the second arg completely. | This patch contains some cleanup of the | gnome frontend

problem with linuxdoc export.

2000-09-20 Thread Jose Abilio Oliveira Matos
Hi, this is mostly to Dekel, but if anyone has a solution I would be glad to hear. If I try to export a linuxdoc document the result is always left at the temp dir. Any solution? BTW, I will change the name used by the exporter from sgml to linuxdoc since that is the same as to say that

Re: problem with linuxdoc export.

2000-09-20 Thread Jose Abilio Oliveira Matos
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. I don't have any idea what is causing this. The resulting file when exported

small compilation problems

2000-09-20 Thread Lior Silberman
Hello everyone, I have two small problems compiling CVS. 1. sigc++/thread.h doesn't include the declaration for struct timespec, 2. in filedlg.C there is an inline function (GroupCache::find) which isn't handled properly on compilation with -g. Details: I configure CVS with CXXFLAGS=-g (no

Re: small compilation problems

2000-09-20 Thread Allan Rae
On Wed, 20 Sep 2000, Lior Silberman wrote: > 1. sigc++/thread.h doesn't include the declaration for struct timespec, Did you report this to libsigc++? I notice it's been fixed in their repository so I'll do up a new sigc++ mini-dist. Allan. (ARRae)