From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77004 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Dependency problem with auth-source and eieio Date: Sun, 20 Feb 2011 16:10:41 +0100 Message-ID: <87aahq7nda.fsf@randomsample.de> References: <87hbby3i0f.fsf@fastmail.fm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298214705 1883 80.91.229.12 (20 Feb 2011 15:11:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 15:11:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25337@lists.math.uh.edu Sun Feb 20 16:11:41 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 1PrAwm-00042p-Gl for ding-account@gmane.org; Sun, 20 Feb 2011 16:11:40 +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 1PrAwg-0002Ar-SE; Sun, 20 Feb 2011 09:11:34 -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 1PrAwf-0002AT-8S for ding@lists.math.uh.edu; Sun, 20 Feb 2011 09:11:33 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PrAwe-0002zJ-D5 for ding@lists.math.uh.edu; Sun, 20 Feb 2011 09:11:33 -0600 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PrAwd-0005PD-Kr for ding@gnus.org; Sun, 20 Feb 2011 16:11:31 +0100 Original-Received: from dslc-082-082-186-087.pools.arcor-ip.net ([82.82.186.87] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1PrAwd-000809-Bt for ding@gnus.org; Sun, 20 Feb 2011 16:11:31 +0100 In-Reply-To: <87hbby3i0f.fsf@fastmail.fm> (Matt Lundin's message of "Sun, 20 Feb 2011 09:20:00 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77004 Archived-At: Matt Lundin writes: > When trying to access the docstring of auth-source-backend with "C-h v > auth-source-backend", I get the following error: I'm puzzled, though. You header says > User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Emacs 23.2 does have EIEIO, so I don't understand why you're seeing this error. The EIEIO included in Emacs does not use cedet-called-interactively-p, so it seems the one that ships with Gnus shadows the one from Emacs proper. This shouldn't happen. -David