From: Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Subject: Re: "Smart" quotes and dashes in PSGML
Date: Mon, 28 Jul 2003 18:51:36 +0200 [thread overview]
Message-ID: <m3fzkqvbl3.fsf@seneca.benny.turtle-trading.net> (raw)
In-Reply-To: m3he56bpdb.fsf@russel.teuto37
Hi Florian,
Florian von Savigny <florian265@uboot.com> writes:
> Incidentally, it's a pity something like the following doesn't work:
>
> (define-key sgml-mode-map [?ä] '(lambda (insert "\ä\;")))
That would be
(define-key sgml-mode-map [?ä]
(lambda () (interactive) (insert "\ä\;")))
benny
next prev parent reply other threads:[~2003-07-28 16:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <pan.2003.07.19.16.31.24.555973@dzr-web.com>
2003-07-28 16:14 ` "Smart" quotes and dashes in PSGML Florian von Savigny
2003-07-28 16:51 ` Benjamin Riefenstahl [this message]
2003-07-28 16:54 ` Kai Großjohann
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=m3fzkqvbl3.fsf@seneca.benny.turtle-trading.net \
--to=benjamin.riefenstahl@epost.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.
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).