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: Ralf Angeli
Subject: Re: How to redefine Parantheses?
Date: Tue, 10 Apr 2007 19:42:31 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

* Paul Batt (2007-04-10) writes:

> "Eli Zaretskii" <eliz@gnu.org> schrieb im Newsbeitrag 
> news:mailman.1882.1176143496.7795.help-gnu-emacs@gnu.org...
>>
>> Works for me, if I evaluate these two lines in the *scratch* buffer.
>> If the same works for you, I suspect your .emacs's encoding might have
>> something to do with the problem.
>
> those two lines evaluate well in the scratch buffer. But C-z does not work. 
> Instead of inserting the «-character, I'm told "After 0 kbd macro 
> iterations: Keyboard macro terminated by a command ringing the bell". I 
> don't understand what that means. However, the macro works if I replace « 
> with anything else. 

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.

-- 
Ralf


reply via email to

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