Gnus development mailing list
 help / color / mirror / Atom feed
* spam-stat.el fails on non-Mule XEmacs.
@ 2004-03-10 10:51 Malcolm Purvis
  2004-03-10 12:08 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Malcolm Purvis @ 2004-03-10 10:51 UTC (permalink / 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...




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: spam-stat.el fails on non-Mule XEmacs.
  2004-03-10 10:51 spam-stat.el fails on non-Mule XEmacs Malcolm Purvis
@ 2004-03-10 12:08 ` Jesper Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Harder @ 2004-03-10 12:08 UTC (permalink / raw)


Malcolm Purvis <malcolmpurvis@optushome.com.au> writes:

> 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.

Thanks, applied.

(I wish the XEmacs people would bother documenting which symbols might
suddenly disappear if you compile it some special options, sigh).



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-10 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-10 10:51 spam-stat.el fails on non-Mule XEmacs Malcolm Purvis
2004-03-10 12:08 ` Jesper Harder

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).