bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8989: keymap text property applies beyond the region it is set to


From: Dmitry Kurochkin
Subject: bug#8989: keymap text property applies beyond the region it is set to
Date: Mon, 04 Jul 2011 01:47:46 +0400
User-agent: Notmuch/0.5-321-g41686e2 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

On Sun, 03 Jul 2011 10:57:51 -0400, Stefan Monnier <monnier@iro.umontreal.ca> 
wrote:
> tags 8989 +notabug
> thanks
> 
> > When keymap text property is set, it changes key binding for one
> > character after the region it is set to.  The following code
> > demonstrates the problem:
> 
> No: in your case, the text property covers characters between positions
> 1 to 4, and point is at position 4 (right in front of the char at
> position 4 and right after the char at position 3), i.e. right on the
> boundary of the text-property.  When on the boundary, the behavior will
> depend on whether the property is sticky or not, so you can control it
> by twiddling the "front-advance, read-advance" settings of your overlays
> or the rear-non-stick and front-sticky text-properties.
> 

Stefan, thank you for the explanation and sorry for a false but report!

Regards,
  Dmitry

> 
>         Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]