Re: elegancy & policy of iconizing main LyX window

2000-11-01 Thread Angus Leeming
On Wed, 01 Nov 2000, Allan Rae wrote: > On Thu, 26 Oct 2000, Angus Leeming wrote: > > Nice to get positive feedback. You've just listed all the "new" dialogs > > as working elegantly and all the "old" dialogs as not! > > > > As dialogs get ported to the GUI-independent way, all the xforms dialogs

Re: FormPreferences patch

2000-11-01 Thread Angus Leeming
On Tue, 31 Oct 2000, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | When untarred the attachment will contain: > | > | PATCH31Oct2000/src/frontends/xforms/xform_helpers.h > | PATCH31Oct2000/src/frontends/xforms/xform_helpers.C > > Why? you have access to cvs.lyx.org and

Re: Reference dialog has two different appearances?

2000-11-01 Thread Angus Leeming
On Wed, 01 Nov 2000, Allan Rae wrote: > On Mon, 30 Oct 2000, Angus Leeming wrote: > > On Sat, 28 Oct 2000, R. Lahaye wrote: > > > However, I would strongly prefer to have the same (full) > > > dialog in both cases (for (2) you may force a highlight > > > of the corresponding reference in the selec

The citation dialog & button?

2000-11-01 Thread R. Lahaye
Hi, What about adding an button in the Citation dialog? The Citation dialog can only be popped up once. For example, when I click on an existing citation inset, I get the list of that citation; when I then click on another citation inset, the citation dialog will change its contents. That way

Dead keys kill LyX: under the hood

2000-11-01 Thread Yves Bastide
Hi LyX mechanists, concerning why dead keys kill LyX, the short version: XOpenIM doesn't seems to work. The long version: This concerns XFree86 3.3.6 (X11R6.3). LyX is killed by the XmbLookupString call when composing (the first or second key depending on lyxrc.override_x_deadkeys). XmbLookupStr

Re: The citation dialog & button?

2000-11-01 Thread Angus Leeming
On Wed, 01 Nov 2000, R. Lahaye wrote: > Hi, > > What about adding an button in the > Citation dialog? > > The Citation dialog can only be popped up once. > For example, when I click on an existing citation inset, > I get the list of that citation; when I then click on > another citation inset, th

[patch] 1.1.6CVS: load old tabular format with correct language

2000-11-01 Thread Yves Bastide
The attached patch sets the correct language when loading old (pre 2.17) format tabulars. -- Yves Bastide| Limos | +33 (0)4 73 40 77 73 Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-

[patch] 1.1.6CVS: making more keys work

2000-11-01 Thread Yves Bastide
On my azerty keyboard, uppercase accented letters are available by pressing the lowercase accented letter with caps lock on. But while eg, é returns ``eacute'', caps lock é returns the key 0xc9 (Eacute) and the keysym 0xffc9. As LyX uses the keysym, the É is not recognized. The hack used in

[patch] reLyX: handle documentclasses with non-alpha characters

2000-11-01 Thread Yves Bastide
My last patch for today (-: reLyX cannot handle document class names with non `word' characters (not in [A-Za-z_]), such as article-hermes. This patch therefore replaces \w by \S (non blank) in the regular expression. Note this is not foolproof, either: perhaps better would be \s*(\S+)\s* or som

Re: Bug in selection buttons (Document Layout & Preferences).

2000-11-01 Thread Angus Leeming
On Tue, 31 Oct 2000, Dekel Tsur wrote: > On Tue, Oct 31, 2000 at 09:31:26PM +0900, R. Lahaye wrote: > > Angus Leeming wrote: > > > On Tue, 31 Oct 2000, R. Lahaye wrote: > > > >The language list shows up at the original position > > > >of the dialog; it doesn't know about the window-move! >

Re: FormPreferences patch

2000-11-01 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | > Why? you have access to cvs.lyx.org and should be able to do a cvs | > add, so that you can get new files into the diff/patch? | | I do? No one told me! Remeber that we set this up before you went on some vacation? You only need to set your passwor

Re: Dead keys kill LyX: under the hood

2000-11-01 Thread Lars Gullik Bjønnes
Yves Bastide <[EMAIL PROTECTED]> writes: | I suppose this code is pristine X11R6.3, though I didn't look around. | | BTW, this only applies upto 1.1.5fix2, the 1.1.6 way is OK on this | point. Hmm, but for xforms 0.88 lyx 1.1.6cvs does it the same was as 1.1.5fix2? Lgb

Re: Dead keys kill LyX: under the hood

2000-11-01 Thread Yves Bastide
On Wed, Nov 01, 2000 at 07:31:54PM +0100, Lars Gullik Bjønnes wrote: > Yves Bastide <[EMAIL PROTECTED]> writes: > > | I suppose this code is pristine X11R6.3, though I didn't look around. > | > | BTW, this only applies upto 1.1.5fix2, the 1.1.6 way is OK on this > | point. > > Hmm, but for xfor

Re: [patch] 1.1.6CVS: making more keys work

2000-11-01 Thread Lars Gullik Bjønnes
Yves Bastide <[EMAIL PROTECTED]> writes: | On my azerty keyboard, uppercase accented letters are available by | pressing the lowercase accented letter with caps lock on. But while | eg, é returns ``eacute'', caps lock é returns the key 0xc9 (Eacute) and | the keysym 0xffc9. As LyX uses the

Re: Dead keys kill LyX: under the hood

2000-11-01 Thread Lars Gullik Bjønnes
Yves Bastide <[EMAIL PROTECTED]> writes: | Right, sorry. So lyx 1.1.6cvs + xforms 0.88 + XOpenIM should have | the same problem. Isn't xfroms 0.90 supposed to be out before | 1.1.6? We can't count on that... | Furthermore, why these two cases in WorkArea.C? 0.88 and 0.89? 0.89 has support f

Re: Bug in selection buttons (Document Layout & Preferences).

2000-11-01 Thread Dekel Tsur
On Wed, Nov 01, 2000 at 02:48:34PM +, Angus Leeming wrote: > > PS: If I open the preferences dialog (and then close it or keep it open), > > then when trying to quit from LyX, LyX crashes. > > I don't get this, but I did get it before re-positioning dialog_ in the > d-tor, so that it is las

Excessive repainting with tables

2000-11-01 Thread Dekel Tsur
I've found out that when one inserts/deletes a char in a table, the cells in the table are redrawn 3 times ! This happens as BufferView::updateInset is called 3 times: InsetText::LocalDispatch | +--->InsetText::UpdateLocal | +--->BufferView::updateInset |

Can't "Float Placement" in Document Layout.

2000-11-01 Thread R. Lahaye
Hi, [1.1.6cvs] , and do not light up when I change "Float Placement" field in 'Document Layout->Extra-tab'. Bug? Rob.

Re: [patch] 1.1.6CVS: making more keys work

2000-11-01 Thread Lars Gullik Bjønnes
Yves Bastide <[EMAIL PROTECTED]> writes: | On my azerty keyboard, uppercase accented letters are available by | pressing the lowercase accented letter with caps lock on. But while | eg, é returns ``eacute'', caps lock é returns the key 0xc9 (Eacute) and | the keysym 0xffc9. As LyX uses the

Re: Bug in selection buttons (Document Layout & Preferences).

2000-11-01 Thread Allan Rae
On Wed, 1 Nov 2000, Dekel Tsur wrote: > On Wed, Nov 01, 2000 at 02:48:34PM +, Angus Leeming wrote: > > > > PS: If I open the preferences dialog (and then close it or keep it open), > > > then when trying to quit from LyX, LyX crashes. > > > > I don't get this, but I did get it before re-pos

Re: Can't "Float Placement" in Document Layout.

2000-11-01 Thread R. Lahaye
"R. Lahaye" wrote: > > Hi, > > [1.1.6cvs] > > , and do not light up when I change > "Float Placement" field in 'Document Layout->Extra-tab'. > > Bug? > Rob. Same for "Document-tab: Extra options". R.