Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+from-uce@imap.cc>
Subject: Re: Killing unwanted post
Date: Sat, 16 Apr 2005 15:20:15 +0200	[thread overview]
Message-ID: <v9is2mzwmo.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <4n4qe7zsxa.fsf@lifelogs.com>

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/


      parent reply	other threads:[~2005-04-16 13:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-14 10:51 David Sumbler
2005-04-14 15:28 ` Ted Zlatanov
2005-04-14 16:29   ` Reiner Steib
2005-04-14 17:22     ` Ted Zlatanov
2005-04-21 18:22       ` Reiner Steib
2005-04-22 15:05         ` Ted Zlatanov
2005-04-14 17:29   ` David Sumbler
2005-04-15 20:28     ` Ted Zlatanov
2005-04-15 21:16       ` David Sumbler
2005-04-19 18:20         ` Ted Zlatanov
2005-04-16 13:20       ` Reiner Steib [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9is2mzwmo.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+from-uce@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).