bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21505: 24.4; Buffer order


From: hoppe
Subject: bug#21505: 24.4; Buffer order
Date: Thu, 17 Sep 2015 11:23:58 -0400

No, and this is why it's a little weird. On my computer when I create the files a,b,c and run 

> emacs a b c 

the prompt of C-x b gives:

b
a
*scratch*
*Messages*

with file c opened first. BUT, the order of NextBuffer goes [c->b->*Messages*->*scratch->a]

On Thu, Sep 17, 2015 at 11:19 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> From: hoppe <travis.hoppe@gmail.com>
> Date: Thu, 17 Sep 2015 10:59:41 -0400
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>, tsdh@gnu.org, 21505@debbugs.gnu.org
>
> In response to the first question, I'd like this to be the "easy" request, that
> this behavior is only for when emacs opens and not continuously during the
> session. I agree, it does not need to be maintained during the session.
>
> Re: Tassilo Horn: I purposely showed my example with a wildcard since emacs
> could be given any expansion from the shell. To me it, and for my usual use
> case, it doesn't matter. I have a bunch of files I'd like to edit and I often
> miss those that are past the messages and scratch buffer. Opening the files in
> the order given from the command line seems very natural to me.
>
> So to be clear, given the command run on the shell:
>
> > emacs a c b
>
> The buffer order should be [a,c,b,*messages*,*scratch*]. Currently the default
> behavior looks something like [b,c,*messages*,*scratch*, a].

So it's just an issue with the order in which buffers are presented in
the prompt of "C-x b"?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]