unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: David Kastrup <dak@gnu.org>
Subject: Re: Disable mutli-level buffer menu
Date: Sat, 23 Apr 2005 10:58:10 +0200	[thread overview]
Message-ID: <85oec5g999.fsf@lola.goethe.zz> (raw)
In-Reply-To: M%nae.22521$d5.165427@newsb.telia.net

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

      reply	other threads:[~2005-04-23  8:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-23  8:50 Disable mutli-level buffer menu Martin Magnusson
2005-04-23  8:58 ` David Kastrup [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85oec5g999.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).