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

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

Re: Any easy way to disable mouse behavior that can change to other buff


From: Kevin Rodgers
Subject: Re: Any easy way to disable mouse behavior that can change to other buffers?
Date: Fri, 14 Nov 2008 06:46:45 -0700
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

anhnmncb wrote:
I want to disable the ability of mouse clicking on modeline which can
make buffer switching,

Wild guess:

(setq mode-line-input-method-map nil)
(setq mode-line-coding-system-map nil)
(setq mode-line-major-mode-keymap nil)
(setq mode-line-minor-mode-keymap nil)
(setq mode-line-buffer-identification-keymap nil)
(setq mode-line-mode-menu nil)

and the buffer list menu popped up by Ctrl-<left
mouse>.

(global-unset-key (kbd "<C-down-mouse-1>"))

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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