all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: tune@bg.wakwak.com, emacs-devel@gnu.org
Subject: Re: improving function "mode-line-unbury-buffer" in bindings.el
Date: Thu, 18 Jul 2002 08:56:05 -0600 (MDT)	[thread overview]
Message-ID: <200207181456.g6IEu5W25120@aztec.santafe.edu> (raw)
In-Reply-To: <5xr8i3emlx.fsf@kfs2.cua.dk> (storm@cua.dk)

    Here is what is CLAIMED to happen with bury-buffer:

    When you use bury-buffer to bury the buffer in the selected window,
    the NEXT buffer to be shown in the selected window is chosen with a
    preference to show a buffer which has previously been shown in a
    window.

What I see in the code of Fother_buffer is that it prefers the buffers
that have been shown in this frame before.  However, burying a buffer
removes it from the frame's buffer list (this is a recent bug fix).
So as you cycle in this way, the frame's buffer list will empty out
and you will indeed get all the non-hidden buffers.

    - doing bury-buffer once will bury xyz and show *scratch*, and
    - doing bury-buffer again will bury *scratch* and show xyz.

I get *Messages* the third time now.

  reply	other threads:[~2002-07-18 14:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-12  1:35 improving function "mode-line-unbury-buffer" in bindings.el Toru Tsuneyoshi
2002-07-14 15:22 ` Richard Stallman
2002-07-14 17:13   ` Toru Tsuneyoshi
2002-07-16 13:29     ` Richard Stallman
2002-07-16 15:08       ` Kim F. Storm
2002-07-18 14:56         ` Richard Stallman [this message]
2002-07-18 16:04           ` Kim F. Storm
2002-07-20 10:38           ` Toru Tsuneyoshi
2002-07-21 20:14             ` Richard Stallman

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

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

  git send-email \
    --in-reply-to=200207181456.g6IEu5W25120@aztec.santafe.edu \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=tune@bg.wakwak.com \
    /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.
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.