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

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

Re: Setting auto-indentation of braces


From: Juha Nieminen
Subject: Re: Setting auto-indentation of braces
Date: Tue, 24 Feb 2009 17:22:35 GMT
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Kevin Rodgers wrote:
> Juha Nieminen wrote:
>> Kevin Rodgers kirjoitti:
>>> (global-set-key (kbd "M-7") "{")
>>
>>   (global-set-key "M-7" "{") seems to work as well.
> 
> Well, it shouldn't: that binds a 3-character sequence (M, dash, 7) to
> left-brace.

  I meant:

  (global-set-key "\M-7" "{")


reply via email to

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