Re: [patch included]

2000-09-16 Thread Dekel Tsur
On Fri, Sep 15, 2000 at 07:32:28PM +0300, Marko Vendelin wrote: The following patch adds support for regexp search in FormCitation (Gnome frontend). Why not filter the entries in the citation list (i.e. show only the ones containing the regexp) instead of search?

make dist oversight

2000-09-16 Thread Kayvan A. Sylvan
Hi folk, This small patch fixes a ``make dist'' oversight (and lets my auto-compile and RPM generation proceed). However, even with this, I get the following errors on compilation: table.C:791: new declaration `class string LyXTable::GetPWidth(int)' table.h:173: ambiguates old declaration

Re: Various (math-mode) HMI improvements

2000-09-16 Thread Dekel Tsur
On Fri, Sep 15, 2000 at 04:16:30PM +0300, Marko Vendelin wrote: I would like to bring up one more example where emacs clearly outshines LyX. Namely, if you try to insert citation in emacs (reftex mode) you are asked for regular expression, presented with the list of matching items and your

Table inset bugs

2000-09-16 Thread Dekel Tsur
I've created a list of bugs/problems with the new table inset. This should keep Juergen busy for a while (I suppose I should help with items 19 and 20). 1. The most annoying problem is that the cursor can be placed outside of a cell's text inset, and when the cursor is there, you cannot enter

CVS compile error - easy fix

2000-09-16 Thread Kayvan A. Sylvan
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I..-isystem /usr/X11R6/include -O2 -m486 -fno-strength-reduce -c table.C table.C:791: new declaration `class string LyXTable::GetPWidth(int)' table.h:173: ambiguates old declaration `const class string LyXTable::GetPWidth(int)' table.C:800: new

oops [Re: finding a tarball on a fat-less fat partition--disk editor?

2000-09-16 Thread hawk
ack, wrong list . . . --

Re: cvs --with-pspell no go

2000-09-16 Thread Kevin Atkinson
This is due to larsbj change to use string instead of char *. Change each instance of word the compiler complains about to word.c_str() and it should compile OK. --- Kevin Atkinson kevina at users sourceforge net http://metalab.unc.edu/kevina/

Re: cvs --with-pspell no go

2000-09-16 Thread Garst R. Reese
Kevin Atkinson wrote: This is due to larsbj change to use string instead of char *. Change each instance of word the compiler complains about to word.c_str() and it should compile OK. I presume you are talking about changes in pspell. In anycase, that could mean some number of attempts to

Re: cvs --with-pspell no go

2000-09-16 Thread Kevin Atkinson
On Sat, 16 Sep 2000, Garst R. Reese wrote: Kevin Atkinson wrote: This is due to larsbj change to use string instead of char *. Change each instance of word the compiler complains about to word.c_str() and it should compile OK. I presume you are talking about changes in pspell. In

Re: finding a tarball on a fat-less fat partition--disk editor?

2000-09-16 Thread dochawk
A tar file comes in blocks of 512 bytes. First is the filename and then comes other things including the word "ustar". After this header comes the file and then comes many more header/file combinations. So you should see "ustar" as many times as there are files in your tar file. If you

Re: [patch included]

2000-09-16 Thread Dekel Tsur
On Fri, Sep 15, 2000 at 07:32:28PM +0300, Marko Vendelin wrote: > > The following patch adds support for regexp search in FormCitation (Gnome > frontend). Why not filter the entries in the citation list (i.e. show only the ones containing the regexp) instead of search?

make dist oversight

2000-09-16 Thread Kayvan A. Sylvan
Hi folk, This small patch fixes a ``make dist'' oversight (and lets my auto-compile and RPM generation proceed). However, even with this, I get the following errors on compilation: table.C:791: new declaration `class string LyXTable::GetPWidth(int)' table.h:173: ambiguates old declaration

Re: Various (math-mode) HMI improvements

2000-09-16 Thread Dekel Tsur
On Fri, Sep 15, 2000 at 04:16:30PM +0300, Marko Vendelin wrote: > I would like to bring up one more example where emacs clearly outshines > LyX. Namely, if you try to insert citation in emacs (reftex mode) you are > asked for regular expression, presented with the list of matching items > and

Table inset bugs

2000-09-16 Thread Dekel Tsur
I've created a list of bugs/problems with the new table inset. This should keep Juergen busy for a while (I suppose I should help with items 19 and 20). 1. The most annoying problem is that the cursor can be placed outside of a cell's text inset, and when the cursor is there, you cannot enter

CVS compile error - easy fix

2000-09-16 Thread Kayvan A. Sylvan
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I..-isystem /usr/X11R6/include -O2 -m486 >-fno-strength-reduce -c table.C > table.C:791: new declaration `class string LyXTable::GetPWidth(int)' > table.h:173: ambiguates old declaration `const class string LyXTable::GetPWidth(int)' > table.C:800: new

oops [Re: finding a tarball on a fat-less fat partition--disk editor?

2000-09-16 Thread hawk
ack, wrong list . . . --

Re: cvs --with-pspell no go

2000-09-16 Thread Kevin Atkinson
This is due to larsbj change to use string instead of char *. Change each instance of word the compiler complains about to word.c_str() and it should compile OK. --- Kevin Atkinson kevina at users sourceforge net http://metalab.unc.edu/kevina/

Re: cvs --with-pspell no go

2000-09-16 Thread Garst R. Reese
Kevin Atkinson wrote: > > This is due to larsbj change to use string instead of char *. Change each > instance of word the compiler complains about to word.c_str() and it > should compile OK. > I presume you are talking about changes in pspell. In anycase, that could mean some number of

Re: cvs --with-pspell no go

2000-09-16 Thread Kevin Atkinson
On Sat, 16 Sep 2000, Garst R. Reese wrote: > Kevin Atkinson wrote: > > > > This is due to larsbj change to use string instead of char *. Change each > > instance of word the compiler complains about to word.c_str() and it > > should compile OK. > > > I presume you are talking about changes in

Re: finding a tarball on a fat-less fat partition--disk editor?

2000-09-16 Thread dochawk
> A tar file comes in blocks of 512 bytes. First is the filename and > then comes other things including the word "ustar". After this header > comes the file and then comes many more header/file combinations. So > you should see "ustar" as many times as there are files in your tar > file. >