[Haskell-cafe] Re: ANNOUNCE: haskell-mode 2.7.0
Tom Tobin
korpios at korpios.com
Mon Nov 30 21:56:32 EST 2009
On Nov 30, 2009, at 5:06 PM, Ivan Lazar Miljenovic wrote:
> The "default" Hlint keybinding is C-c l:
Doesn't that violate the emacs proscription against taking "C-c (letter)" bindings, as they are intended to be reserved for the user?
From the GNU Emacs manual:
"Don't define C-c letter as a key in Lisp programs. Sequences consisting of C-c and a letter (either upper or lower case) are reserved for users; they are the *only* sequences reserved for users, so do not block them."
More information about the Haskellmode-emacs
mailing list