From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65936 Path: news.gmane.org!not-for-mail From: Dave Goldberg Newsgroups: gmane.emacs.gnus.general Subject: Problems with `require' in recent changes Date: Tue, 11 Dec 2007 07:04:15 -0500 Message-ID: <84ejdtxwsg.fsf@incoming.verizon.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197374760 27995 80.91.229.12 (11 Dec 2007 12:06:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2007 12:06:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14430@lists.math.uh.edu Tue Dec 11 13:06:08 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1J23rs-0002qh-17 for ding-account@gmane.org; Tue, 11 Dec 2007 13:05:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1J23r5-0002Gz-Dp; Tue, 11 Dec 2007 06:04:55 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1J23r4-0002Gk-5o for ding@lists.math.uh.edu; Tue, 11 Dec 2007 06:04:54 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1J23qy-00037K-4Q for ding@lists.math.uh.edu; Tue, 11 Dec 2007 06:04:54 -0600 Original-Received: from vms046pub.verizon.net ([206.46.252.46]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1J23qv-0006uf-00 for ; Tue, 11 Dec 2007 13:04:45 +0100 Original-Received: from dsg-laptop.verizon.net ([71.174.120.247]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JSV00AA5W6TOK25@vms046.mailsrvcs.net> for ding@gnus.org; Tue, 11 Dec 2007 06:04:10 -0600 (CST) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q User-Agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.4.20 (linux) X-Spam-Score: -1.6 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65936 Archived-At: With the renaming from password.el to password-cache.el, smime.el, sieve-manage.el and mml-sec.el have a sexp like this: (or (require 'password-cache nil t) (require 'password)) This breaks XEmacs 21.4.20 with an error that require does not like having three arguments. Since I don't understand what the above call to require is supposed to do, I cannot produce a proper patch. For the time being, I've brute forced a fix by commenting out the above sexp and replacing it with (require 'password-cache) which is fine for my single user installation and allows me to do my work today, assuming the issue remains in 21.4.21 which I have at work. If I find that it works there I'll upgrade at home and be done with it, but I wanted to get the word out early in case it doesn't as I don't have access to my personal email while at work. Thanks, -- Dave Goldberg david.goldberg6@verizon.net