all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: 1121@emacsbugs.donarmstrong.com
Subject: bug#1121: 23.0.60; `buffer-list' returns buffers in wrong order
Date: Tue, 04 Nov 2008 08:49:16 +0100	[thread overview]
Message-ID: <490FFE7C.6090004@gmx.at> (raw)
In-Reply-To: <48EF9D6F.5060801@gmx.at>

I suppose this issue has been fixed with the recent changes to
`save-selected-window' and friends.  Could someone please confirm with
Drew's original recipe (he doesn't build Emacs, so we would have to wait
till he gets Lennart's next release) given below.

Evaluate the forms following "emacs -Q" in *scratch*.  Note the use of
"M-x M-:".

Thanks, martin


Create two files /dir/buf001.txt and /dir/buf002.txt.

emacs -Q
(setq enable-recursive-minibuffers t)
(find-file "/dir/buf001.txt")
(find-file-other-frame "/dir/buf002.txt")
(switch-to-buffer-other-frame "buf001.txt")

M-x M-: (buffer-list)

This returns:
(#<buffer  *Minibuf-1*> #<buffer  *Minibuf-2*>
  #<buffer buf002.txt> #<buffer buf001.txt>...)

In previous Emacs releases (e.g. 22.3) it returns this:
(#<buffer  *Minibuf-1*> #<buffer buf001.txt>
  #<buffer buf002.txt> ... #<buffer  *Minibuf-0*>...)








  reply	other threads:[~2008-11-04  7:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <49214515.6090300@gmx.at>
2008-10-08 19:00 ` bug#1121: 23.0.60; `buffer-list' returns buffers in wrong order Drew Adams
2008-10-09  7:55   ` Juanma Barranquero
2008-10-09 16:10     ` Drew Adams
2008-10-09 18:23       ` Juanma Barranquero
2008-10-10 15:08         ` martin rudalics
2008-10-10 15:36           ` Drew Adams
2008-10-10 15:42             ` martin rudalics
2008-10-10 16:03               ` Drew Adams
2008-10-10 18:22                 ` martin rudalics
2008-11-04  7:49                   ` martin rudalics [this message]
2008-11-04  9:16                     ` Juanma Barranquero
2008-11-04  9:56                       ` martin rudalics
2008-11-04 14:32                         ` Drew Adams
2008-11-17 10:30   ` bug#1121: marked as done (23.0.60; `buffer-list' returns buffers in wrong order) Emacs bug Tracking System

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=490FFE7C.6090004@gmx.at \
    --to=rudalics@gmx.at \
    --cc=1121@emacsbugs.donarmstrong.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.