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

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

bug#15485: add-abbrev: don't use hard-coded forward-word


From: Andreas Röhler
Subject: bug#15485: add-abbrev: don't use hard-coded forward-word
Date: Sun, 29 Sep 2013 17:40:11 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0

add-abbrev uses forward-word to catch the expansion, which isn't good for 
programming code.

See

http://stackoverflow.com/questions/19073674/how-can-i-add-my-personal-abbreviation-to-emmet-mode-in-emacs/19079683#19079683

Suggest to use forward-symbol instead, or still better to make if customizable:

(funcall add-abbrev-move-function





reply via email to

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