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

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

bug#21338: 25.0.50; 25.0.50; forward-symbol works improperly for Elisp ?


From: Oleh Krehel
Subject: bug#21338: 25.0.50; 25.0.50; forward-symbol works improperly for Elisp ?\(
Date: Mon, 24 Aug 2015 15:54:15 +0200

For example, starting with an Elisp buffer "|?\(", where "|" is the
point, I would expect (forward-symbol 1) to change the buffer to "?\(|".
Instead, it ends up as "?|\(".

This also affects the result of (bounds-of-thing-at-point 'symbol) for
the above construct. Note that `forward-symbol' works correctly when
there is no backslash, e.g. for "|?a".





reply via email to

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