Re: Suggestion on FormTabular: Cell cettings and multicol

2000-08-22 Thread Allan Rae
On Tue, 22 Aug 2000, Juergen Vigna wrote: > > > > You're right. I should have suggested: > > ./configure --with-cucumber=insets > > That's it why didn't you suggest this earlier :) > > Seriously, we could add the option, BUT we have to give BBB > warning at the end of configure

Re: BUG when closing document

2000-08-22 Thread Allan Rae
On Tue, 22 Aug 2000, Juergen Vigna wrote: > > > 3. Add "UndoAll" to the output of the appropriate states in all the > >policies. > > I didn't really read what this UndoAll is (is there some documentation > in the Policies file?), I think that I just need that after the first > change the Re

Re: Adolescent LyX

2000-08-22 Thread Allan Rae
On Tue, 22 Aug 2000, Allan Rae wrote: Just for the record I made a slight error in my suggestion. > Nice idiom, wrong application. Even if someone eventually finds the need > for variables in the GUIRuntime class then you could use a Pimpl specific > to the toolkits. Either way we don't need f

Re: --export

2000-08-22 Thread Kayvan A. Sylvan
> While trying to work out how I could generate Postscript from LyX > documents directly without actually opening the editor I stumbled across > the apparently undocumented --export option. Now this would actually do > the trick except that for some reason the editor is still opened even > though

3 bugs in lyx-1.1.5fix1

2000-08-22 Thread Ben
Version of lyx : 1.1.5fix1 First bug : The right scrollbar : When you open a document (rather long) and select File->Reload, the scrollbar becomes as long as the lyx's window. Second bug : The plan button in the toolbar : you cannot access to some parts of your document which are at the e

--export

2000-08-22 Thread Kristoffer Lawson
While trying to work out how I could generate Postscript from LyX documents directly without actually opening the editor I stumbled across the apparently undocumented --export option. Now this would actually do the trick except that for some reason the editor is still opened even though it exits

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->form_table_options->vis

Re: really minor for Allan

2000-08-22 Thread Garst R. Reese
Amir Karger wrote: > > On Sun, Aug 20, 2000 at 04:28:40PM -0300, Garst R. Reese wrote: > > Form the CVS ChangeLog > > * src/frontends/xforms/ButtonController.h (Ok): renamed from > > Okay() > > (setOk): renamed from setOkay() > > The proper spelling of okay is either okay or OK *n

["Steven T. Hatton" ] XML, SGML, DSSSL, DocBook: Newbie suggestions

2000-08-22 Thread Lars Gullik Bjønnes
Hey Lars, I just looked over your list of TODOs and realized there isn't enough for you to do, os here: I'd like to see more support for DocBook, and SGML in general. - not that I really know what I'm talking about - I like the idea of SGML, it makes sense. My understanding is that XML is kin

Re: really minor for Allan

2000-08-22 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | On Sun, Aug 20, 2000 at 04:28:40PM -0300, Garst R. Reese wrote: | > Form the CVS ChangeLog | > * src/frontends/xforms/ButtonController.h (Ok): renamed from | > Okay() | > (setOk): renamed from setOkay() | > The proper spelling of okay is e

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: Adolescent LyX

2000-08-22 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > | > What you would have at best (with the current implementation rewritten): | > frontend/GUIRuntime.h | > frontend/*/GUIRuntime.C | | You're probably right! Lars should I change that? Yes, I can... even if I didn't introduce the pimpl.

Re: really minor for Allan

2000-08-22 Thread Amir Karger
On Sun, Aug 20, 2000 at 04:28:40PM -0300, Garst R. Reese wrote: > Form the CVS ChangeLog > * src/frontends/xforms/ButtonController.h (Ok): renamed from > Okay() > (setOk): renamed from setOkay() > The proper spelling of okay is either okay or OK *not* Ok. In most fonts > Ok can be

Feature proposal

2000-08-22 Thread Michael Schmitt
Hi, currently, I am writing my PhD - with Lyx, of course!!! When doing so, I discover some deficiencies from time to time (I am a pretentious user :-)) Ok, one thing that I would like to see in a future release is the possibility to change the format of texts by the search/replace dialogue. For

Problem with lyx-1.1.5fix1

2000-08-22 Thread Michael Schmitt
Hi, if I enter CTRL-RETURN in math mode to get an eqnarray, the only way to get rid of the eqnarray again is to undo the operation. But it is not possible to remove it later. This is rather annoying. Another problem concerns boxes: Why is there no support for \fbox{...}. I tried to add the state

Problem with Lyx-1.1.5fix1

2000-08-22 Thread Michael Schmitt
Hi, when I insert a lyx-code paragraph, it is not possible to remove it again. What I have to do is change the paragraph layout first. Then the auto-removal of empty paragraphs works as expected. Michael -- == Michael Schmitt

Re doc to lyx conversion problems

2000-08-22 Thread Martin Vermeer
Hi, I managed to convert your file to TeX using the wv product from CVS. It can be found at www.abisource.com and is pretty good especially for visually formatted docs. I attach the LaTeX output. LyX imports it (using reLyX) but the file is incorrect, even though the original LaTeX is correct.

Gnome: Menu patch

2000-08-22 Thread Marko Vendelin
On Thu, 17 Aug 2000, Juergen Vigna wrote: > - I had a look at Menubar_pimpl.C and have seen the composeUI function in > which you search for some commands to probably use some standard, GNOME > menu items for them, but why to you use the command-string and not directly > the action-int in

Re: BUG when closing document

2000-08-22 Thread Juergen Vigna
> 3. Add "UndoAll" to the output of the appropriate states in all the >policies. I didn't really read what this UndoAll is (is there some documentation in the Policies file?), I think that I just need that after the first change the Restore button is activated and after pressing resotore, ok

Re: Suggestion on FormTabular: Cell cettings and multicol

2000-08-22 Thread Juergen Vigna
> > You're right. I should have suggested: > ./configure --with-cucumber=insets That's it why didn't you suggest this earlier :) Seriously, we could add the option, BUT we have to give BBB warning at the end of configure that the resulting .lyx file "COULD" be incompatible with a

RE: Adolescent LyX

2000-08-22 Thread Juergen Vigna
> > What you would have at best (with the current implementation rewritten): > frontend/GUIRuntime.h > frontend/*/GUIRuntime.C You're probably right! Lars should I change that? Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna