From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72359 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus git] branch master updated: =1= netrc.el: Return the value of the "default" entry. Date: Thu, 30 Sep 2010 16:42:12 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k4m252ob.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285882981 20957 80.91.229.12 (30 Sep 2010 21:43:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2010 21:43:01 +0000 (UTC) Cc: Ding Mailing List To: Lars Magne Ingebrigtsen Original-X-From: ding-owner+M20732@lists.math.uh.edu Thu Sep 30 23:43:00 2010 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.69) (envelope-from ) id 1P1Qu1-0007um-Sz for ding-account@gmane.org; Thu, 30 Sep 2010 23:42:58 +0200 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 1P1Qtx-0007uZ-5y; Thu, 30 Sep 2010 16:42:53 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P1Qtv-0007uI-5O for ding@lists.math.uh.edu; Thu, 30 Sep 2010 16:42:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P1Qtq-0004kf-Oe for ding@lists.math.uh.edu; Thu, 30 Sep 2010 16:42:51 -0500 Original-Received: from chirelay1o.jumptrading.com ([38.98.147.153] helo=chirelay1.jumptrading.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P1Qtp-0005cp-00 for ; Thu, 30 Sep 2010 23:42:46 +0200 Original-Received: from chirelay1.jumptrading.com (unknown [127.0.0.1]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 18E7332001F for ; Thu, 30 Sep 2010 16:42:15 -0500 (CDT) X-AuditID: 26629395-a4ac8bb0000003cf-7f-4ca50436114c Original-Received: from chiexchange02.w2k.jumptrading.com (unknown [38.98.147.140]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id C6D092DC007 for ; Thu, 30 Sep 2010 16:42:14 -0500 (CDT) Original-Received: from internalsmtp.w2k.jumptrading.com (10.2.4.29) by chiexchange02.w2k.jumptrading.com (10.2.4.71) with Microsoft SMTP Server id 8.1.291.1; Thu, 30 Sep 2010 16:42:14 -0500 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com ([10.2.14.81]) by internalsmtp.w2k.jumptrading.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 30 Sep 2010 16:42:14 -0500 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" In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 30 Sep 2010 22:07:19 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-OriginalArrivalTime: 30 Sep 2010 21:42:14.0333 (UTC) FILETIME=[587B0ED0:01CB60E8] X-Brightmail-Tracker: AAAAAA== X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72359 Archived-At: On Thu, 30 Sep 2010 22:07:19 +0200 Lars Magne Ingebrigtsen wrote: LMI> netrc.el: Return the value of the "default" entry. What do you think about getting rid of netrc.el and moving that functionality inside auth-source.el? Otherwise we're basically maintaining two notions of "default" and other concepts are duplicated too. Ted