From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76856 Path: news.gmane.org!not-for-mail From: Matt Lundin Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source.el and eieio Date: Wed, 16 Feb 2011 19:40:40 -0500 Message-ID: <878vxf4ho7.fsf@fastmail.fm> References: <87lj1isgsh.fsf@lifelogs.com> <87hbc65xdi.fsf@randomsample.de> <87pqquqyu7.fsf@lifelogs.com> <8762sm2wyb.fsf@gnus.org> <87pqqupbpm.fsf@lifelogs.com> <87vd0muxfk.fsf@gnus.org> <8739nq5mup.fsf@randomsample.de> <87vd0mnvnr.fsf@lifelogs.com> <87y65i4724.fsf@randomsample.de> <871v3auvnw.fsf@gnus.org> <87ei7anuce.fsf@lifelogs.com> <87fwrqtfzu.fsf@gnus.org> <87vd0mmekw.fsf@lifelogs.com> <87ei79d8fd.fsf@marauder.physik.uni-ulm.de> <87d3mtmmzz.fsf@lifelogs.com> <87wrkzbu6c.fsf@marauder.physik.uni-ulm.de> <871v374sc3.fsf@lifelogs.com> <87oc6b39sb.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297903266 28680 80.91.229.12 (17 Feb 2011 00:41:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 00:41:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25195@lists.math.uh.edu Thu Feb 17 01:41:02 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 1PprvZ-0005ru-GY for ding-account@gmane.org; Thu, 17 Feb 2011 01:41:01 +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 1PprvY-0002lY-8r; Wed, 16 Feb 2011 18:41:00 -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 1PprvW-0002lF-O2 for ding@lists.math.uh.edu; Wed, 16 Feb 2011 18:40:58 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PprvV-0003HA-N9 for ding@lists.math.uh.edu; Wed, 16 Feb 2011 18:40:58 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PprvU-0004gR-Ti for ding@gnus.org; Thu, 17 Feb 2011 01:40:56 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PprvU-0005pT-KK for ding@gnus.org; Thu, 17 Feb 2011 01:40:56 +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 ; Thu, 17 Feb 2011 01:40:56 +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 ; Thu, 17 Feb 2011 01:40:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 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:QF7nr3W8XGGe3Y4whY7hdJpn6wc= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76856 Archived-At: Katsumi Yamaoka writes: > Ted Zlatanov wrote: > RS> (ignore-errors > RS> (or (require 'eieio)) > RS> ;; lib/ from gnus/lisp/lib > RS> (load "lib/eieio")) > RS> (unless (featurep 'eieio) > RS> (error "eieio not found in `load-path' or Gnus lib/ directory.")) > [...] >> I pushed this change. It works for me to load EIEIO from the new >> directory. Steinar, can you try it? > > Byte-compilation seems ok. Er, but is it an expected behavior? > > (require 'auth-source) > -> Debugger entered--Lisp error: (void-variable auth-source-backend) > byte-code("\304^H\305\306\307\310\311\312... > require(auth-source) > Same error here with emacs 23.2. Best, Matt