Re: Tabular crash with latest CVS

2001-10-01 Thread Kayvan A. Sylvan
I was able to reproduce this on a few different systems. On my linux build machine, here is the backtrace: [kayvan@camel ~]$ gdb lyxgdb core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it

Could not save preference of CJK

2001-10-01 Thread 赵扬
When I change the CJK font setting in Edit->Preference->Look&Feel->CJK Fonts, it works. but next time I open Lyx, it returns to the default setting. I have to do it over and over. :( I'm using Lyx-CJK 1.1.6 fix2 on Fri, May 18,2001

Tabular crash with latest CVS

2001-10-01 Thread Kayvan A. Sylvan
Reproduce by: 1) In a new document, insert a 5x5 tabular. 2) Fill the first row (place the cursor in first cell and type a TAB b TAB c TAB d TAB e). 3) Now, select this row and copy it (Control-C). 4) Place the cursor on the third row and paste (Control-V) repeatedly. Here is the backtrace

Re: config/lyxinclude.m4

2001-10-01 Thread Yves Bastide
On Mon, Oct 01, 2001 at 05:39:38PM +0200, Jean-Marc Lasgouttes wrote: > > "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Does config/lyxinclude.m4 still need to use LYX_PROG_CXX instead > Yves> of AC_* (other than that LYX_* deals with --enable-warnings and > Yves> others)? > >

Re: Document -> Paper -> Special

2001-10-01 Thread Juergen Spitzmueller
Angus Leeming wrote: > Got it. Phew... > Why not group the form like so. (ok, it ain't pretty, but that'll > come eventually). so == StarOffice?? Are you serious ;-)? Well I'll have a look how it could be rearranged a little bit better. > Note also Special should be active only if the paper i

Re: DB2LyX release (0.1.4)

2001-10-01 Thread Jose Abilio Oliveira Matos
On Wed, Sep 26, 2001 at 12:37:01AM +0200, ben wrote: > > > I think that we can start integrating the config phase of db2lyx with lyx. > > > > Also one of my goals, the same that motivated my work with relyx > > previously, is to be able to run db2lyx from the source directory. > > Although

Re: DB2LyX release (0.1.4)

2001-10-01 Thread Jose Abilio Oliveira Matos
On Wed, Sep 26, 2001 at 12:37:17AM +0200, ben wrote: > Jose Abilio Oliveira Matos a écrit : > > > On Tue, Sep 25, 2001 at 12:07:07AM +0200, ben wrote: > > [...] > > > Personaly I prefer solution 2. What do you think? Have you seen other solutions? > > > > I prefer 2) also. And as far as I know

Re: Strange declaration of InsetMinipage::width

2001-10-01 Thread Juergen Vigna
On 01-Oct-2001 Jean-Marc Lasgouttes wrote: > I just mean that Inset already has a virtual method named width() and > it is confusing to add a new method to an inset child with different > semantics (though related). Got it now, yes we should change name in this case! Jürgen -- -._-._-

Re: Document -> Paper -> Special

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 16:03, Juergen Spitzmueller wrote: > Angus Leeming wrote: > > Ahhh. But you would never be able to turn it off! > > OK ;-) > > > > > You might rearrange the dialog so that Special goes in the > > > > Margins box perhaps. On second thoughts, perhaps not, but I'm > > > >

src/frontends/qt2/*/Makefile.am

2001-10-01 Thread Yves Bastide
src/frontends/qt2/{,ui/}Makefile.am define twice DISTCLEANFILES, the first one seeming unnecessary. Also, src/frontends/qt2/ui/moc/Makefile.am contains a strange #$(patsubst, %, %Dialog_moc.C, $(DIALOGS)) line (no harm done anyway) -- Yves

config/lyxinclude.m4

2001-10-01 Thread Yves Bastide
Does config/lyxinclude.m4 still need to use LYX_PROG_CXX instead of AC_* (other than that LYX_* deals with --enable-warnings and others)? The reason being that this macro doesn't work anymore with automake 1.5, which uses a new dependency tracking implementation (which needs an AC_SUBST done by A

Re: Document -> Paper -> Special

2001-10-01 Thread Juergen Spitzmueller
Angus Leeming wrote: > Ahhh. But you would never be able to turn it off! OK ;-) > > > You might rearrange the dialog so that Special goes in the > > > Margins box perhaps. On second thoughts, perhaps not, but I'm > > > sure that it could be arranged more coherently. > > > > I'm not shure either.

Re: Document -> Paper -> Special

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 15:25, Juergen Spitzmueller wrote: > Thanks. Strange enough: it worked for me, but you are the expert and > the attached patch (FormDocument2.diff) is corrected ;-) Ahhh. But you would never be able to turn it off! > > You might rearrange the dialog so that Special goe

Re: Strange declaration of InsetMinipage::width

2001-10-01 Thread Juergen Vigna
On 01-Oct-2001 Jean-Marc Lasgouttes wrote: > To shut off warnings? What warnings? > Because width is not the same as width? [one is in pixels, the > other is a string] Well no, one is to set the with_ string and the other returns it. And it's done as in a lot of other classes, so why does thi

Re: Updated bug list

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 14:50, Juergen Vigna wrote: > On 01-Oct-2001 Angus Leeming wrote: > > > Can people (especially people with pspell or those that use aspell) check > > that the attached patch works well. > > Well it did work here with pspell (but anyway the word wrongry gives > alternat

Re: Updated bug list

2001-10-01 Thread Juergen Vigna
On 01-Oct-2001 Angus Leeming wrote: > Can people (especially people with pspell or those that use aspell) check > that the attached patch works well. Well it did work here with pspell (but anyway the word wrongry gives alternatives with psepll). Jürgen -- -._-._-._-._-._-._-._-._-._-

RE: Strange declaration of InsetMinipage::width

2001-10-01 Thread Juergen Vigna
On 01-Oct-2001 Jean-Marc Lasgouttes wrote: > string const & width() const; > /// > void width(string const &); > > I can see what the difference between these two notions of 'width', > but it would be better to rename the second one, IMO. Why rename it??? Jürge

Re: Updated bug list

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 14:19, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> ispell comes up with some suggestions to "wrod" but none to > Angus> "worngy", although it recognizes it as being incorrect. Looks > Angus> like the spellchecker is

Re: Updated bug list

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 13:39, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > Angus> - The spell does not complain about the following document: > Angus> "The last word is \hspace{1cm} worngy." > > Angus> Nor does it complain about this: "The last wor

Re: Updated bug list

2001-10-01 Thread Angus Leeming
On Friday 28 September 2001 14:27, Michael Schmitt wrote: > Hello, > > this is yet another update of my bug list. Things have become much better > within the last few days. The number of open issues is descreasing > constantly. Good work! > > In the current list, I have > - added a new bug conc

Re: Document -> Paper -> Special

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 12:21, Juergen Spitzmueller wrote: > Hi, > > Is it intended to add some more options here eventually? Don't think so. > If not, you might apply the attached patch. It disables the "Special" > choice if landscape is chosen and resets it to "None". Good idea. > This is

RE: isets within insets

2001-10-01 Thread Juergen Vigna
On 01-Oct-2001 Andre Poenitz wrote: > Could anybody _please_ have a look on that "can't leave nested insets to > the right" problem? It is really annoying e.g. to type math in tables. > > I am currently typing formulas in plain LaTeX and convert them to "real > formula insets" afterwards - which

Document -> Paper -> Special

2001-10-01 Thread Juergen Spitzmueller
Hi, Is it intended to add some more options here eventually? If not, you might apply the attached patch. It disables the "Special" choice if landscape is chosen and resets it to "None". This is one more step towards the new "Don't Allow Senseless Values (TM)" approach in the 1.2.0 Dialogs ;-)

Re: Preferences->Look & Feel->Screen Fonts and banner

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 05:37, Allan Rae wrote: > > What happens if, having moved the window, you then move the cursor over the > > pixmap? It should be destroyed bacause I have set up a prehandler to > > destroySplash on the third FL_DRAW request. > > Nothing happens. I also just noticed tha

Re: lyxbugs: Tgif bug report

2001-10-01 Thread Angus Leeming
On Monday 01 October 2001 09:09, Andre Poenitz wrote: > On Mon, Oct 01, 2001 at 10:01:02AM +0200, Jean-Marc Lasgouttes wrote: > > Andre> Can't we use file(1) for games like that? > > > > Is the output standardized enough accross unices to be useful? > > Don't know. > > BTW, file -i should give

isets within insets

2001-10-01 Thread Andre Poenitz
Could anybody _please_ have a look on that "can't leave nested insets to the right" problem? It is really annoying e.g. to type math in tables. I am currently typing formulas in plain LaTeX and convert them to "real formula insets" afterwards - which is certainly not the way it should be done. A

Re: lyxbugs: Tgif bug report

2001-10-01 Thread Andre Poenitz
On Mon, Oct 01, 2001 at 10:01:02AM +0200, Jean-Marc Lasgouttes wrote: > Andre> Can't we use file(1) for games like that? > > Is the output standardized enough accross unices to be useful? Don't know. BTW, file -i should give MIME types which could be useful information for the selection of view