[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: get-live-buffer primitive
From: |
Richard Stallman |
Subject: |
Re: get-live-buffer primitive |
Date: |
Thu, 13 Sep 2012 08:44:30 -0400 |
What about such a primitive? We already have live_buffer used in markers
code, so we can use this internal thing in Fget_live_buffer and avoid
duplicating some things in elisp...
`get-buffer' should never return a dead buffer. (Dead buffers
are removed from Vbuffer_alist.)
If `get-buffer' ever does return a dead buffer, that is a bug,
so we should fix it rather than adding some other primitive.
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use Ekiga or an ordinary phone call
Re: get-live-buffer primitive, Stefan Monnier, 2012/09/13