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

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

Re: How to redefine Parantheses?


From: Paul Batt
Subject: Re: How to redefine Parantheses?
Date: Tue, 10 Apr 2007 20:21:50 +0200

"Ralf Angeli" <dev.null@caeruleus.net> schrieb im Newsbeitrag 
news:461bcc86$0$6405$9b4e6d93@newsspool2.arcor-online.net...
>
> Your code works fine in CVS Emacs but it fails in Emacs 21.  Using
> (defun anfein () (interactive) (insert "«"))
> instead of your fset call should do the trick.

Your are right, thank you. Meanwhile I found the following to work also in 
Emacs 21:

(fset 'anfein
   [?\C-q ?2 ?5 ?3 return])

Emacs does that when you define the macro interactively.
Paul





reply via email to

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