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

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

Re: Disabling M-q


From: B. T. Raven
Subject: Re: Disabling M-q
Date: Tue, 21 May 2013 11:57:10 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

> Op zaterdag 18 mei 2013 19:44 CEST schreef B. T. Raven:
> 
>> This was the original question. Should M be escaped in a string
>> here? Did you try the vector description of "M-q"? I notice that
>> (kbd <key>... returns a specific vector but the vector [(meta q)]
>> just evaluates to itself. Have you tried:
>>
>> (define-key (current-local-map) [(meta q)] nil)
> 
> Does not work either, but
>     (local-set-key (kbd "M-q") 'ignore)
> does.
> 

It's weird that both you and the third party are having the same
problem. If one of you tries the same experiments on an emacs -Q
invocation, does the problem disappear?

Ed




reply via email to

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