From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34299 Path: main.gmane.org!not-for-mail From: Colin Marquardt Newsgroups: gmane.emacs.gnus.general Subject: Re: Old bug reapqpearing in 5.8.8 Date: 16 Jan 2001 19:07:57 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <5br9236ylx.fsf@avocet.cs.rochester.edu> <2nofx7ylob.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170252 29714 80.91.224.250 (21 Oct 2002 03:17:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:17:32 +0000 (UTC) Keywords: xemacs,directory,reason,file,compiling,colin Cc: ding@gnus.org 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 E9F0CD049D for ; Tue, 16 Jan 2001 22:08:52 -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 VAC02984; Tue, 16 Jan 2001 21:08:25 -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 21:07:47 -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 VAA29918 for ; Tue, 16 Jan 2001 21:07:34 -0600 (CST) Original-Received: from netmail.alcatel.com (netmail.alcatel.com [128.251.168.50]) by mailhost.sclp.com (Postfix) with ESMTP id 9F1EED049D for ; Tue, 16 Jan 2001 22:08:02 -0500 (EST) Original-Received: from relay2.usa.alcatel.com (relay2.usa.alcatel.com [143.209.238.7]) by netmail.alcatel.com (8.9.1/8.9.1) with ESMTP id VAA05600 for ; Tue, 16 Jan 2001 21:08:14 -0600 (CST) Original-Received: from lwmail01.pet.usa.alcatel.com (localhost [127.0.0.1]) by relay2.usa.alcatel.com (8.9.3/8.9.3) with ESMTP id VAA17041 for ; Tue, 16 Jan 2001 21:07:59 -0600 (CST) Original-Received: from optilink.pet.usa.alcatel.com ([10.11.2.49]) by lwmail01.pet.usa.alcatel.com (Netscape Messaging Server 4.15 lwmail01 Aug 8 2000 13:22:32) with ESMTP id G7AE2F00.NQJ; Tue, 16 Jan 2001 19:08:39 -0800 Original-Received: from sol-cmarquar.pet.usa.alcatel.com (sol-cmarquar [143.209.122.168]) by optilink.pet.usa.alcatel.com (8.8.8+Sun/8.8.8) with ESMTP id TAA10529; Tue, 16 Jan 2001 19:07:57 -0800 (PST) Original-Received: (from cmarquar@localhost) by sol-cmarquar.pet.usa.alcatel.com (8.9.3+Sun/8.9.1) id TAA21842; Tue, 16 Jan 2001 19:07:58 -0800 (PST) X-Authentication-Warning: sol-cmarquar.pet.usa.alcatel.com: cmarquar set sender to colin.marquardt@usa.alcatel.com using -f X-Draft-From: ("nnimap+nsmail:INBOX" 9265) Original-To: ShengHuo ZHU In-Reply-To: <2nofx7ylob.fsf@tiger.jia.vnet> X-Disclaimer: Opinions expressed are not those of Alcatel USA. User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Canyonlands) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 58 Xref: main.gmane.org gmane.emacs.gnus.general:34299 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34299 Hi, ShengHuo ZHU writes: > 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? Pretty sure, yes. I just unpacked it today. I am running configure with the options --with-xemacs --prefix=/home/sw/cmarquar/emacs/gnus-CURRENT-20010116 where --prefix is the same directory where I unpacked it (I do not have write access to the system directory). Is this dangerous in any way? I probably should also mention that this is a non-Mule XEmacs, 21.1.9. > > | 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. That fixed it, thanks. > > I don't have makeinfo installed on this Solaris box, so it is > > running: > > [...] > > Perhaps, you need to update XEmacs elisp packages. Might be, I do not have the latest XEmacs. It's not really a problem now, the texi file is fine. > > 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? For the only reason that I mentally connect importance with order, and so an X-Header gets more importance than it needs. User interface only, but for the same reason that we have message-header-to-face and message-header-subject-face stand out optically. Cheers, Colin