From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65943 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Problems with `require' in recent changes Date: Wed, 12 Dec 2007 12:12:22 +0900 Organization: Emacsen advocacy group Message-ID: References: <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 1197429193 17594 80.91.229.12 (12 Dec 2007 03:13:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Dec 2007 03:13:13 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 12 04:13:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J2I24-00023H-7C for ged-emacs-devel@m.gmane.org; Wed, 12 Dec 2007 04:13:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2I1l-0003OP-RI for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2007 22:12:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2I1g-0003Iq-Ml for emacs-devel@gnu.org; Tue, 11 Dec 2007 22:12:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2I1f-0003Go-KV for emacs-devel@gnu.org; Tue, 11 Dec 2007 22:12:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2I1f-0003GJ-EM for emacs-devel@gnu.org; Tue, 11 Dec 2007 22:12:47 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J2I1Z-0000o1-KA; Tue, 11 Dec 2007 22:12:41 -0500 Original-Received: from [66.225.201.151] (port=33843 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1J2I1e-00018A-F0; Tue, 11 Dec 2007 21:12:48 -0600 X-Hashcash: 1:20:071212:rgm@gnu.org::JiyeEWRqa7g93jkO:0000008Q4W X-Hashcash: 1:20:071212:emacs-devel@gnu.org::QtvZM354JHQwt+nt:00000000000000000000000000000000000000000021jS X-Hashcash: 1:20:071212:ding@gnus.org::r5fOMgrTtOilRDXM:00008am4 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.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:5bjKd3wNAPXSq2uHmeoajDgpJSI= 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 - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.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: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85078 gmane.emacs.gnus.general:65943 Archived-At: >>>>> Dave Goldberg wrote: > 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. The third argument `noerror' is acceptable to only XEmacs 21.5. > 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 I don't know what (require 'password) is for, too. And I believe that no XEmacs user will have difficulty even if changing it into: (require 'password-cache) Regards,