unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* record-buffer and unrecord-buffer
@ 2011-08-24 17:32 Chong Yidong
  2011-08-24 18:20 ` martin rudalics
  0 siblings, 1 reply; 2+ messages in thread
From: Chong Yidong @ 2011-08-24 17:32 UTC (permalink / raw)
  To: Martin Rudalics; +Cc: emacs-devel

Why are these new built-in functions necessary?  Firstly, their names
are not descriptive; moving a buffer to the front or back of the buffer
list is not a good match for the words "recording" or "unrecording".
Secondly, we already have the function bury-buffer, so why introduce yet
another function that does the same thing?



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: record-buffer and unrecord-buffer
  2011-08-24 17:32 record-buffer and unrecord-buffer Chong Yidong
@ 2011-08-24 18:20 ` martin rudalics
  0 siblings, 0 replies; 2+ messages in thread
From: martin rudalics @ 2011-08-24 18:20 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

 > Why are these new built-in functions necessary?  Firstly, their names
 > are not descriptive; moving a buffer to the front or back of the buffer
 > list is not a good match for the words "recording" or "unrecording".

I took the names from the corresponding C functions.  Feel free to give
them suitable names.

 > Secondly, we already have the function bury-buffer, so why introduce yet
 > another function that does the same thing?

Because in Emacs 23 `bury-buffer' was in C and some buffer list actions
are too sensitive to move to Elisp.

martin



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-24 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-24 17:32 record-buffer and unrecord-buffer Chong Yidong
2011-08-24 18:20 ` martin rudalics

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).