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

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

Re: Why does buffer list not stay stable?


From: martin rudalics
Subject: Re: Why does buffer list not stay stable?
Date: Sat, 07 Mar 2009 19:56:10 +0100
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> Anybody know how buffer ordering works?

Heuristically ;-)

Please read section 27.8 entitled "The Buffer List" of the Elisp manual
first.  That section also tells you how you can manually change the
order of buffers in the buffer list.  Thereafter you can grep the Elisp
sources to find out who calls the function `bury-buffer' and
`unbury-buffer' and whether and how these calls mess up the order you
wanted in the first place.

martin





reply via email to

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