all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Disable mutli-level buffer menu
@ 2005-04-23  8:50 Martin Magnusson
  2005-04-23  8:58 ` David Kastrup
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Magnusson @ 2005-04-23  8:50 UTC (permalink / raw)


I'm a bit annoyed by the multi-level buffer menu that is displayed when 
pressing Ctrl-Mouse1 and a lot of buffers are open. I'd rather just have 
one long list. How can I change this?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Disable mutli-level buffer menu
  2005-04-23  8:50 Disable mutli-level buffer menu Martin Magnusson
@ 2005-04-23  8:58 ` David Kastrup
  0 siblings, 0 replies; 2+ messages in thread
From: David Kastrup @ 2005-04-23  8:58 UTC (permalink / raw)


Martin Magnusson <martin@-xx-blecket-xx-.org> writes:

> I'm a bit annoyed by the multi-level buffer menu that is displayed
> when pressing Ctrl-Mouse1 and a lot of buffers are open. I'd rather
> just have one long list. How can I change this?

It is not that hard to find.  Just do C-h k C-mouse1 to figure out the
function bound to this press.

<C-down-mouse-1> at that spot runs the command mouse-buffer-menu
   which is an interactive compiled Lisp function in `mouse'.
It is bound to <C-down-mouse-1>.
(mouse-buffer-menu EVENT)

Pop up a menu of buffers for selection with the mouse.
This switches buffers in the window that you clicked on,
and selects that window.

[back]

This gives you the right keyword.

Then do
M-x customize-apropos RET mouse-buffer RET

to continue with that clue.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-23  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-23  8:50 Disable mutli-level buffer menu Martin Magnusson
2005-04-23  8:58 ` David Kastrup

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.