RE: segfault with NEW_INSETS and NEW_TABULAR defined

2000-08-22 Thread Juergen Vigna
> (gdb) p fd_form_table_options > $1 = (FD_form_table_options *) 0x0 > > Could you have a look at this Jürgen? Well I guess a #ifndef NEW_TABULAR around that call would solve the situation! Something like: #ifndef NEW_TABULAR if (fd_form_table_options->for

segfault with NEW_INSETS and NEW_TABULAR defined

2000-08-22 Thread Lars Gullik Bjønnes
This is a segfault in: Program received signal SIGSEGV, Segmentation fault. 0x80a7308 in updateAllVisibleBufferRelatedDialogs () at ../../src/lyx_gui_misc.C:204 204 if (fd_form_table_options->form_table_options->visible) { (gdb) info locals No locals. (gdb) p fd_form_table_option

Re: NEW_TABULAR

2000-07-12 Thread Angus Leeming
Jürgen> The USE_NEW_LAYOUT is ONLY for testing the new tabular-inset-layout! Jürgen> The other NEW_TABULAR is NOT needed!!! Jürgen> If you want to try a tabular-inset just do as lars told you: Jürgen> M-x tabular-inset-insert Excellent! I just like to know WHY. My scientific training I guess.

Re: NEW_TABULAR

2000-07-12 Thread Juergen Vigna
he new tabular-inset-layout! The other NEW_TABULAR is NOT needed!!! If you want to try a tabular-inset just do as lars told you: M-x tabular-inset-insert Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italien

Re: NEW_TABULAR

2000-07-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jürgen> Angus just define this in insettabular.C and if you want also in lyxfunc.C | Jürgen> so you have to compile only this to source-files. | | ??? But a grep of the code base reveals that the following files have either | #ifdef NE

Re: NEW_TABULAR

2000-07-12 Thread Angus Leeming
Jürgen> Angus just define this in insettabular.C and if you want also in lyxfunc.C Jürgen> so you have to compile only this to source-files. ??? But a grep of the code base reveals that the following files have either #ifdef NEW_TABULAR or #ifndef NEW_TABULAR ??? BufferV

Re: NEW_TABULAR

2000-07-12 Thread Juergen Vigna
On 12-Jul-2000 Juergen Vigna wrote: > > On 12-Jul-2000 Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> >>| Simple question for Jürgen: if I want to try out your new tabular thingy, I >>| need to define this variable. Where is the best place to do it? Should I just >>|

Re: NEW_TABULAR

2000-07-12 Thread Juergen Vigna
On 12-Jul-2000 Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >| Simple question for Jürgen: if I want to try out your new tabular thingy, I >| need to define this variable. Where is the best place to do it? Should I just >| modify src/config.h by hand? > > Just enter

Re: NEW_TABULAR

2000-07-12 Thread Angus Leeming
has stacks of #ifdef NEW_TABULAR ... #else ... #endif I was trying to find out the best place to set NEW_TABULAR. config.h I guess, although this means I have to re-make the entire source. Thanks anyway. Angus

Re: NEW_TABULAR

2000-07-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Simple question for Jürgen: if I want to try out your new tabular thingy, I | need to define this variable. Where is the best place to do it? Should I just | modify src/config.h by hand? Just enter "M-x tabular-inset-insert". Lgb

NEW_TABULAR

2000-07-12 Thread Angus Leeming
Simple question for Jürgen: if I want to try out your new tabular thingy, I need to define this variable. Where is the best place to do it? Should I just modify src/config.h by hand? Angus