Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread Bo Peng
> I want to set the X selection in those cases:> > > 1) dragging the mouse with left button > 2) left button double-click > 3) left button triple-click > 4) ctrl+left button click > > But not when selecting with the keyboard because: (but I know that Bo likes to have something else, so this has

Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread Abdelrazak Younes
Georg Baum wrote: Am Donnerstag, 4. Januar 2007 13:07 schrieb Abdelrazak Younes: Sure I want. The X selection should be filled in only when using the mouse! What do you mean by X selection now? OK, I've read freedesktop now and I see that my preferred behaviour is not what is recommended.

Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread Georg Baum
Am Donnerstag, 4. Januar 2007 13:07 schrieb Abdelrazak Younes: > Georg Baum wrote: > > Apart from that I don't think that I am missing something. The X selection > > gets filled if another X application requests it (see the documentation of > > Selection::put, until yesterday I did not fully un

Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread Abdelrazak Younes
José Matos wrote: On Thursday 04 January 2007 12:07 pm, Abdelrazak Younes wrote: Sure I want. The X selection should be filled in only when using the mouse! That is not how it works on emacs. That's because Emacs was a console app originally. It is no surprise that it does thing wrong wit

Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread José Matos
On Thursday 04 January 2007 12:07 pm, Abdelrazak Younes wrote: > Sure I want. The X selection should be filled in only when using the mouse! That is not how it works on emacs. I can set the selection using the keyboard, and it is useful that way. -- José Abílio

Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread Abdelrazak Younes
Georg Baum wrote: Am Donnerstag, 4. Januar 2007 12:28 schrieb Abdelrazak Younes: Actually we never reached a consensus to put isInternal() in in the first place, therefore I simply removed it. OK, Eye for eye... Apart from that I don't think that I am missing something. The X selection ge

Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread Georg Baum
Am Donnerstag, 4. Januar 2007 12:28 schrieb Abdelrazak Younes: > [EMAIL PROTECTED] wrote: > > Author: baum > > Date: Thu Jan 4 12:12:01 2007 > > New Revision: 16497 > > > > URL: http://www.lyx.org/trac/changeset/16497 > > Log: > > Remove isInternal() method. We don't use it and should not do so i

Re: r16497 - in /lyx-devel/trunk/src/frontends: Selection.h q...

2007-01-04 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: baum Date: Thu Jan 4 12:12:01 2007 New Revision: 16497 URL: http://www.lyx.org/trac/changeset/16497 Log: Remove isInternal() method. We don't use it and should not do so in the future, we use LCursor::selection() instead. But Georg, LCursor::selection() is als