From: Eli Zaretskii <eliz@gnu.org>
To: "Jakub T. Jankiewicz" <jcubic@jcubic.pl>,
Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 67182@debbugs.gnu.org
Subject: bug#67182: 29.1; read-kbd-macro always return a vector
Date: Wed, 15 Nov 2023 14:14:10 +0200 [thread overview]
Message-ID: <83fs17rz71.fsf@gnu.org> (raw)
In-Reply-To: <20231115020535.7dd8b316@jcubic>
> Date: Wed, 15 Nov 2023 02:05:35 +0100
> From: "Jakub T. Jankiewicz" <jcubic@jcubic.pl>
>
> This is the code I was always using in Emacs to send raw keys
> to modes like ansi-term:
>
> (defun raw (str)
> (interactive "sSend Raw Key: ")
> (term-send-raw-string (read-kbd-macro str)))
>
> But this doesn't work anymore it throw an error [3] when calling:
>
> (raw "C-c")
>
> According to documentation `C-h f read-kbd-macro`
> "The result will be a string if possible" but it seems that in new
> GNU Emacs it's always a vector.
Thanks.
Stefan, this is due to your change in edmacro-parse-keys as part of
commit 87789330, whose log message says nothing about
edmacro-parse-keys. Did you really intend to make that
backward-incompatible change? If so, why?
next prev parent reply other threads:[~2023-11-15 12:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-15 1:05 bug#67182: 29.1; read-kbd-macro always return a vector Jakub T. Jankiewicz
2023-11-15 12:14 ` Eli Zaretskii [this message]
2023-11-15 12:45 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-15 13:20 ` Jakub T. Jankiewicz
2023-11-18 9:54 ` Eli Zaretskii
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=83fs17rz71.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=67182@debbugs.gnu.org \
--cc=jcubic@jcubic.pl \
--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 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.