all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: Robert Pluim <rpluim@gmail.com>
Cc: Pierre Rouleau <prouleau001@gmail.com>,
	help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Does code exist to check if a key sequence is valid for Emacs running in terminal mode?
Date: Fri, 12 Jul 2024 15:07:40 +0200	[thread overview]
Message-ID: <ZpEqnOQIHsedeKSs@tuxteam.de> (raw)
In-Reply-To: <874j8ug4a7.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]

On Fri, Jul 12, 2024 at 02:53:36PM +0200, Robert Pluim wrote:
> >>>>> On Fri, 12 Jul 2024 08:14:52 -0400, Pierre Rouleau <prouleau001@gmail.com> said:
> 
>     Pierre>  Hi all,
>     Pierre> Does Emacs already have a predicate function that can be used to check if
>     Pierre> the specified key sequence is valid for Emacs running in terminal mode?
> 
> Not that I know of, but Emacs always has functionality I donʼt know of
> :-)
> 
>     Pierre> For example, "C-;" is not accessible on Emacs running in terminal mode
>     Pierre> because this is not an ASCII control character. It's available for Emacs
>     Pierre> running in graphical environment, but not in terminal mode.
> 
>     Pierre> Is there something similar already available or one would simply wrap
>     Pierre> describe-key and catch the error to check?
> 
> Iʼm in a terminal frame:
> 
>     (describe-key (kbd "C-;")) =>
>     #("C-; is undefined" 0 3 (face help-key-binding font-lock-face help-key-binding))
> 
> which is exactly what you get in a GUI frame.
> 
> I think the best you can do is bind the key. If itʼs available, it will work.

OK, negatively speaking, on a terminal CTRL zeros bit 6 (counting from LSB,
starting with 0) to reach the control codes 0..1f (hex). So it only makes
sense with the character codes 40..5f hex (that's '@'..'_').

Everything else is probably GUIsh.

Cheers
-- 
t

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  reply	other threads:[~2024-07-12 13:07 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12 12:14 Does code exist to check if a key sequence is valid for Emacs running in terminal mode? Pierre Rouleau
2024-07-12 12:53 ` Robert Pluim
2024-07-12 13:07   ` tomas [this message]
2024-07-12 14:55     ` Eli Zaretskii
2024-07-12 15:06       ` Pierre Rouleau
2024-07-12 14:48   ` Pierre Rouleau
2024-07-12 14:58     ` Robert Pluim
2024-07-12 13:10 ` Yuri Khan
2024-07-12 13:51   ` tomas
2024-07-12 14:35   ` Pierre Rouleau
2024-07-12 14:41     ` Pierre Rouleau
2024-07-12 14:57       ` Yuri Khan
2024-07-12 15:05         ` Pierre Rouleau
2024-07-12 19:30         ` tomas
2024-07-13 14:12           ` Pierre Rouleau
2024-07-13 20:06             ` tomas
2024-07-12 23:44       ` Emanuel Berg
2024-07-13 13:45         ` Pierre Rouleau
2024-07-12 14:45     ` Robert Pluim
2024-07-12 14:57       ` Pierre Rouleau
2024-07-17  2:44 ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-07-19 13:31   ` Pierre Rouleau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZpEqnOQIHsedeKSs@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=prouleau001@gmail.com \
    --cc=rpluim@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.