On 18/11/2021 04:19, Ingo Lohmar wrote:
On Fri, Oct 01 2021 23:16 (+0200), Ingo Lohmar wrote:

In 9.5, org-key-map binds org-force-cycle-archived to (kbd "C-c C-TAB").
At least on my machine, this specification is illegal: it generates an
entry in org-key-map, but the key presses yield an "undefined" message.

Binding the command to (kbd "C-c C-<tab>") instead works, but not on a
tty.

It's been my understanding that "TAB" is the ascii control character,
identical to C-i, and hence "C-TAB" cannot work.  "<tab>" is the GUI
system's key event (in my case, X), and does not work on a terminal.

it seems that the above bug report has gone unnoticed.

It seems the change was introduced in
565361eb698b0b39c1d823ad1565f5bd88fa2034 and persists.

Can people actually enter "C-c C-TAB" into their emacs (how?), or has
everybody has just bound another key in their config?

There were a discussion of GUI-only vs. terminal key events:
https://list.orgmode.org/00ca1c7b-1e1d-fc91-eef3-dfc29b51b...@daniel-mendler.de/T/#u


Reply via email to