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

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

Re: *scratch* "corrupt


From: Ryan Yeske
Subject: Re: *scratch* "corrupt
Date: Fri, 14 Oct 2005 21:11:18 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)

"B. T. Raven" <ecinmn@peoplepc.com> writes:

>> (global-set-key [(super -)] (lambda () (interactive) (insert ?—)))
>
> Thanks Ryan and Jason. I had already tried to wrap the inserts into
> interactive functions but that didn't work either. Apparently, the super
> key can modify only alpha characters.

Hmm, it works for me here.  What does C-h k s-- give you?

    s-- runs the command (lambda nil (interactive) (insert 342388))
       which is an interactive Lisp function.
    It is bound to s--.
    (anonymous)

When I press s-- it inserts —.
 


reply via email to

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