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

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

Re: Key-binding without minor mode!


From: Stefan Monnier
Subject: Re: Key-binding without minor mode!
Date: Mon, 15 Sep 2014 10:19:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> org does I think -- it binds tab, and C-i but not "\t".

\C-i is another way to write \t

> (org-defkey org-mode-map "\C-i"       'org-cycle)
> (org-defkey org-mode-map [(tab)]      'org-cycle)

The second binding looks like a misfeature to me.  You might want to
report it as a bug.


        Stefan



reply via email to

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