On Fri, Apr 15 2005, Ted Zlatanov wrote:

> You need to get message.el (or all of Gnus) from CVS, or wait for the
> next release.

IMO, replacing random parts like `message.el' from newer Gnus versions
is a recipe for trouble.

David could either apply your patch to Gnus 5.10.x or do something
like the following in his `~/.gnus.el'.

(require 'message)
(unless (boundp 'message-kill-buffer-query-if-modified)
  (defcustom message-kill-buffer-query-if-modified t
    ...
    [from No Gnus]
    ...)
  (defun message-kill-buffer-from ()
    "Kill the current buffer.  From No Gnus."
    ...
    [from No Gnus]
    ...)
  (message "Replaced `message-kill-buffer-from'"))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to