>>>>> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes:
Baruch> On 17 Oct 2000, Jean-Marc Lasgouttes wrote:
>> - When the cursor is between two spaces, then the Shift-Cursor
>> selection keys will lead to a mangled selection (on screen)
>> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg12431.html
Baruch> I've been trying to track this one (stepping through it
Baruch> crashed DDD!), and got to a dead-end, I'm really baffled by
Baruch> the LyX core. The problem seems to lie in the interaction
Baruch> between the space elimination stage and the selection drawing
Baruch> stage, though I couldn't trace the code to find the space
Baruch> elimination method.
The space elimination methdo is in
LyXText::DeleteEmptyParagraphMechanism, if I am not mistaken. But the
code as a whole is an horrible mess.
The trick is probably to set 'selection' to true as soon as possible.
JMarc