From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80453 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with gnus-group-make-nnir-group Date: Mon, 31 Oct 2011 13:38:36 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <878vo1t61v.fsf@lifelogs.com> References: <877h3ub3nc.fsf@micropit.couberia.bzh> <87ipndr6cd.fsf@micropit.couberia.bzh> <87lis6cp4l.fsf@lifelogs.com> <87d3delbch.fsf@micropit.couberia.bzh> <87hb2pt6u5.fsf@lifelogs.com> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1320082749 27717 80.91.229.12 (31 Oct 2011 17:39:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2011 17:39:09 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28739@lists.math.uh.edu Mon Oct 31 18:39:05 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 1RKvpB-0005db-Bf for ding-account@gmane.org; Mon, 31 Oct 2011 18:39:05 +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 1RKvoz-0008HY-ND; Mon, 31 Oct 2011 12:38:53 -0500 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 1RKvoy-0008HM-IN for ding@lists.math.uh.edu; Mon, 31 Oct 2011 12:38:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RKvox-0006aN-0D for ding@lists.math.uh.edu; Mon, 31 Oct 2011 12:38:52 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RKvov-0004we-Ji for ding@gnus.org; Mon, 31 Oct 2011 18:38:49 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RKvot-0005XJ-4F for ding@gnus.org; Mon, 31 Oct 2011 18:38:47 +0100 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Oct 2011 18:38:47 +0100 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Oct 2011 18:38:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net 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" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:3epRjntq8P7sFbsgfbXOn4qb4Xk= X-Spam-Score: -6.1 (------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80453 Archived-At: On Mon, 31 Oct 2011 13:21:38 -0400 Ted Zlatanov wrote: TZ> On Sun, 30 Oct 2011 16:59:10 +0100 pmlists@free.fr (Peter Münster) wrote: PM> On Thu, Oct 27 2011, Ted Zlatanov wrote: >>> Usually that means ERT is getting loaded from the wrong place, IIRC. >>> Can you check your load-path? PM> Indeed: it was loaded from the nxhtml package! PM> Without the following line, there is no error when loading gnus-registry: PM> (load (concat "~/emacs/packages/nxhtml/autostart")) PM> But how should I load nxhtml then? TZ> I believe we're using the latest ERT. Could nxhtml also update to that, TZ> if they are not? PM> And the original error remains: PM> Symbol's value as variable is void: gnus-registry-enabled PM> Even after loading gnus-registry... :( TZ> As with Jose's post, I can't replicate the problem. Could anyone else TZ> try `nnir-mode' and see if they can tell what's wrong with it? I committed a small fix to try to address this, can you please try it? Ted