From: Ryan Yeske <rcyeske@gmail.com>
Subject: Re: *scratch* "corrupt
Date: Fri, 14 Oct 2005 08:07:56 GMT [thread overview]
Message-ID: <877jcgmsgz.fsf@cut.bc.hsia.telus.net> (raw)
In-Reply-To: u7jcg1r0g.fsf@jasonrumney.net
jasonr (Jason Rumney) @ f2s.com writes:
> (global-set-key [(super -)] (lambda () (insert ?—)))
The above won't work. You need to bind keys to commands (interactive
functions).
(global-set-key [(super -)] (lambda () (interactive) (insert ?—)))
next prev parent reply other threads:[~2005-10-14 8:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-13 16:46 *scratch* "corrupt B. T. Raven
2005-10-13 17:18 ` Michael Cadilhac
[not found] ` <mailman.11237.1129223846.20277.help-gnu-emacs@gnu.org>
2005-10-14 2:58 ` B. T. Raven
2005-10-14 7:45 ` Jason Rumney
2005-10-14 8:07 ` Ryan Yeske [this message]
2005-10-14 12:55 ` B. T. Raven
2005-10-14 21:11 ` Ryan Yeske
2005-10-17 1:49 ` Stefan Monnier
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=877jcgmsgz.fsf@cut.bc.hsia.telus.net \
--to=rcyeske@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.
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).