> (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
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
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.
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
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
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
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
>>|
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
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
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
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
11 matches
Mail list logo