emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Deleting buffers in buffer selection doesn't refresh contents


From: Stefan Monnier
Subject: Re: Deleting buffers in buffer selection doesn't refresh contents
Date: 26 May 2004 16:13:09 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> kill-buffer is an alias for server-kill-buffer when gnuserv.el is
> loaded. The fix consists on modifying server-kill-buffer for returning t.
                              ^^^^^^^^^
                               fixing

> As gnuserv is no longer distributed with Emacs, I guess this can't be
> considered as an Emacs issue.

It's very clearly a bug in gnuserv.el.
For one, it should not replace kill-buffer with server-kill-buffer
(it should use defadvice instead and this only if kill-buffer-hook is not
enough), and if that's really not an option, it should be super-extra
careful to reproduce every detail of the behavior of kill-buffer,
after having properly M-x report-emacs-bug to describe the missing feature
that forced such a butt-ugly workaround.


        Stefan




reply via email to

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