|
From: | Ted Zlatanov |
Subject: | Re: /srv/bzr/emacs/trunk r112183: Move forward-whitespace, forward-symbol, forward-same-syntax commands to subr.el. Use forward-symbol in supermode.el again. |
Date: | Sat, 30 Mar 2013 08:10:38 -0400 |
User-agent: | Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
On Sat, 30 Mar 2013 13:04:30 +0800 Leo Liu <address@hidden> wrote: LL> Why are you moving stuff into subr.el? Isn't it better move stuff out of LL> it? http://permalink.gmane.org/gmane.emacs.devel/158448 Stefan advised it for `forward-symbol' and after looking at `thingatpt.el', I agreed with him. The other two (`forward-same-syntax' and `forward-whitespace') were very similar so I followed the same logic: 1) simple, generally useful, small 2) use only basic Emacs commands and no commands from `thingatpt.el' 3) seem consistent with the rest of `subr.el' Perhaps we can have `motion.el' or something, but with the current layout `subr.el' seems the best place. Ted
[Prev in Thread] | Current Thread | [Next in Thread] |