Re: preferences dialog layout

2000-10-17 Thread Allan Rae
On Wed, 18 Oct 2000, R. Lahaye wrote: > > I'm running recent CVS 1.1.6 against XForms 0.89 > on a Linux RH6.2 PC. > > There is a somewhat large additional void space between the > set of buttons (Restore, Save etc.) and the bottom of the dialog. > > Is this related to the double layer of tabs

preferences dialog layout

2000-10-17 Thread R. Lahaye
Hi, I'm running recent CVS 1.1.6 against XForms 0.89 on a Linux RH6.2 PC. There is a somewhat large additional void space between the set of buttons (Restore, Save etc.) and the bottom of the dialog. Is this related to the double layer of tabs in the new preferences dialog? R.

Re: Multilingual docs in LyX 1.1.6cvs

2000-10-17 Thread Allan Rae
On Tue, 17 Oct 2000, Baruch Even wrote: > There is a problem with the fact that the preferences dialog overrides > lyxrc settings, as far as I understand it it will ignore lyxrc when > preferences exists. That's true. > The problem stems from the fact that the preferences dialog does not > rec

Re: Updating NEWS for 1.1.6

2000-10-17 Thread Allan Rae
On 17 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: > > Juergen> - the table support has been completely rewritten. It is now > > Thanks. Here is the revised version. Excellent just as I was about to write out a bunch of similar things for

Re: [PATCH] Key changes with RO docs

2000-10-17 Thread Allan Rae
On Tue, 17 Oct 2000, John Levon wrote: > On Tue, 17 Oct 2000, Allan Rae wrote: > > > If you are just remapping BackSpace to PageUp and Space to PageDown why > > not just move your hand 3 or 4 inches to the right of its usual position > > and use the predefined keys in the first place :P > > > >

Re: Paragraph questions

2000-10-17 Thread Allan Rae
On 17 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> I think it would be nicer if float numbers (representing the > Andre> number of "em") could be given at this place. It's a major pain > Andre> to get a "correct" label width using

Re: Paragraph questions

2000-10-17 Thread Allan Rae
On Tue, 17 Oct 2000, John Levon wrote: > On Tue, 17 Oct 2000, Amir Karger wrote: > > > I agree that it's illogical that when you change docs or paragraphs or > > whatever the dialogs don't notice. > > > > On the other hand, lets say I want to take 10 different paragraphs and add a > > space aft

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-17 Thread Allan Rae
On Tue, 17 Oct 2000, Juergen Vigna wrote: > > Allan wrote: > > > > The only cases I can think of that need to have objects disabled are where > > a particular objects callback can cause some change to the document (such > > as the documentclass combo in FormDocument¹) but that can sometimes be

Re: form paragraph bug report

2000-10-17 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > John> p.s. what does the "keep" checkbox actually do ? > > It uses the \vspace* form, which means that the spacing is not > suppressed at page boundaries. A better name would be nice, but I > cannot think of one right now. > > JMarc Thanks for that question John. No

Re: A few things to do for 1.1.6

2000-10-17 Thread Amir Karger
On Tue, Oct 17, 2000 at 03:44:55PM +0200, Jean-Marc Lasgouttes wrote: > > - fix space above/below in FprmParagraph ... Thing to do for 1.2.0: - create a LaTeX import form which allows you to input all the useful command line options for reLyX, browse for reLyX syntax file, et al. It seems

Re: Updating NEWS for 1.1.6

2000-10-17 Thread Amir Karger
On Tue, Oct 17, 2000 at 03:37:07PM +0200, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: > > > - the menus can now be defined from a text file (like the toolbar) and > shows the keyboard bindings associated to commands. Should this be "which shows"

Re: May the fix be with you (status update #4)

2000-10-17 Thread Dekel Tsur
On Tue, Oct 17, 2000 at 08:17:42PM +0200, Dekel Tsur wrote: > On Tue, Oct 17, 2000 at 03:55:19PM +0200, Jean-Marc Lasgouttes wrote: > > > > - increase limit on the number of menus from 32 to 128 (useful for > > documents with many sections of labels). > > You forgot to changed the value of max

Re: small bugette in 1.1.6cvs

2000-10-17 Thread Dekel Tsur
On Tue, Oct 17, 2000 at 08:14:01PM +0200, Dekel Tsur wrote: > On Tue, Oct 17, 2000 at 11:10:34AM +0200, Jean-Marc Lasgouttes wrote: > > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > > > John> When I try to type two spaces the info message appears in the > > John> minibuffer then disa

Re: May the fix be with you (status update #4)

2000-10-17 Thread Dekel Tsur
On Tue, Oct 17, 2000 at 03:55:19PM +0200, Jean-Marc Lasgouttes wrote: > > - increase limit on the number of menus from 32 to 128 (useful for > documents with many sections of labels). You forgot to changed the value of max_number_of_menus in menus.C !

Re: small bugette in 1.1.6cvs

2000-10-17 Thread Dekel Tsur
On Tue, Oct 17, 2000 at 11:10:34AM +0200, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> When I try to type two spaces the info message appears in the > John> minibuffer then disappears immediately ... > > Dekel, this is probably due to your patch

Re: LyXFunc/LyXAction

2000-10-17 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 17 Oct 2000, Lars Gullik Bjønnes wrote: | | > LyXAction deals with lookup of LFUNS, LyXFunc deals with execution of | > LFUNS. | > | | right. I guess one of the things I should do is fill out the src | documentation ! It is clear from the code :-)

Re: LyXFunc/LyXAction

2000-10-17 Thread John Levon
On 17 Oct 2000, Lars Gullik Bjønnes wrote: > LyXAction deals with lookup of LFUNS, LyXFunc deals with execution of > LFUNS. > right. I guess one of the things I should do is fill out the src documentation ! > | What are the plans for the lyxfunc redesign ? Can we encapsulate every > | funct

Re: bug ??

2000-10-17 Thread John Levon
On 17 Oct 2000, Lars Gullik Bjønnes wrote: > This looks like a bind problem? I guess you have a preferences, what > bind file is set there? > > Lgb doh, why didn't I check this ? after removing ~/.lyx and re-installing it works fine. thanks john -- "In fact by my calculations it took

Re: bug ??

2000-10-17 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | I can't use, for example, ctrl-N or ctrl-Q keys in latest CVS : | | Setting debug level to key | Debugging `key' (Keyboard events handling) | Workarea event: KEYBOARD | XLookupBoth | WorkArea: Key is `' [17] | WorkArea: Keysym is `q' [113] | Workarea

Re: LyXFunc/LyXAction

2000-10-17 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 13 Oct 2000, Lars Gullik Bjønnes wrote: | | > | > We should make a way to ensure that LyXFunc are called with the | > correct number of arguments and also that the arguments are of the | > correct type. I think I have a nice solution for this...first

bug ??

2000-10-17 Thread John Levon
I can't use, for example, ctrl-N or ctrl-Q keys in latest CVS : Setting debug level to key Debugging `key' (Keyboard events handling) Workarea event: KEYBOARD XLookupBoth WorkArea: Key is `' [17] WorkArea: Keysym is `q' [113] Workarea Diff: 1136639844 KeySym is q[113] Key [-1][C-q] Empty a

Re: LyXFunc/LyXAction

2000-10-17 Thread John Levon
On 13 Oct 2000, Lars Gullik Bjønnes wrote: > > We should make a way to ensure that LyXFunc are called with the > correct number of arguments and also that the arguments are of the > correct type. I think I have a nice solution for this...first we > change the LyXFunc::dispatch to a different typ

[PATCH] xforms FormParagraph

2000-10-17 Thread John Levon
This fixes the issues with space above/below for me. Try it out ! thanks john -- "In fact by my calculations it took 1296 hours to pass one mile... coming in at a fantastic 0.000772 miles per hour." - grahamsz on Mozilla diff -u -r1.617 ChangeLog --- ChangeLog 2000/10/17 09:14:33

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Baruch Even
On 17 Oct 2000, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: > | > | >> The effect of the Path p thing is a local chdir. It changes the > | >> current directory, and then restores it when p is dele

Re: Paragraph questions

2000-10-17 Thread John Levon
On Tue, 17 Oct 2000, Amir Karger wrote: > I agree that it's illogical that when you change docs or paragraphs or > whatever the dialogs don't notice. > > On the other hand, lets say I want to take 10 different paragraphs and add a > space after each and make some other changes. (Answer: I should

Re: Paragraph questions

2000-10-17 Thread Amir Karger
On Tue, Oct 17, 2000 at 02:56:08PM +1000, Allan Rae wrote: > On Mon, 16 Oct 2000, John Levon wrote: > > > The first in a short series of dumb questions. Hints please ! I haven't been following this very much; it's all over my head. But there is one thing I was thinking. > > 4) OK/Apply will app

Multilingual docs in LyX 1.1.6cvs

2000-10-17 Thread Baruch Even
There is a problem with the fact that the preferences dialog overrides lyxrc settings, as far as I understand it it will ignore lyxrc when preferences exists. The problem stems from the fact that the preferences dialog does not recognize and doesnt save the settings that are needed for multi-ling

Re: Updating NEWS for 1.1.6

2000-10-17 Thread Jean-Marc Lasgouttes
> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: Jose> On Tue, Oct 17, 2000 at 03:08:43PM +0200, Jean-Marc Lasgouttes Jose> wrote: [...] >> - DocBook improvements [José, details?] Jose> The included files work now with docbook and linuxdoc. Added Jose> docbook-book layout.

Re: Updating NEWS for 1.1.6

2000-10-17 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Tue, Oct 17, 2000 at 03:08:43PM +0200, Jean-Marc Lasgouttes wrote: | [...] | > - DocBook improvements [José, details?] | The included files work now with docbook and linuxdoc. | Added docbook-book layout. | | PS: The docbook impleme

Re: Updating NEWS for 1.1.6

2000-10-17 Thread Jose Abilio Oliveira Matos
On Tue, Oct 17, 2000 at 03:08:43PM +0200, Jean-Marc Lasgouttes wrote: [...] > - DocBook improvements [José, details?] The included files work now with docbook and linuxdoc. Added docbook-book layout. PS: The docbook implementation for the inset tabular is missing, I am working on it... Due to

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: | | Angus> Certainly Path is not intuitive (and the source is not exactly | Angus> transparent!;-) | | At least, there should be documentation in path.h. I can't disagree on that.

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | JMarc> The effect of the Path p thing is a local chdir. It changes the | JMarc> current directory, and then restores it when p is deleted. Does | JMarc> this answer to your question? | | [snip...] | | > Besides it is a bit more than a LocalChdir... |

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Certainly Path is not intuitive (and the source is not exactly Angus> transparent!;-) At least, there should be documentation in path.h. JMarc

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Angus Leeming
JMarc> The effect of the Path p thing is a local chdir. It changes the JMarc> current directory, and then restores it when p is deleted. Does JMarc> this answer to your question? [snip...] > Besides it is a bit more than a LocalChdir... No it's not! It does exactly what Jean-Marc says it does.

May the fix be with you (status update #4)

2000-10-17 Thread Jean-Marc Lasgouttes
Obviously I did not release 1.1.5fix2 on Monday. So, the new deadline is set to tomorrow. As usual, I'd be glad if some of you could take the time to check it out (or fix a bug or two if you are feeling adventurous). Let me recall that all these fixes have been checked in the branch lyx-1_1_5,

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: | | >> The effect of the Path p thing is a local chdir. It changes the | >> current directory, and then restores it when p is deleted. Does | >> this answer to your question? | | Baruch

Re: A few things to do for 1.1.6

2000-10-17 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> - fix space above/below in FprmParagraph Jean-Marc> - re-implemement the Edit->Floats submenu Jean-Marc> - see what to do with LyXConfig.lyx Jean-Marc> - update documentation (this can be done after pre1 is out)

Re: Small "make dist" patch

2000-10-17 Thread Baruch Even
On 17 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> Then that should be fixed. Why? because it is ugly! > > Agreed. But I did not remember what the correct Makefile trick was :) > > The directory frontend/support should probab

A few things to do for 1.1.6

2000-10-17 Thread Jean-Marc Lasgouttes
- fix space above/below in FprmParagraph - re-implemement the Edit->Floats submenu - see what to do with LyXConfig.lyx - update documentation (this can be done after pre1 is out) JMarc

Re: Small "make dist" patch

2000-10-17 Thread Baruch Even
On 17 Oct 2000, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > | > | Kayvan> libfrontendsupport_la_SOURCES = \ LyXImage.h \ - LyXImage.C + > | Kayvan> LyXImage.C \ + LyXImage_X.h \ + LyXImage_X

Re: form paragraph bug report

2000-10-17 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Trying to select space above/below from the combobox ignores the John> request entering an incorrect value Indeed. This should be fixed. John> "44" or anything wrong John> into the value for this space thing brings up the warning

Re: Updating NEWS for 1.1.6

2000-10-17 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> - the table support has been completely rewritten. It is now Thanks. Here is the revised version. JMarc What's new in LyX version 1.1.6? As for all of the 1.1.x versions of LyX, this release

RE: Updating NEWS for 1.1.6

2000-10-17 Thread Juergen Vigna
On 17-Oct-2000 Jean-Marc Lasgouttes wrote: > > - the table support has been completely rewritten. It uses the new > text inset which will be use throughout LyX in version 1.2.0 and > offers many new features: [Juergen??] - the table support has been completely rewritten. It is now a modular

Updating NEWS for 1.1.6

2000-10-17 Thread Jean-Marc Lasgouttes
I took a first look at documenting 1.1.6 changes in the NEWS file. Let me emphasize that this is incomplete, written in bad english, and maybe even false in some places. So, take a look at it, and feel free to criticize as long as you provide an alternate wording or some extra information. In fa

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: >> The effect of the Path p thing is a local chdir. It changes the >> current directory, and then restores it when p is deleted. Does >> this answer to your question? Baruch> It is a good idea then to document this unnoticeable side Baru

Re: You only fix twice (status update #2)

2000-10-17 Thread Baruch Even
On 13 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: > > Baruch> I still think that PrepareForCommand() is more meaningfull. > > OK, let's use that. A more important point: in peek_event, should the > function return 1 to tell that the event ha

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Baruch Even
On 17 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I recently changed InsetBibtex::getKeys() so that it was passed > Angus> a Buffer *. It needed this so that it could set Path > Angus> p(buffer->filepath); without having to use >

Re: Insert menu shortcut

2000-10-17 Thread Jean-Marc Lasgouttes
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes: Baruch> On Fri, 13 Oct 2000, Lior Silberman wrote: >> Int 1.1.5, the shortcut for "Insert->Figure" was M-i g and for >> "Insert->Footnote" it was M-i f. In the current menu defs, the >> Figure entry also has an 'F', overriding the 'footnot

Re: Small "make dist" patch

2000-10-17 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On 17 Oct 2000, Lars Gullik Bjønnes wrote: >> (it is easy to imagine a real frontends/x11) >> John> ee, xlib is truly horrible ;)) John> Xt and Motif not much better ;) I do not mean really using Xlib as frontend, I meant having

Re: Small "make dist" patch

2000-10-17 Thread John Levon
On 17 Oct 2000, Lars Gullik Bjønnes wrote: > (it is easy to imagine a real frontends/x11) > ee, xlib is truly horrible ;)) Xt and Motif not much better ;) john -- "The 'Linux is just a craze' crowd wouldn't get a clue if they were caught in some freak clue blizzard." - Kevin Lyda

Re: Small "make dist" patch

2000-10-17 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Then that should be fixed. Why? because it is ugly! | | Agreed. But I did not remember what the correct Makefile trick was :) | | The directory frontend/support should p

Re: Tasks for 1.1.6!

2000-10-17 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> I _think_ we have resolved most of the issues that need | Lars> resolving before 1.1.6. I'd like to get a prerelease out during | Lars> the next week. This will give us a

Re: [PATCH] Small additions for the win32 port

2000-10-17 Thread Lars Gullik Bjønnes
"Ruurd A Reitsma" <[EMAIL PROTECTED]> writes: | Something like this ??? (if you're still into new stuff instead of | >bugfixes) We will wait with thus until after 1.1.6. And not quite as I would like to see it. I'd like _all_ support for cygwin or OS/2 to be in separate files. Configure magic w

Re: Small "make dist" patch

2000-10-17 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Then that should be fixed. Why? because it is ugly! Agreed. But I did not remember what the correct Makefile trick was :) The directory frontend/support should probably be renamed to frontend/X11, which would be always used f

Re: [PATCH] Key changes with RO docs

2000-10-17 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | I guess there is a resounding lack of interest for this feature then | ;) No, not really. but I don't think it should be too closely attached to RO docs. I'd rather have a "view-mode" that does a thing like this. Lgb

Re: Small "make dist" patch

2000-10-17 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: | | Kayvan> libfrontendsupport_la_SOURCES = \ LyXImage.h \ - LyXImage.C + | Kayvan> LyXImage.C \ + LyXImage_X.h \ + LyXImage_X.C + | | I am not sure this patch is right. If you look

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I'm imagining a "Framed text inset" that can wrap like a text Angus> inset does but which is drawn with a bevelled edge (and so is Angus> visually a button). Actually, I'm imagining a pair of these, Angus> one non-editable that dis

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Angus Leeming
On Tue, 17 Oct 2000, Juergen Vigna wrote: > On 17-Oct-2000 Angus Leeming wrote: > > Chewing this one to death... > > > > I'm picturing a grey button with a white text inset embedded in it. > > Clicking on the grey part will launch the citation dialog. Clicking in > > the text inset will allow the

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Juergen Vigna
On 17-Oct-2000 Angus Leeming wrote: > > Chewing this one to death... > > I'm picturing a grey button with a white text inset embedded in it. Clicking > on the grey part will launch the citation dialog. Clicking in the text inset > will allow the user to edit the comment. > > Will this lead

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Chewing this one to death... The problem is that it will be a lot of work to get it to work, and that we will only know after that whether it was a good idea :) Angus> I'm picturing a grey button with a white text inset embedded

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Angus Leeming
On Tue, 17 Oct 2000, Jean-Marc Lasgouttes wrote: > >> Currently the remark is a plain string, so that no quoting of the > >> latex contents is done. > Angus> Ok, understood. So the IDEAL solution would be to have a text > Angus> inset in the popup dialog? > Maybe, although I like the idea of a c

Re: [PATCH] KDE Paragraph, re-organisation

2000-10-17 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> Your patch wants to delete a lot of files like /tmp/cvsJKGJG, which >> I obviously do not have :) I do not know what you did to make this >> patch, but it looks like you tortured cvs a bit. >> John> heh :) John> well all I did was cvs a

Re: [PATCH] KDE Paragraph, re-organisation

2000-10-17 Thread John Levon
On 17 Oct 2000, Jean-Marc Lasgouttes wrote: > I applied it. > thanks > Your patch wants to delete a lot of files like /tmp/cvsJKGJG, which I > obviously do not have :) I do not know what you did to make this > patch, but it looks like you tortured cvs a bit. > heh :) well all I did was cvs

Re: make install problem in lib/

2000-10-17 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> Directories installed from within lib/ are installed using Allan> root's umask. If you happen to be running a Mandrake distro Allan> with Paranoid security settings (possibly also true for High) Allan> you'll end up with 700 instead of

Re: PATCH small insets cleanup

2000-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I've re-done the original patch, fixed insetcite.C (and undid Angus> an earlier change!), now that I understand the philosopy behind Angus> the various types. Many thanks again for the explanation, Angus> Jean-Marc. Applied. JMar

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Currently the remark is a plain string, so that no quoting of the >> latex contents is done. Angus> Ok, understood. So the IDEAL solution would be to have a text Angus> inset in the popup dialog? Maybe, although I like the idea of a

Re: Paragraph questions

2000-10-17 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Would be ok, even if I doubt that there are many .layouts out Andre> there except those in the LyX tree that rely on the "old" Andre> behaviour. You never know. I am sure that many people have made their own copy of some layouts i

Re: Paragraph questions

2000-10-17 Thread Andre Poenitz
> We could try to use a special function instead of lyxfont::width to > check first if the string is a valid length, and use the old way > otherwide. Would be ok, even if I doubt that there are many .layouts out there except those in the LyX tree that rely on the "old" behaviour. Andre' -- And

Re: small bugette in 1.1.6cvs

2000-10-17 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> When I try to type two spaces the info message appears in the John> minibuffer then disappears immediately ... Dekel, this is probably due to your patch to show status after inserting a char. How can we solve that? JMarc

Re: [PATCH] KDE Paragraph, re-organisation

2000-10-17 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> The attached patch adds a 90% KDE FormParagraph, and John> re-organises all the file/class names to be less wordy (after John> thinking that formgeneralparadialog.dlg was a bit silly ;). I applied it. John> I had to fix up the new fil

Re: Paragraph questions

2000-10-17 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I think it would be nicer if float numbers (representing the Andre> number of "em") could be given at this place. It's a major pain Andre> to get a "correct" label width using letters only if you have a Andre> .sty that uses a labe

Re: [PATCH] Key changes with RO docs

2000-10-17 Thread John Levon
On 17 Oct 2000, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> I guess there is a resounding lack of interest for this feature > John> then ;) > > While I think that remapping Up and Down cursor keys is definitely > confusing, changing Space and B

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Angus Leeming
On Tue, 17 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I recently changed InsetBibtex::getKeys() so that it was passed > Angus> a Buffer *. It needed this so that it could set Path > Angus> p(buffer->filepath); without having to use

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: >> I think that Baruch is looking at the lib/doc/BUGS.lyx file from >> lyx-devel, while you look at BUGS.lyx from lyx-doc, and these files >> are not the same. We should keep this file only in one place. Allan> But the bugs fixed/introduced

Re: Paragraph questions

2000-10-17 Thread Andre Poenitz
> It's used for specifying how wide the labels will be and is used by LaTeX > to get all the lists aligned even though the items have different length > labels. If that makes sense. Usually the width is specified as a series > of capital M's however the user could alternately just write in the n

Re: Comments on lib/doc/BUGS.lyx

2000-10-17 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: >> BTW, the Customization.lyx file in lyx-doc was saved using the 2.17 >> format (with a tabular inset), so you shouldn't use it for >> 1.1.5fix2. Allan> Bad move. All lyx-docs should be editted by the current fix Allan> release or at least

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-17 Thread Juergen Vigna
On 17-Oct-2000 Allan Rae wrote: > > So does everyone agree with John (and I assume Jürgen) that we should > deactivate everything in a dialog when the document is read-only? You assume right :) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen V

Re: [PATCH] Key changes with RO docs

2000-10-17 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> I guess there is a resounding lack of interest for this feature John> then ;) While I think that remapping Up and Down cursor keys is definitely confusing, changing Space and Backspace could make sense for an ro document (since they ar

Re: [PATCH] Fix Gnome/KDE build, ro correctness

2000-10-17 Thread Juergen Vigna
Allan wrote: > > The only cases I can think of that need to have objects disabled are where > a particular objects callback can cause some change to the document (such > as the documentclass combo in FormDocument¹) but that can sometimes be > blocked in the callback by checking the readonly stat

Re: PATCH small insets cleanup

2000-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> For cursor positions and such, you should definitely use >> LyXParagraph::size_type. If you happen to need a signed version of >> this, then you should define LyXParagraph::difference_type. Angus> Jean-Marc, I've checked the code. It

Re: [PATCH] Key changes with RO docs

2000-10-17 Thread John Levon
On Tue, 17 Oct 2000, Allan Rae wrote: > If you are just remapping BackSpace to PageUp and Space to PageDown why > not just move your hand 3 or 4 inches to the right of its usual position > and use the predefined keys in the first place :P > > Forget the cursor keys just use the paging keys. > >

Re: A minor fix

2000-10-17 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Here is a minor fix for the "make dist" and "make rpmdist" Kayvan> process: RCS file: Kayvan> /usr/local/lyx/cvsroot/lyx-devel/src/frontends/support/Makefile.am,v Kayvan> retrieving revision 1.4 diff -u -u -r1.4 Makefile.am ---

Re: question about a change to InsetBibtex::getKeys

2000-10-17 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I recently changed InsetBibtex::getKeys() so that it was passed Angus> a Buffer *. It needed this so that it could set Path Angus> p(buffer->filepath); without having to use Angus> current_view->buffer. Angus> Looking at the code