unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: StrawberryTea <look@strawberrytea.xyz>,
	Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 66755@debbugs.gnu.org
Subject: bug#66755: 30.0.50; how do i lookup a key but also respect key translations?
Date: Thu, 26 Oct 2023 10:22:08 +0300	[thread overview]
Message-ID: <83msw5hmqn.fsf@gnu.org> (raw)
In-Reply-To: <87ttqeja59.fsf@strawberrytea.xyz> (message from StrawberryTea on Wed, 25 Oct 2023 22:57:58 -0500)

> From: StrawberryTea <look@strawberrytea.xyz>
> Date: Wed, 25 Oct 2023 22:57:58 -0500
> 
> 
> Hello. So I am trying to define a function which obtains the command
> that would be called if 'corfu-mode' was not enabled:
> 
> (defun +corfu--get-passthrough-command ()
>   (keymap-lookup
>    (thread-last
>      (current-active-maps t)
>      (delq corfu-map)
>      (delq (and (featurep 'evil)
>                 (evil-get-auxiliary-keymap corfu-map evil-state))))
>    (key-description (this-command-keys-vector))))
> 
> But the issue is basically that
> 
> (keymap-lookup (current-active-maps t)
>     (key-description (vector 'backspace)))
> 
> returns nil whereas
> 
> (keymap-lookup (current-active-maps t) (key-description (vector ?\C-?)))
> 
> returns 'lispy-delete-backward' which is the command I actually want
> returned. When I run 'describe-key-briefly' and type <backspace>, I get
> 
> DEL (translated from <backspace>) runs the command lispy-delete-backward
> 
> but I don't know how to look up that translation from Elisp. I looked at
> the code for 'help.el' and found the above description comes from
> 'read-key-sequence' returning 'C-?' and 'this-single-command-raw-keys'
> returning '[backspace]' but 'read-key-sequence' is defined in C and I
> don't know how trigger it's translation logic programmatically from
> Elisp.

Perhaps Stefan (CC'ed) could help you.

Btw, this kind of questions should be posted to
help-gnu-emacs@gnu.org, not here.





  reply	other threads:[~2023-10-26  7:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-26  3:57 bug#66755: 30.0.50; how do i lookup a key but also respect key translations? StrawberryTea
2023-10-26  7:22 ` Eli Zaretskii [this message]
2024-01-10 18:00   ` Stefan Kangas
2024-01-11  3:41 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83msw5hmqn.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=66755@debbugs.gnu.org \
    --cc=look@strawberrytea.xyz \
    --cc=monnier@iro.umontreal.ca \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).