From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13168 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: XEmacs-20/Emacs20 w/o MULE in qgnus-0.17 Date: 05 Dec 1997 16:20:23 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152581 7837 80.91.224.250 (20 Oct 2002 22:23:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:23:01 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id RAA17847 for ; Fri, 5 Dec 1997 17:01:55 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA24448 for ; Fri, 5 Dec 1997 19:04:48 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id TAN03816; Fri, 5 Dec 1997 19:03:16 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Dec 1997 18:24:01 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id SAA09561 for ; Fri, 5 Dec 1997 18:23:54 -0600 (CST) Original-Received: (qmail 6577 invoked by uid 504); 6 Dec 1997 00:23:41 -0000 Original-Received: (qmail 6574 invoked from network); 6 Dec 1997 00:23:41 -0000 Original-Received: from xemacs.miranova.com (HELO altair.xemacs.org) (steve@206.190.83.19) by claymore.vcinet.com with SMTP; 6 Dec 1997 00:23:41 -0000 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.8/8.8.8) id QAA13661; Fri, 5 Dec 1997 16:20:23 -0800 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l writes: > When I try to start qgnus-0.17 with XEmacs-20.2/3 compiled *without* MULE and > it complains that enable-multibyte-characters is not defined. Yuck! I think it's far, far worse having this ill-conceived variable defined in XEmacs/Mule. 1997-12-05 SL Baur * gnus-start.el (gnus-read-descriptions-file): Fix typo. =================================================================== RCS file: RCS/gnus-start.el,v retrieving revision 1.9 diff -u -r1.9 gnus-start.el --- gnus-start.el 1997/11/26 18:57:00 1.9 +++ gnus-start.el 1997/12/06 00:17:28 @@ -2484,7 +2484,7 @@ (let ((str (buffer-substring (point) (progn (end-of-line) (point)))) (coding - (and (boundp enable-multibyte-characters) + (and (boundp 'enable-multibyte-characters) enable-multibyte-characters (gnus-mule-get-coding-system (symbol-name group))))) (if coding