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

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

Re: about global-set-key


From: etienne
Subject: Re: about global-set-key
Date: Tue, 11 Sep 2012 01:21:27 -0700 (PDT)

Dear Stephan,

thank you for your reply, 
The answer of emacs to C-h k _ is
*
runs the command souligne, which is an interactive Lisp function in
`init.el'.
It is bound to _.

(souligne)

Not documented.*
Recall that in my .emacs file I have
(defun souligne () (interactive)
         (insert "_{}") (forward-char -1))
(global-set-key "_" 'souligne)


Etienne



--
View this message in context: 
http://emacs.1067599.n5.nabble.com/about-global-set-key-tp262753p263709.html
Sent from the Emacs - Help mailing list archive at Nabble.com.



reply via email to

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