From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34296 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Old bug reappearing in 5.8.8 Date: 16 Jan 2001 21:09:08 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nofx7ylob.fsf@tiger.jia.vnet> References: <5br9236ylx.fsf@avocet.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170249 29704 80.91.224.250 (21 Oct 2002 03:17:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:17:29 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id D2052D049D for ; Tue, 16 Jan 2001 21:10:46 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id UAC01779; Tue, 16 Jan 2001 20:10:19 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 Jan 2001 20:09:36 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA29460 for ; Tue, 16 Jan 2001 20:09:25 -0600 (CST) Original-Received: from zsh.yi.org (roc-24-93-30-91.rochester.rr.com [24.93.30.91]) by mailhost.sclp.com (Postfix) with ESMTP id 2A627D049D for ; Tue, 16 Jan 2001 21:09:54 -0500 (EST) Original-Received: (from zsh@localhost) by zsh.yi.org (8.11.0/8.10.0) id f0H298W16963; Tue, 16 Jan 2001 21:09:08 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 39 Xref: main.gmane.org gmane.emacs.gnus.general:34296 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34296 Colin Marquardt writes: > The file with the most errors: > > | While compiling rfc2047-encode-message-header in file /home/sw/cmarquar/emacs/gnus-CURRENT-20010116/lisp/rfc2047.el: > | ** reference to free variable enable-multibyte-characters > | While compiling rfc2047-encode: > | ** reference to free variable enable-multibyte-characters Are you sure you compile them from a clean copy? > | While compiling rfc2047-b-encode-region: > | ** base64-encode-region called with 3 arguments, but accepts only 2 For XEmacs 21.1, you'd better copy base64.el from contrib directory to lisp directory, the do the compilation. [...] > I don't have makeinfo installed on this Solaris box, so it is > running: [...] Perhaps, you need to update XEmacs elisp packages. > It puts an "X-Draft-From:" header to my reply, but on top of all the > headers, before the "To:" even. Could this be moved a bit further > down? For any particular reason? > I second that the older "In-Reply-To:" format was nicer. I can get > the information from the current format from the "References:" header > already. Simon said he fixed it. ShengHuo