emacs-devel
[Top][All Lists]
Advanced

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

Re: Buffer listing in multiple frames/ttys


From: Richard M. Stallman
Subject: Re: Buffer listing in multiple frames/ttys
Date: Fri, 09 Dec 2005 10:04:37 -0500

    Could you suggest another way of maintaining a frame-local list of
    buried buffers (buffers at the bottom of the frame-local buffer list
    accessible for cycling via `previous-buffer')?

It could be an ordinary frame parameter, if only previous-buffer will
access it.  But I don't like the idea of changing primitives such as
switch-to-buffer, bury-buffer, and kill-buffer.  Not now.

Perhaps it is better if next-buffer and previous-buffer simply use the
global buffer list.  It is not worth changing those primitives now just
make a feature work in a slightly better way.




reply via email to

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