From: Drew Adams <drew.adams@oracle.com>
To: Andreas Schwab <schwab@suse.de>, Daniel Colascione <dancol@dancol.org>
Cc: emacs-devel@gnu.org
Subject: RE: dabbrev-expand should escape kbd macros, shouldn't it?
Date: Wed, 17 Jul 2019 17:39:46 +0000 (UTC) [thread overview]
Message-ID: <4d9496fd-5287-47af-af6b-875d4308af4e@default> (raw)
In-Reply-To: <mvmlfww3bgl.fsf@suse.de>
> > Right now, if you record a kbd macro and hit M-/, the act of hitting M-/
> > is recorded like any other command in the kbd macro. On replay, we'll run
> > dabbrev-expand. The problem is that dabbrev-expand produces radically
> > different results depending on buffer context, making macro replay
> > unpredictable. Should the *result* of dabbrev-expand just get put into the
> > kbd macro instead?
>
> How is that different from any other key that is part of the macro?
> The point of a kbd macro is to record keys, not their effect (or even their
> binding).
+1
A keyboard macro is essentially a command.
You generally want to be able to replay a keyboard macro
(keystrokes) in various contexts. You generally do not
want to capture the original context as part of the macro.
next prev parent reply other threads:[~2019-07-17 17:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-17 15:13 dabbrev-expand should escape kbd macros, shouldn't it? Daniel Colascione
2019-07-17 15:52 ` Andreas Schwab
2019-07-17 17:39 ` Drew Adams [this message]
2019-07-17 18:30 ` Daniel Colascione
2019-07-18 7:32 ` Andreas Schwab
2019-07-18 22:22 ` Juri Linkov
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=4d9496fd-5287-47af-af6b-875d4308af4e@default \
--to=drew.adams@oracle.com \
--cc=dancol@dancol.org \
--cc=emacs-devel@gnu.org \
--cc=schwab@suse.de \
/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.