GNU bug report logs - #21505
24.4; Buffer order

Previous Next

Package: emacs;

Reported by: hoppe <travis.hoppe <at> gmail.com>

Date: Thu, 17 Sep 2015 04:57:04 UTC

Severity: wishlist

Tags: confirmed, moreinfo

Found in version 24.4

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 21505 <at> debbugs.gnu.org, travis.hoppe <at> gmail.com, monnier <at> iro.umontreal.ca, tsdh <at> gnu.org
Subject: bug#21505: 24.4; Buffer order
Date: Mon, 21 Feb 2022 14:38:19 +0100
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:

> It doesn't.  It only shows *Buffer List* when you as it to visit 3 or
> more files.  This is explicitly coded in command-line-1:

Ah, right.

>> I'd have thought the obvious thing to do in this situation is to
>> open as many windows as there are files (if possible)?
>
> I guess the rationale is that with too many files visited we cannot be
> sure which of them the user would like to see first, and we don't want
> to show them all, lest the windows become too small.

Yes, I guess it does make sense to display the *Buffer list* when
there's a lot of files.

>> Or open a single window displaying the first file specified
>> (and then have the rest be in the next-buffer order you describe).
>
> That'd be less useful than what we do now with 2 files, IMO.

Yeah.

So I guess the only this to fix here is the buffer ordering, as the
original bug reporter was talking about -- i.e., ensure that *scratch*
and *Messages* are at the bottom of the list.  Currently, this is the
buffer order if given "a b c d e f" as the files:

[Message part 2 (image/png, inline)]
[Message part 3 (text/plain, inline)]
Which seems pretty chaotic.  I guess what we want to see here is

f
e
d
c
b
a
*scratch*
*Messages*

?  I mean, sorting the other way around (and selecting a) would also be
a possibility, but would be a greater behavioural change. 

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no

This bug report was last modified 3 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.