From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58391 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Sync of Gnus with Emacs Date: Fri, 03 Sep 2004 16:37:31 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nvff9lu28.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094197099 19111 80.91.224.253 (3 Sep 2004 07:38:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Sep 2004 07:38:19 +0000 (UTC) Cc: emacs-mime-en@m17n.org Original-X-From: ding-owner+M6933@lists.math.uh.edu Fri Sep 03 09:38:09 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C38e9-0000UQ-00 for ; Fri, 03 Sep 2004 09:38:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1C38dl-0002L9-00; Fri, 03 Sep 2004 02:37:45 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1C38dh-0002L4-00 for ding@lists.math.uh.edu; Fri, 03 Sep 2004 02:37:41 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1C38dg-0005Cz-56 for ding@lists.math.uh.edu; Fri, 03 Sep 2004 02:37:40 -0500 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 127543A005C for ; Fri, 3 Sep 2004 02:37:38 -0500 (CDT) Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with asmtp (Exim 4.41) id 1C38bs-0007ER-Dn; Fri, 03 Sep 2004 03:35:49 -0400 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:fqTNhcJu/bD85qVe44Ue/QlwWlQ= X-Hashcash: 0:040903:ding@gnus.org:e5a93c95dfb82332 X-Hashcash: 0:040903:emacs-mime-en@m17n.org:45a71065943d8245 X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58391 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58391 >>>>> In Simon Josefsson wrote: > If somebody is syncing this with Emacs CVS, I think sha1-el.el should > be renamed to sha1.el, and the callers updated. The old name doesn't > make sense now that sha1.el isn't around. (The story used to be that > sha1.el was a generic front end to sha1-el.el and sha1-dl.el, the > latter which used dynamically loaded Emacs modules.) There are still sha1.el, sha1-el.el and sha1-dl.el in FLIM. But now that's ok even if a user accidentally loads sha1.elc of FLIM. I've made changes in sha1-dl.el yesterday so that it can be used with Gnus. I think people using the dynamically loaded module are rare, though. Please note, the released FLIM version can't be used with Gnus because of the old sha1 modules. So, I recommend those who use FLIM for the particular purpose upgrade it to the CVS version. The snapshot which I made unofficially is there: http://www.jpl.org/ftp/pub/m17n/flim-1_14-************.tar.gz or ftp://ftp.jpl.org/pub/m17n/flim-1_14-************.tar.gz (Where `************' is a timestamp which will vary.) XEmacs users had better also use the latest ecrypto package or Sumo. Another solution is to rearrange the order of load-path. Those packages are apt to be preceded than Gnus by default.