Re: Semi Regular Bug Update

2002-01-11 Thread Juergen Vigna
On 10-Jan-2002 John Levon wrote: Also I think the fact that we only use a paragraph ID for determining the inset to go to is very wrong, we need at least some more detail than that Would you care to explain what extra data do you need? I think the paragraph id IS enough information!

Re: Semi Regular Bug Update

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 09:15:18AM +0100, Juergen Vigna wrote: Also I think the fact that we only use a paragraph ID for determining the inset to go to is very wrong, we need at least some more detail than that Would you care to explain what extra data do you need? I think the paragraph

RE: BUG Table, new, serious

2002-01-11 Thread Juergen Vigna
On 10-Jan-2002 Garst R. Reese wrote: Insert a table Try to edit it. All options are greyed out. You mean the Edit-Tabular options isn't it? Jean-Marc could you have a look please. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: BUG Table, new, serious

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 09:25:04AM +0100, Juergen Vigna wrote: You mean the Edit-Tabular options isn't it? Jean-Marc could you have a look please. I'm guessing it's Martin's FuncStatus patch ... regards john -- I went to set up a Yahoo ID for my dog. (Don't ask, but the DOG'S email was

Re: LyX on /.

2002-01-11 Thread Jean-Marc Lasgouttes
Michael == Michael A Koziarski [EMAIL PROTECTED] writes: Michael Hey guys, After an initial bad comment, the slashdotters Michael responded with some very insightful and postive comments Michael about LyX. Michael http://slashdot.org/comments.pl?sid=02/01/10/1856232cid=2818776 I did not see

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre The math panel is not usable without mouse, the menus are. Andre Having two ways to access symbols does not exactly hurt, does Andre it? Note that if math panel uses dispatch to do its things and your bbb symbols have key bindings, then

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 09:48:04AM +0100, Jean-Marc Lasgouttes wrote: Note that if math panel uses dispatch to do its things and your bbb symbols have key bindings Which reminds me... we should have 'keybindings with arguments' at some point of time. I.e. if you bind 'M-m x ###' to

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Fri, Jan 11, 2002 at 09:48:04AM +0100, Jean-Marc Lasgouttes Andre wrote: Note that if math panel uses dispatch to do its things and your bbb symbols have key bindings Andre Which reminds me... we should have 'keybindings with

[PATCH]: minibuffer completion

2002-01-11 Thread Angus Leeming
Attached is a patch that addresses all the issues that I have with the drop down completion thingy. It: * enables single click completion * returns the letter typed to the minibuffer * appears above the minibuffer, not below it. I'll commit this after the weekend if nobody shouts Stop! so

a question

2002-01-11 Thread Angus Leeming
Happy New Year, Christos. Hope you had a pleasant break. I have a (rather mundane) question for you. How do I calculate the variance of a field of discrete particles such as the stretched and folded line of tracer I'm interested in? I can see how, for the non-diffusive tracer and in the

Re: a question

2002-01-11 Thread Angus Leeming
Sorry Hit the wrong button! A

Re: BUG Table, new, serious

2002-01-11 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen On 10-Jan-2002 Garst R. Reese wrote: Insert a table Try to edit it. All options are greyed out. Juergen You mean the Edit-Tabular options isn't it? Jean-Marc could Juergen you have a look please. I have commited a fix. Missing braces

mathed compiler error

2002-01-11 Thread John Levon
mathed/.libs/libmathed.a(formulamacro.o): In function `InsetFormulaMacro::localDispatch(BufferView *, kb_action, basic_stringchar, string_char_traitschar, __default_alloc_templatetrue, 0 const )': /home/moz/src/lyx/lyx-devel/src/mathed/formulamacro.C:152: undefined reference to

How to generate List of tables and figures when they are not floats

2002-01-11 Thread TAMAL AHMED
My document generates a LOT (list of tables) and LOF (list of figures) when the tables and figures are places on the document as floats but not when they are not placed as floats. How do i get a LOT and LOF when the figures and tables are placed not as floats ?

Re: mathed compiler error

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 11:24:22AM +, John Levon wrote: mathed/.libs/libmathed.a(formulamacro.o): In function `InsetFormulaMacro::localDispatch(BufferView *, kb_action, basic_stringchar, string_char_traitschar, __default_alloc_templatetrue, 0 const )':

Re: mathed compiler error

2002-01-11 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre I can't see such a problem. Have you tried to recompile Andre everything in src/mathed? I often see dependency problems in src/mathed, especially (I think) with automake 1.5. I do not know what could cause this. JMarc

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Dekel Tsur
On Fri, Jan 11, 2002 at 04:01:36PM +0900, R. Lahaye wrote: Andre Poenitz wrote: The math panel is not usable without mouse, the menus are. Having two ways to access symbols does not exactly hurt, does it? But which symbols? You seem to want N/Z/Q/C in the menu? I want

Re: [PATCH]: minibuffer completion

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 10:45:49AM +, Angus Leeming wrote: Attached is a patch that addresses all the issues that I have with the drop down completion thingy. It: this works beautifully - good stuff john -- They're all fools. Don't worry. Darwin may be slow, but he'll eventually get

Re: mathed compiler error

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 01:24:35PM +0100, Jean-Marc Lasgouttes wrote: I often see dependency problems in src/mathed, especially (I think) with automake 1.5. I do not know what could cause this. it went away from cd mathed make clean automake (GNU automake) 1.4-p4 regards john -- They're

Re: mathed compiler error

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 01:24:35PM +0100, Jean-Marc Lasgouttes wrote: I often see dependency problems in src/mathed, especially (I think) with automake 1.5. I do not know what could cause this. I see different recompile behaviour from time to time between src/mathed and src/insets. Anyway,

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 02:38:25PM +0200, Dekel Tsur wrote: Using submenus, we can list all latex(+amsmath) symbols in the menus. Hoa... you agree with me? Andre' -- André Pönitz .. [EMAIL PROTECTED]

mathed question

2002-01-11 Thread Angus Leeming
André, I've tracked my mathed crash down to a request to insert 1610590944 lines in the exported LaTeX file! The number comes from within a loop in write(MathArray const dat, WriteStream wi) Basically, it seems likely that one of the math insets has an uninitialised variable. That's

Re: mathed question

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 01:24:11PM +, Angus Leeming wrote: My question is this. Is there an easy way to ascertain the type of the inset from within write(MathArray const dat, WriteStream wi)? I can't see any enum Code or equivalent in math_inset.h. Perhaps you have another way? You

Re: BUG Table, new, serious

2002-01-11 Thread Martin Vermeer
On Fri, Jan 11, 2002 at 12:21:18PM +0100, Jean-Marc Lasgouttes wrote: en On 10-Jan-2002 Garst R. Reese wrote: Insert a table Try to edit it. All options are greyed out. Juergen You mean the Edit-Tabular options isn't it? Jean-Marc could Juergen you have a look please. I have commited

Re: mathed question

2002-01-11 Thread Angus Leeming
On Friday 11 January 2002 1:33 pm, Andre Poenitz wrote: On Fri, Jan 11, 2002 at 01:24:11PM +, Angus Leeming wrote: My question is this. Is there an easy way to ascertain the type of the inset from within write(MathArray const dat, WriteStream wi)? I can't see any enum Code or

Re: Semi Regular Bug Update

2002-01-11 Thread Martin Vermeer
On Thu, Jan 10, 2002 at 11:26:20AM +0200, Martin Vermeer wrote: On Thu, Jan 10, 2002 at 07:24:00PM +1300, Michael Koziarski wrote: Bug_id: 134 Keywords: crash Crash clicking on old-graphics in float - Open new document; insert-float-figure; insert-minipage;

Re: mathed question

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 02:02:49PM +, Angus Leeming wrote: enum Code or equivalent in math_inset.h. Perhaps you have another way? Well, I found the appropriate identifier, but unfortuately you haven't overloaded! mathed/math_charinset.h:50: MathTextCodes code() const { return

Re: How to generate List of tables and figures when they are not floats

2002-01-11 Thread Herbert Voss
TAMAL AHMED wrote: My document generates a LOT (list of tables) and LOF (list of figures) when the tables and figures are places on the document as floats but not when they are not placed as floats. How do i get a LOT and LOF when the figures and tables are placed not as floats ? try

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Fri, Jan 11, 2002 at 02:38:25PM +0200, Dekel Tsur wrote: Using submenus, we can list all latex(+amsmath) symbols in the menus. Andre Hoa... you agree with me? Maybe, but personnally I do not. I would favor a solution where symbols

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 04:09:04PM +0100, Jean-Marc Lasgouttes wrote: I think huge menus are a pain, whatever the number of submenus you want to introduce. Basically the panel has very very compact menus. I did not suggest to scrap the panel... One more advantage of the menu is

Re: blackboard bold symbols array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Fri, Jan 11, 2002 at 04:09:04PM +0100, Jean-Marc Lasgouttes Andre wrote: I think huge menus are a pain, whatever the number of submenus you want to introduce. Basically the panel has very very compact menus. Andre I did not suggest to

new bug in floats with minipage

2002-01-11 Thread Herbert Voss
- insert a minipage with 45% width - insert a insert-special character-hfill - anotherone in the same (!) line with the same width - both are correct shown on screen - mark both minipages and copy them - create a float and insert the minipages - the right one has a wrong width! click on the

Re: new bug in floats with minipage

2002-01-11 Thread Herbert Voss
Herbert Voss wrote: - insert a minipage with 45% width - insert a insert-special character-hfill - anotherone in the same (!) line with the same width I meant onother minipage ... Herbert -- http://www.lyx.org/help/

Assert on File-Open

2002-01-11 Thread Juergen Vigna
Do only I use File-Open? Well anyway I hit the Assert in the first row of FileInfo::typeIndicator() called from FileDialog::Private::Reread (this=0x830ef78) at FormFiledialog.C:324 Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

RE: cosmetic line-breaking with quote insets

2002-01-11 Thread Juergen Vigna
First sorry for being late but this mail got lost by my mailscanner program so I found it only today! On 09-Jan-2002 Allan Rae wrote: Do you think you can apply those tremendous trouble shooting skills of yours to the crashes that occur when the cursor is in the table in either of these

Re: [PATCH] Remove second window / menubar with GNOME frontend.

2002-01-11 Thread Jean-Marc Lasgouttes
Michael == Michael A Koziarski [EMAIL PROTECTED] writes: Michael Anyways, please apply this patch for now. I applied it, and removed the files too. Please add Changelog entries so that people know what happened to these files. JMarc

HAVE_STD_COUNT

2002-01-11 Thread Angus Leeming
Has this configure test been changed recently? I have std::count(begin, end, char) on this machine, but it's broken. The configure test checks only for availability not for working status. My problem is, I don't know how to modify lyxinclude.m4 to run the sample code and test it. Can someone

Mathed minibuffer message

2002-01-11 Thread Andre Poenitz
Anybody out there who wants to write up a list of messages mathed should produce in the minibuffer? Like what action should trigger what message? People keep asking for feedback on the symbols used. When should that happen? Anything else? Andre' -- André Pönitz

Re: HAVE_STD_COUNT

2002-01-11 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Has this configure test been changed recently? I have Angus std::count(begin, end, char) on this machine, but it's broken. Angus The configure test checks only for availability not for working Angus status. Angus My problem is, I don't

Re: HAVE_STD_COUNT

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 04:26:44PM +, Angus Leeming wrote: My problem is, I don't know how to modify lyxinclude.m4 to run the sample code and test it. Can someone help me? Not me. But I'd rather revert to some hand-coded loop than to uses such a loop and std::count in some '#ifdef'.

Re: HAVE_STD_COUNT

2002-01-11 Thread Angus Leeming
On Friday 11 January 2002 4:31 pm, Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Has this configure test been changed recently? I have Angus std::count(begin, end, char) on this machine, but it's broken. Angus The configure test checks only for

Re: HAVE_STD_COUNT

2002-01-11 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Here's the snippet from lyxinclude.m4 Angus dnl Usage: LYX_STD_COUNT : checks wherer the C++ library have a Angus conforming dnl count template, if not the old HP version is Angus assumed. AC_DEFUN(LYX_STD_COUNT,[ AC_CACHE_CHECK(for

Re: HAVE_STD_COUNT

2002-01-11 Thread Angus Leeming
On Friday 11 January 2002 5:02 pm, Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Here's the snippet from lyxinclude.m4 Angus dnl Usage: LYX_STD_COUNT : checks wherer the C++ library have a Angus conforming dnl count template, if not the old HP version

Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Jean-Marc Lasgouttes
SO this time I decided not to warn that I was about to prepare 1.1.6fix4, in order to avoid people checking in last minute changes and sending files to me. You can beg, you can cry, it is too late: I tagged it under the funky name lyx-1_1_6fix4. Kayvan, could you prepare rpms? I probably will

Re: Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 06:25:04PM +0100, Jean-Marc Lasgouttes wrote: SO this time I decided not to warn that I was about to prepare 1.1.6fix4, in order to avoid people checking in last minute changes and sending files to me. You mentioned your secret plan a day or two ago if I am not

Re: HAVE_STD_COUNT

2002-01-11 Thread Angus Leeming
Jean-Marc, can I ask you to put a lyxcount routine in the support library. I'm afraid that countChar doesn't hack it because BufferVew2.C uses std::count(vectorstring::begin, vectorstring::end, string) We need a templatised version and I guess the best thing to do is to copy the gnu

Re: Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Fri, Jan 11, 2002 at 06:25:04PM +0100, Jean-Marc Lasgouttes Andre wrote: SO this time I decided not to warn that I was about to prepare 1.1.6fix4, in order to avoid people checking in last minute changes and sending files to me.

lyx::count --- a new file?

2002-01-11 Thread Angus Leeming
Would everybody be happy if I put this file in support? This seems to be the cleanest solution to the current problem. I'll sort the code out but will need some help with the configure test HAVE_STD_COUNT (run-time or hard-coded for DEC cxx?) Have a good weekend, Angus /** * \file

Re: Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Zvezdan Petkovic
On Fri, Jan 11, 2002 at 06:25:04PM +0100, Jean-Marc Lasgouttes wrote: SO this time I decided not to warn that I was about to prepare 1.1.6fix4, in order to avoid people checking in last minute changes and sending files to me. You can beg, you can cry, it is too late: I tagged it under the

Re: Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Kayvan A. Sylvan
On Fri, Jan 11, 2002 at 03:06:49PM -0500, Zvezdan Petkovic wrote: On Fri, Jan 11, 2002 at 06:25:04PM +0100, Jean-Marc Lasgouttes wrote: SO this time I decided not to warn that I was about to prepare 1.1.6fix4, in order to avoid people checking in last minute changes and sending files to

Re: Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Kayvan A. Sylvan
On Fri, Jan 11, 2002 at 03:06:49PM -0500, Zvezdan Petkovic wrote: On Fri, Jan 11, 2002 at 06:25:04PM +0100, Jean-Marc Lasgouttes wrote: SO this time I decided not to warn that I was about to prepare 1.1.6fix4, in order to avoid people checking in last minute changes and sending files to

Re: Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Zvezdan Petkovic
On Fri, Jan 11, 2002 at 01:04:02PM -0800, Kayvan A. Sylvan wrote: Hi Zvezdan, I moved the xforms RPMs to old/ and instead put a note in xforms-README to point people in the right direction. Hopefully xforms will have a true src.rpm soon, instead of this chicanery. Is this okay? It's

Re: Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Kayvan A. Sylvan
On Fri, Jan 11, 2002 at 04:31:50PM -0500, Zvezdan Petkovic wrote: On Fri, Jan 11, 2002 at 01:04:02PM -0800, Kayvan A. Sylvan wrote: Hi Zvezdan, I moved the xforms RPMs to old/ and instead put a note in xforms-README to point people in the right direction. Hopefully xforms will have a

RE: cosmetic line-breaking with quote insets

2002-01-11 Thread Allan Rae
On Fri, 11 Jan 2002, Juergen Vigna wrote: [...] Then! You could have sent this file earlier so that we could have fixed this one liner imediately without the need of a lot of mails! Well it's fixed now! Well I thought the instructions were simple enough but it seems things get fixed quicker

LyXVC::toggleReadOnly()

2002-01-11 Thread Allan Rae
Shouldn't this also toggle the buffer readonly status? At least with CVS as the handler. I have a CVS file I want to set to readonly in the buffer so I can avoid accidentally editing (missed keystrokes etc.) while browsing through it then once I find what I want to edit I want to toggle back to

a thought

2002-01-11 Thread Steve Herrick
Hello! I'm a long-time Mac user who is gradually trying to shift over to open-source software. The biggest reason I haven't shifted farther and faster than I have is that a big part of what I do is DTP. After a prolonged study, I've concluded that LyX is the closest thing on the market. I am

Re: Semi Regular Bug Update

2002-01-11 Thread Juergen Vigna
On 10-Jan-2002 John Levon wrote: > Also I think the fact that we only use a paragraph ID for determining the inset to > go to is very wrong, we need at least some more detail than that Would you care to explain what extra data do you need? I think the paragraph id IS enough information!

Re: Semi Regular Bug Update

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 09:15:18AM +0100, Juergen Vigna wrote: > > Also I think the fact that we only use a paragraph ID for determining the inset to > > go to is very wrong, we need at least some more detail than that > > Would you care to explain what extra data do you need? I think the

RE: BUG Table, new, serious

2002-01-11 Thread Juergen Vigna
On 10-Jan-2002 Garst R. Reese wrote: > Insert a table > Try to edit it. > All options are greyed out. You mean the Edit->Tabular options isn't it? Jean-Marc could you have a look please. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: BUG Table, new, serious

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 09:25:04AM +0100, Juergen Vigna wrote: > You mean the Edit->Tabular options isn't it? Jean-Marc could you have > a look please. I'm guessing it's Martin's FuncStatus patch ... regards john -- "I went to set up a Yahoo ID for my dog. (Don't ask, but the DOG'S email was

Re: LyX on /.

2002-01-11 Thread Jean-Marc Lasgouttes
> "Michael" == Michael A Koziarski <[EMAIL PROTECTED]> writes: Michael> Hey guys, After an initial bad comment, the slashdotters Michael> responded with some very insightful and postive comments Michael> about LyX. Michael> http://slashdot.org/comments.pl?sid=02/01/10/1856232=2818776 I did

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> The math panel is not usable without mouse, the menus are. Andre> Having two ways to access symbols does not exactly hurt, does Andre> it? Note that if math panel uses dispatch to do its things and your bbb symbols have key

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 09:48:04AM +0100, Jean-Marc Lasgouttes wrote: > Note that if math panel uses dispatch to do its things and your bbb > symbols have key bindings Which reminds me... we should have 'keybindings with arguments' at some point of time. I.e. if you bind 'M-m x ###' to

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Jan 11, 2002 at 09:48:04AM +0100, Jean-Marc Lasgouttes Andre> wrote: >> Note that if math panel uses dispatch to do its things and your bbb >> symbols have key bindings Andre> Which reminds me... we should have

[PATCH]: minibuffer completion

2002-01-11 Thread Angus Leeming
Attached is a patch that addresses all the issues that I have with the drop down completion thingy. It: * enables single click completion * returns the letter typed to the minibuffer * appears above the minibuffer, not below it. I'll commit this after the weekend if nobody shouts "Stop!" so

a question

2002-01-11 Thread Angus Leeming
Happy New Year, Christos. Hope you had a pleasant break. I have a (rather mundane) question for you. How do I calculate the variance of a field of discrete particles such as the stretched and folded line of tracer I'm interested in? I can see how, for the non-diffusive tracer and in the

Re: a question

2002-01-11 Thread Angus Leeming
Sorry Hit the wrong button! A

Re: BUG Table, new, serious

2002-01-11 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 10-Jan-2002 Garst R. Reese wrote: >> Insert a table Try to edit it. All options are greyed out. Juergen> You mean the Edit->Tabular options isn't it? Jean-Marc could Juergen> you have a look please. I have commited a fix.

mathed compiler error

2002-01-11 Thread John Levon
mathed/.libs/libmathed.a(formulamacro.o): In function `InsetFormulaMacro::localDispatch(BufferView *, kb_action, basic_string > const &)': /home/moz/src/lyx/lyx-devel/src/mathed/formulamacro.C:152: undefined reference to

How to generate List of tables and figures when they are not floats

2002-01-11 Thread TAMAL AHMED
My document generates a LOT (list of tables) and LOF (list of figures) when the tables and figures are places on the document as floats but not when they are not placed as floats. How do i get a LOT and LOF when the figures and tables are placed not as floats ?

Re: mathed compiler error

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 11:24:22AM +, John Levon wrote: > mathed/.libs/libmathed.a(formulamacro.o): In function > `InsetFormulaMacro::localDispatch(BufferView *, kb_action, > basic_string __default_alloc_template > const &)': >

Re: mathed compiler error

2002-01-11 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I can't see such a problem. Have you tried to recompile Andre> everything in src/mathed? I often see dependency problems in src/mathed, especially (I think) with automake 1.5. I do not know what could cause this. JMarc

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Dekel Tsur
On Fri, Jan 11, 2002 at 04:01:36PM +0900, R. Lahaye wrote: > Andre Poenitz wrote: > > The math panel is not usable without mouse, the menus are. Having two ways > > to access symbols does not exactly hurt, does it? > > But which symbols? > You seem to want N/Z/Q/C in the menu? > I want

Re: [PATCH]: minibuffer completion

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 10:45:49AM +, Angus Leeming wrote: > Attached is a patch that addresses all the issues that I have with the drop > down completion thingy. It: this works beautifully - good stuff john -- "They're all fools. Don't worry. Darwin may be slow, but he'll eventually

Re: mathed compiler error

2002-01-11 Thread John Levon
On Fri, Jan 11, 2002 at 01:24:35PM +0100, Jean-Marc Lasgouttes wrote: > I often see dependency problems in src/mathed, especially (I think) > with automake 1.5. I do not know what could cause this. it went away from cd mathed && make clean automake (GNU automake) 1.4-p4 regards john --

Re: mathed compiler error

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 01:24:35PM +0100, Jean-Marc Lasgouttes wrote: > I often see dependency problems in src/mathed, especially (I think) > with automake 1.5. I do not know what could cause this. I see different recompile behaviour from time to time between src/mathed and src/insets. Anyway,

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 02:38:25PM +0200, Dekel Tsur wrote: > Using submenus, we can list all latex(+amsmath) symbols in the menus. Hoa... you agree with me? Andre' -- André Pönitz .. [EMAIL PROTECTED]

mathed question

2002-01-11 Thread Angus Leeming
André, I've tracked my mathed crash down to a request to insert 1610590944 lines in the exported LaTeX file! The number comes from within a loop in write(MathArray const & dat, WriteStream & wi) Basically, it seems likely that one of the math insets has an uninitialised variable.

Re: mathed question

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 01:24:11PM +, Angus Leeming wrote: > My question is this. Is there an easy way to ascertain the type of the inset > from within write(MathArray const & dat, WriteStream & wi)? I can't see any > enum Code or equivalent in math_inset.h. Perhaps you have another way?

Re: BUG Table, new, serious

2002-01-11 Thread Martin Vermeer
On Fri, Jan 11, 2002 at 12:21:18PM +0100, Jean-Marc Lasgouttes wrote: > > en> On 10-Jan-2002 Garst R. Reese wrote: > >> Insert a table Try to edit it. All options are greyed out. > > Juergen> You mean the Edit->Tabular options isn't it? Jean-Marc could > Juergen> you have a look please. > > I

Re: mathed question

2002-01-11 Thread Angus Leeming
On Friday 11 January 2002 1:33 pm, Andre Poenitz wrote: > On Fri, Jan 11, 2002 at 01:24:11PM +, Angus Leeming wrote: > > My question is this. Is there an easy way to ascertain the type of the inset > > from within write(MathArray const & dat, WriteStream & wi)? I can't see any > > enum

Re: Semi Regular Bug Update

2002-01-11 Thread Martin Vermeer
On Thu, Jan 10, 2002 at 11:26:20AM +0200, Martin Vermeer wrote: > On Thu, Jan 10, 2002 at 07:24:00PM +1300, Michael Koziarski wrote: > > > Bug_id: 134 > > Keywords: crash > > > > Crash clicking on old-graphics in float > > > > > > > > > > - Open new document; insert->float->figure;

Re: mathed question

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 02:02:49PM +, Angus Leeming wrote: > > > enum Code or equivalent in math_inset.h. Perhaps you have another way? > > Well, I found the appropriate identifier, but unfortuately you haven't > overloaded! > > mathed/math_charinset.h:50: MathTextCodes code() const {

Re: How to generate List of tables and figures when they are not floats

2002-01-11 Thread Herbert Voss
TAMAL AHMED wrote: > My document generates a LOT (list of tables) and LOF (list of figures) > when the tables and figures are places on the document as floats but not > when they are not placed as floats. > > How do i get a LOT and LOF when the figures and tables are placed not as > floats ?

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Jan 11, 2002 at 02:38:25PM +0200, Dekel Tsur wrote: >> Using submenus, we can list all latex(+amsmath) symbols in the >> menus. Andre> Hoa... you agree with me? Maybe, but personnally I do not. I would favor a solution

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 04:09:04PM +0100, Jean-Marc Lasgouttes wrote: > I think huge menus are a pain, whatever the number of submenus you > want to introduce. Basically the panel has very very compact menus. I did not suggest to scrap the panel... One more advantage of the menu is

Re: blackboard bold symbols & array/cases env. Why not in math panel?

2002-01-11 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Jan 11, 2002 at 04:09:04PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> I think huge menus are a pain, whatever the number of submenus you >> want to introduce. Basically the panel has very very compact menus. Andre> I

new bug in floats with minipage

2002-01-11 Thread Herbert Voss
- insert a minipage with 45% width - insert a insert->special character->hfill - anotherone in the same (!) line with the same width - both are correct shown on screen - mark both minipages and copy them - create a float and insert the minipages -> the right one has a wrong width! click on

Re: new bug in floats with minipage

2002-01-11 Thread Herbert Voss
Herbert Voss wrote: > - insert a minipage with 45% width > - insert a insert->special character->hfill > - anotherone in the same (!) line with the same width I meant onother minipage ... Herbert -- http://www.lyx.org/help/

Assert on File->Open

2002-01-11 Thread Juergen Vigna
Do only I use File->Open? Well anyway I hit the Assert in the first row of FileInfo::typeIndicator() called from FileDialog::Private::Reread (this=0x830ef78) at FormFiledialog.C:324 Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

RE: cosmetic line-breaking with quote insets

2002-01-11 Thread Juergen Vigna
First sorry for being late but this mail got lost by my mailscanner program so I found it only today! On 09-Jan-2002 Allan Rae wrote: > Do you think you can apply those tremendous trouble shooting > skills of yours to the crashes that occur when the cursor is in the > table in either of these

Re: [PATCH] Remove second window / menubar with GNOME frontend.

2002-01-11 Thread Jean-Marc Lasgouttes
> "Michael" == Michael A Koziarski <[EMAIL PROTECTED]> writes: Michael> Anyways, please apply this patch for now. I applied it, and removed the files too. Please add Changelog entries so that people know what happened to these files. JMarc

HAVE_STD_COUNT

2002-01-11 Thread Angus Leeming
Has this configure test been changed recently? I have std::count(begin, end, char) on this machine, but it's broken. The configure test checks only for availability not for working status. My problem is, I don't know how to modify lyxinclude.m4 to run the sample code and test it. Can someone

Mathed minibuffer message

2002-01-11 Thread Andre Poenitz
Anybody out there who wants to write up a list of messages mathed should produce in the minibuffer? Like what action should trigger what message? People keep asking for feedback on the symbols used. When should that happen? Anything else? Andre' -- André Pönitz

Re: HAVE_STD_COUNT

2002-01-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Has this configure test been changed recently? I have Angus> std::count(begin, end, char) on this machine, but it's broken. Angus> The configure test checks only for availability not for working Angus> status. Angus> My problem

Re: HAVE_STD_COUNT

2002-01-11 Thread Andre Poenitz
On Fri, Jan 11, 2002 at 04:26:44PM +, Angus Leeming wrote: > My problem is, I don't know how to modify lyxinclude.m4 to run the sample > code and test it. Can someone help me? Not me. But I'd rather revert to some hand-coded loop than to uses such a loop and std::count in some '#ifdef'.

Re: HAVE_STD_COUNT

2002-01-11 Thread Angus Leeming
On Friday 11 January 2002 4:31 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Has this configure test been changed recently? I have > Angus> std::count(begin, end, char) on this machine, but it's broken. > Angus> The configure test checks

Re: HAVE_STD_COUNT

2002-01-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Here's the snippet from lyxinclude.m4 Angus> dnl Usage: LYX_STD_COUNT : checks wherer the C++ library have a Angus> conforming dnl count template, if not the old HP version is Angus> assumed. AC_DEFUN(LYX_STD_COUNT,[

Re: HAVE_STD_COUNT

2002-01-11 Thread Angus Leeming
On Friday 11 January 2002 5:02 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Here's the snippet from lyxinclude.m4 > > Angus> dnl Usage: LYX_STD_COUNT : checks wherer the C++ library have a > Angus> conforming dnl count template, if not

Enough is enough! (lyx 1.1.6fix4)

2002-01-11 Thread Jean-Marc Lasgouttes
SO this time I decided not to warn that I was about to prepare 1.1.6fix4, in order to avoid people checking in last minute changes and sending files to me. You can beg, you can cry, it is too late: I tagged it under the funky name lyx-1_1_6fix4. Kayvan, could you prepare rpms? I probably will

  1   2   >