From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76696 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source.el and eieio Date: Mon, 14 Feb 2011 10:49:30 +0100 Message-ID: <87d3mv3pzp.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297677004 11053 80.91.229.12 (14 Feb 2011 09:50:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 09:50:04 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M25039@lists.math.uh.edu Mon Feb 14 10:49:59 2011 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 1Pov4A-0001GV-L6 for ding-account@gmane.org; Mon, 14 Feb 2011 10:49:59 +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 1Pov47-0008BW-DP; Mon, 14 Feb 2011 03:49:55 -0600 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 1Pov45-0008BB-QS for ding@lists.math.uh.edu; Mon, 14 Feb 2011 03:49:53 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pov44-0002C9-La for ding@lists.math.uh.edu; Mon, 14 Feb 2011 03:49:53 -0600 Original-Received: from mailout-de.gmx.net ([213.165.64.22]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1Pov43-0006rx-EK for ding@gnus.org; Mon, 14 Feb 2011 10:49:51 +0100 Original-Received: (qmail invoked by alias); 14 Feb 2011 09:49:45 -0000 Original-Received: from p57BB9605.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.150.5] by mail.gmx.net (mp006) with SMTP; 14 Feb 2011 10:49:45 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19iA911rEhim0lmRugAKCndRBT8I2KEuz8lWktFEG iPeX56J+tTe37v In-Reply-To: (Katsumi Yamaoka's message of "Mon, 14 Feb 2011 01:25:08 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76696 Archived-At: Katsumi Yamaoka writes: >> 2011-02-06 Michael Albinus > >> * auth-source.el (top): Require 'eieio unconditionally. Autoload >> `secrets-get-attributes' instead of `secrets-get-attribute'. > > Gnus still supports Emacs 23.1 and earlier, however the eieio > module is not available there. secrets.el is not, either. > How do we manage the new auth-source.el? For secrets.el, one could test availability of the package, and ignore :secrets entries when it is not present. For eieio.el it will be harder, because the new auth-source.el needs defclass. Likely, we must provide eieio via the contrib directory. Best regrads, Michael.