help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] insert sterling character


From: Peter Kaiser
Subject: Re: [h-e-w] insert sterling character
Date: Thu, 01 Jul 2004 17:43:30 +0200
User-agent: Mozilla Thunderbird 0.7 (Windows/20040616)

Dr Francis J. Wright wrote:

To write an interactive command (rather than just a Lisp function), you will
need something like this:
(global-set-key [?\C-$] (lambda () (interactive "*") (insert 2211)))

Couldn't that "*" cause a bit of trouble?

    (global-set-key [?\C-$] (lambda () (interactive) (insert 163)))

works for me and is a bit simpler.

Pete




reply via email to

[Prev in Thread] Current Thread [Next in Thread]