From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: function keys in macro
Date: Mon, 25 Nov 2013 22:40:20 +0100 [thread overview]
Message-ID: <87r4a4i2hu.fsf@nl106-137-194.student.uu.se> (raw)
In-Reply-To: 87r4a4kyo5.fsf@nl106-137-194.student.uu.se
Emanuel Berg <embe8573@student.uu.se> writes:
> In fact, I just got a new idea writing this, remap to
> some unused shortcut (or even Unicode char, if those
> could be put in macros), and then have a macro "type"
> that... stay tuned!
Keyboard macros are *not* intercepted by the tty:
(fset 'Ml (kbd "M-l"))
(execute-kbd-macro (symbol-function 'Ml))
This will *not* take me to tty2 (if in tty1/Emacs), but
will instead run `downcase-word', i.e., normal Emacs
behaviour!
Amazing! That means this whole idea must be dropped!
--
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united: http://user.it.uu.se/~embe8573
next prev parent reply other threads:[~2013-11-25 21:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-23 15:10 function keys in macro Emanuel Berg
2013-11-25 12:38 ` Michael Heerdegen
2013-11-25 12:44 ` Jambunathan K
2013-11-25 12:50 ` Jambunathan K
[not found] ` <mailman.7060.1385383126.10748.help-gnu-emacs@gnu.org>
2013-11-25 20:34 ` Emanuel Berg
2013-11-25 21:40 ` Emanuel Berg [this message]
2013-11-26 7:35 ` Michael Heerdegen
2014-01-14 1:47 ` Emanuel Berg
[not found] ` <mailman.7064.1385384049.10748.help-gnu-emacs@gnu.org>
2013-11-25 20:40 ` Emanuel Berg
2013-11-25 20:42 ` Emanuel Berg
2013-11-27 12:38 ` Tassilo Horn
[not found] ` <mailman.7252.1385555936.10748.help-gnu-emacs@gnu.org>
2013-11-27 20:10 ` Emanuel Berg
2013-11-28 10:06 ` Jambunathan K
[not found] ` <mailman.7323.1385633250.10748.help-gnu-emacs@gnu.org>
2013-11-28 15:25 ` Emanuel Berg
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=87r4a4i2hu.fsf@nl106-137-194.student.uu.se \
--to=embe8573@student.uu.se \
--cc=help-gnu-emacs@gnu.org \
/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.
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).