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

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

Re: [h-e-w] I want to disable intermittent pop-ups


From: Audrey Lee
Subject: Re: [h-e-w] I want to disable intermittent pop-ups
Date: Fri, 13 Sep 2013 18:41:17 +0000

I added 3 lines to my .emacs and evaluated them:

(global-set-key [C-mouse-1] 'ignore)
(global-set-key [C-mouse-2] 'ignore)
(global-set-key [C-mouse-3] 'ignore)

So far I have not seen any un-wanted-menus.


On 9/11/13, Eli Zaretskii <address@hidden> wrote:
>> Date: Wed, 11 Sep 2013 11:57:48 -0700
>> From: Audrey Lee <address@hidden>
>>
>> Once in awhile an annoying pop-up menu appears.
>>
>> Usually the menu shows a list of buffers.
>
> Sounds like you inadvertently press C-mouse-1.
>
>> Question: How do I completely disable pop-up windows?
>
> You mean menus, right?
>
> Just bind C-mouse-1 to 'ignore.
>



reply via email to

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