On Fri, 2005-10-07 at 10:51 +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> Martin> On Thu, 2005-10-06 at 10:39 +0300, Martin Vermeer wrote:
> >> Not really too mysterious.
> 
> Martin> Talking about mysterious, can anyone explain what
> 
> Martin>       selection_position_was_oldcursor_position
>       
> Martin> is for?
> 
> Martin> What's wrong with just resetting the anchor unconditionally?
> 
> Maybe because you are in the process of selecting something with the
> mouse and the starting point was in between two spaces?

Eh, we're talking about deleteEmptyParagraphMechanism (*Paragraph*! Or
does this handle double blanks too?). 

And at the beginning (text2.C) we have

   1184         // Would be wrong to delete anything if we have a selection.
   1185         if (cur.selection())
   1186                 return false;

- Martin

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to