From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77000 Path: news.gmane.org!not-for-mail From: Matt Lundin Newsgroups: gmane.emacs.gnus.general Subject: Dependency problem with auth-source and eieio Date: Sun, 20 Feb 2011 09:20:00 -0500 Message-ID: <87hbby3i0f.fsf@fastmail.fm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298211638 19962 80.91.229.12 (20 Feb 2011 14:20:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 14:20:38 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25333@lists.math.uh.edu Sun Feb 20 15:20:32 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 1PrA9B-0005qe-Dd for ding-account@gmane.org; Sun, 20 Feb 2011 15:20:25 +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 1PrA98-0001mu-NW; Sun, 20 Feb 2011 08:20:22 -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 1PrA97-0001mZ-0N for ding@lists.math.uh.edu; Sun, 20 Feb 2011 08:20:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PrA95-0005o0-FB for ding@lists.math.uh.edu; Sun, 20 Feb 2011 08:20:20 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PrA93-0004e5-AO for ding@gnus.org; Sun, 20 Feb 2011 15:20:17 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PrA8z-0005iz-V8 for ding@gnus.org; Sun, 20 Feb 2011 15:20:13 +0100 Original-Received: from 67-197-63-212.rh2.dyn.cm.comporium.net ([67.197.63.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2011 15:20:13 +0100 Original-Received: from mdl by 67-197-63-212.rh2.dyn.cm.comporium.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2011 15:20:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 67-197-63-212.rh2.dyn.cm.comporium.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:Pvp4GQGSJTkgz1POdEK6COyapMQ= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77000 Archived-At: When trying to access the docstring of auth-source-backend with "C-h v auth-source-backend", I get the following error: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (void-function cedet-called-interactively-p) cedet-called-interactively-p() eieio-describe-class(auth-source-backend) describe-variable(auth-source-backend) call-interactively(describe-variable nil nil) --8<---------------cut here---------------end--------------->8--- It seems that eieio has a missing cedet-compat require here. I raise this issue on the Gnus list, because eieio (without cedet) is now being included in the Gnus source tree. Note: I certainly hope we don't have to add a new dependency here, as it would be a shame if we had to require cedet to compile/run Gnus. The current eieio dependency/hack seems extreme enough as it is. :) Best, Matt