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

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

bug#39802: (info "(emacs) Init Rebinding") needs to say it is impossible


From: Noam Postavsky
Subject: bug#39802: (info "(emacs) Init Rebinding") needs to say it is impossible to unbind local keys
Date: Wed, 26 Feb 2020 12:04:05 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt)

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> If
>
>   C-. runs the command flyspell-auto-correct-word (found in
>   flyspell-mode-map), which is an interactive compiled Lisp function in
>  ‘flyspell.el’.
>
>   It is bound to C-., C-M-i.
>
> And the user wants to unbind it, well,
> (info "(emacs) Init Rebinding")
> won't break the bad news to him that it is just not possible.

If I understood correctly, then

    (define-key flyspell-mode-map (kbd "C-.") nil)

would work.





reply via email to

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