emacs-devel
[Top][All Lists]
Advanced

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

Re: superword-mode


From: Ted Zlatanov
Subject: Re: superword-mode
Date: Thu, 28 Mar 2013 19:00:11 -0400
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Juanma caught the problem that `forward-symbol' is autoloaded from
`thingatpt.el' and `C-M-f' actually runs `forward-sexp'.  Oops.  So
`superword-mode' is slightly broken currently.

I need to know if I should:

1) use `forward-sexp' instead of `forward-symbol'
2) implement a local version of `forward-symbol'
3) autoload `forward-symbol'

I'm leaning towards (1) because I think it would work great for CFEngine
and Perl and C editing.  I don't want to assume it's the right solution,
though, so let me know what you think.

Thanks
Ted




reply via email to

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