Gnus development mailing list
 help / color / mirror / Atom feed
From: Malcolm Purvis <malcolmpurvis@optushome.com.au>
Subject: spam-stat.el fails on non-Mule XEmacs.
Date: Wed, 10 Mar 2004 21:51:52 +1100	[thread overview]
Message-ID: <m3oer5ynxz.fsf@c18072.rivrw2.nsw.optusnet.com.au> (raw)

I just upgraded to the latest CVS version and starting gnus failed because I
don't have coding-system-p defined (I run XEmacs without Mule).

The problem is in spam-stat.el and the following patch fixes it.

Malcolm

Index: lisp/spam-stat.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/spam-stat.el,v
retrieving revision 7.12
diff -u -r7.12 spam-stat.el
--- lisp/spam-stat.el	27 Feb 2004 03:24:05 -0000	7.12
+++ lisp/spam-stat.el	10 Mar 2004 10:41:04 -0000
@@ -208,7 +208,7 @@
   "Name of the `spam-stat-buffer'.")
 
 (defvar spam-stat-coding-system
-  (if (coding-system-p 'emacs-mule) 'emacs-mule 'raw-text)
+  (if (mm-coding-system-p 'emacs-mule) 'emacs-mule 'raw-text)
   "Coding system used for `spam-stat-file'.")
 
 ;; Hooking into Gnus

-- 
	       Malcolm Purvis <malcolmpurvis@optushome.com.au>

Q: Why did the chicken cross the Mobius strip?
A: To get to the other... uh... err...




             reply	other threads:[~2004-03-10 10:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-10 10:51 Malcolm Purvis [this message]
2004-03-10 12:08 ` Jesper Harder

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=m3oer5ynxz.fsf@c18072.rivrw2.nsw.optusnet.com.au \
    --to=malcolmpurvis@optushome.com.au \
    /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).