Gnus development mailing list
 help / color / mirror / Atom feed
* XEmacs-20.3/Emacs-20.2 *with* MULE and qgnus-0.18
@ 1997-12-08 21:56 Danny Siu
  1997-12-10 20:07 ` SL Baur
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Siu @ 1997-12-08 21:56 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 509 bytes --]


gnus-mule-get-coding-system is missing in qgnus-0.18.  This fails qgnus when
running with mule enabled [X]Emacs.

Is this a known problem?
-- 
=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Danny Dick-Fung Siu                              mailto:dsiu@adobe.com 
 WebReady Printing Group           mailto:dsiu@alumni.eecs.berkeley.edu 
 Adobe Systems Incorporated          http://www.csua.berkeley.edu/~dsiu 
=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

[-- Attachment #2: *Backtrace* --]
[-- Type: application/octet-stream, Size: 953 bytes --]

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

* Re: XEmacs-20.3/Emacs-20.2 *with* MULE and qgnus-0.18
  1997-12-08 21:56 XEmacs-20.3/Emacs-20.2 *with* MULE and qgnus-0.18 Danny Siu
@ 1997-12-10 20:07 ` SL Baur
  0 siblings, 0 replies; 2+ messages in thread
From: SL Baur @ 1997-12-10 20:07 UTC (permalink / raw)


Danny Siu <dsiu@Adobe.COM> writes:

> [1  <text/plain; US-ASCII (7bit)>]
> gnus-mule-get-coding-system is missing in qgnus-0.18.  This fails qgnus when
> running with mule enabled [X]Emacs.

> Is this a known problem?

Sigh.  Try this.  If you're trying to run this on Emacs 20, is
"gnus-mule" being loaded?

1997-12-10  SL Baur  <steve@altair.xemacs.org>

	* gnus-start.el (gnus-read-descriptions-file): Really bind and gag 
	Mule.

===================================================================
RCS file: RCS/gnus-start.el,v
retrieving revision 1.10
diff -u -r1.10 gnus-start.el
--- gnus-start.el	1997/12/06 20:43:04	1.10
+++ gnus-start.el	1997/12/10 20:00:13
@@ -2485,6 +2485,7 @@
 		    (coding
 		     (and (boundp 'enable-multibyte-characters)
 			  enable-multibyte-characters
+			  (fboundp 'gnus-mule-get-coding-system)
 			  (gnus-mule-get-coding-system (symbol-name group)))))
 		(if coding
 		    (setq str (decode-coding-string str (car coding))))


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

end of thread, other threads:[~1997-12-10 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-08 21:56 XEmacs-20.3/Emacs-20.2 *with* MULE and qgnus-0.18 Danny Siu
1997-12-10 20:07 ` SL Baur

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