emacs-devel
[Top][All Lists]
Advanced

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

Re: undo-kill-buffer


From: Miles Bader
Subject: Re: undo-kill-buffer
Date: Wed, 25 Oct 2006 09:24:17 +0900

BTW, one idea for implementing this is to simply change `kill-buffer' to
instead _rename_ the buffer to a name starting with a space (Emacs
normally does not display such buffers in completion).  E.g. if you kill
the buffer "Oink", it would get renamed to " !!!killed-buffer-0074:Oink"
or something.

[Besides being fairly simple, this has the huge advantage of
automatically handling all the various random buffer state (of which
there is a lot).]

-Miles
-- 
.Numeric stability is probably not all that important when you're guessing.




reply via email to

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