From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65982 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: emacs->gnus merge questions Date: Mon, 17 Dec 2007 17:02:35 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86r6hkq60k.fsf@lifelogs.com> References: <874petkgw8.fsf@catnip.gol.com> <868x41jj51.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197932600 31407 80.91.229.12 (17 Dec 2007 23:03:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2007 23:03:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14475@lists.math.uh.edu Tue Dec 18 00:03:30 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 1J4Ozh-0004Rn-If for ding-account@gmane.org; Tue, 18 Dec 2007 00:03:29 +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 1J4Oyv-00048F-Tz; Mon, 17 Dec 2007 17:02:41 -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 1J4Oyu-00047y-5g for ding@lists.math.uh.edu; Mon, 17 Dec 2007 17:02:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1J4Oyn-0003ax-U8 for ding@lists.math.uh.edu; Mon, 17 Dec 2007 17:02:40 -0600 Original-Received: from blockstar.com ([170.224.69.95] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1J4Oym-0004ib-00 for ; Tue, 18 Dec 2007 00:02:32 +0100 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 34D973F86B4 for ; Mon, 17 Dec 2007 15:30:03 -0800 (PST) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:071217:ding@gnus.org::nM1ZTLExqIJ9wNZM:00005DuF Mail-Followup-To: ding@gnus.org In-Reply-To: <868x41jj51.fsf@lifelogs.com> (Ted Zlatanov's message of "Tue, 11 Dec 2007 10:22:50 -0600") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65982 Archived-At: On Tue, 11 Dec 2007 10:22:50 -0600 Ted Zlatanov wrote: TZ> On Sat, 08 Dec 2007 20:38:29 +0100 Reiner Steib wrote: RS> On Sat, Dec 08 2007, Miles Bader wrote: >>> I'm doing the back-merge from the Emacs trunk to the Gnus trunk. >>> >>> There are some changes which may or may not be appropriate for Gnus: >>> >>> (1) deleted: encrypt.el RS> I'm not sure about this one. Ted? TZ> It would be great if it could stay somewhere, maybe under contrib/ TZ> because I know at least 2 people use it. Also, can we have a TZ> conditional use in netrc.el if it's loaded? I don't want to redefine TZ> netrc functionality as well for everyone that wants to use it. TZ> If it can stay, I'll need to change its library requirements from TZ> password to password-cache as previously discussed. I am including a patch (not comitted yet) which changes encrypt.el docs to specifically say a (require) call is needed, and uses the (load-library) idea Glen Morris posted earlier to pick between password.el and password-cache.el. I like its brevity :) The patch also changes netrc.el to work with or without encrypt.el; when encrypt.el is loaded and encrypt-file-alist is not nil (using the (bound-and-true-p) macro from bindings.el) the netrc.el code behaves as before; otherwise it will just insert the netrc file contents normally. Will this work in XEmacs? Please review the patch and let me know if encrypt.el is staying in gnus/contrib or if I should host it separately. Either way, the patch should be applied if everyone agrees it will work OK. Thanks Ted