Re: Extend the existing alternative set of key bindings for terminals (was: Second Ctl in keychord not detected)

2022-01-25 Thread Tim Cross
Ihor Radchenko writes: > Tim Cross writes: > >> Ihor Radchenko writes: >> >>> Also, it appears to me that we may keep losing terminal-incompatible >>> keys in future unless we provide some mechanisms to check terminal >>> compatibility automatically. Any ideas? >>> >> >> No ideas on this. Pro

Re: Extend the existing alternative set of key bindings for terminals (was: Second Ctl in keychord not detected)

2022-01-24 Thread Ihor Radchenko
Tim Cross writes: > Ihor Radchenko writes: > >> Also, it appears to me that we may keep losing terminal-incompatible >> keys in future unless we provide some mechanisms to check terminal >> compatibility automatically. Any ideas? >> > > No ideas on this. Problem being I don't think there is anyt

Re: Extend the existing alternative set of key bindings for terminals (was: Second Ctl in keychord not detected)

2022-01-21 Thread Tim Cross
Ihor Radchenko writes: > Also, it appears to me that we may keep losing terminal-incompatible > keys in future unless we provide some mechanisms to check terminal > compatibility automatically. Any ideas? > No ideas on this. Problem being I don't think there is anything like a terminfo service

Extend the existing alternative set of key bindings for terminals (was: Second Ctl in keychord not detected)

2022-01-19 Thread Ihor Radchenko
"Loris Bennett" writes: >> Then, it is terminal input problem. See >> https://stackoverflow.com/questions/0801/why-does-ctrl-not-work-when-i-bind-it-to-a-command-in-emacs/8511#8511 > > You're right, the problem also happens locally when I start Emacs with > '-nw'. Thanks for the link

Re: Second Ctl in keychord not detected

2022-01-19 Thread Loris Bennett
Ihor Radchenko writes: > "Loris Bennett" writes: > Does anyone know what is happening to the second Ctl and how the problem can be fixed? >>> >>> Try to run M-x describe-key C-c C-, and look at the output. >> >> The second C- disappears. >> >> I also get >> >> C-c C-. -> C-c . > >

Re: Second Ctl in keychord not detected

2022-01-19 Thread Ihor Radchenko
"Loris Bennett" writes: >>> Does anyone know what is happening to the second Ctl and how the problem >>> can be fixed? >> >> Try to run M-x describe-key C-c C-, and look at the output. > > The second C- disappears. > > I also get > > C-c C-. -> C-c . Then, it is terminal input problem. See

Re: Second Ctl in keychord not detected

2022-01-19 Thread tomas
On Wed, Jan 19, 2022 at 01:08:10PM +0100, Loris Bennett wrote: > Hi, > > This is not really an Org question but an Emacs or possibly tmux > problem. However, the problem manifests itself in an Org context. I guess this is tmux. It behaves more or less like an oldskool terminal, where C- is trans

Re: Second Ctl in keychord not detected

2022-01-19 Thread Anssi Saari
"Loris Bennett" writes: > installed. I am using tmux and want to run > > org-insert-structure-template > > which is bound to > > C-c C-, > > When I type that, however, the function > > org-priority > > is executed instead, which is bound to > > C-c , > Does anyone know what is happeni

Re: Second Ctl in keychord not detected

2022-01-19 Thread Loris Bennett
Hi Ihor, Ihor Radchenko writes: > "Loris Bennett" writes: > >> C-c , >> >> Does anyone know what is happening to the second Ctl and how the problem >> can be fixed? > > Try to run M-x describe-key C-c C-, and look at the output. The second C- disappears. I also get C-c C-. -> C-c .

Re: Second Ctl in keychord not detected

2022-01-19 Thread Ihor Radchenko
"Loris Bennett" writes: > C-c , > > Does anyone know what is happening to the second Ctl and how the problem > can be fixed? Try to run M-x describe-key C-c C-, and look at the output. Best, Ihor

Second Ctl in keychord not detected

2022-01-19 Thread Loris Bennett
Hi, This is not really an Org question but an Emacs or possibly tmux problem. However, the problem manifests itself in an Org context. I have started using Org on a remote server which has Emacs 27 (Org 9.3) installed. I am using tmux and want to run org-insert-structure-template which is b