From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82561 Path: news.gmane.org!not-for-mail From: "Eric M. Ludlam" Newsgroups: gmane.emacs.gnus.general Subject: Re: [CEDET-devel] Bug in gnus with cedet component eioio Date: Sat, 01 Dec 2012 09:15:42 -0500 Message-ID: <50BA110E.2040701@siege-engine.com> References: <87a9ty7ghe.fsf@noah.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1354372798 30637 80.91.229.3 (1 Dec 2012 14:39:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Dec 2012 14:39:58 +0000 (UTC) To: ding@gnus.org, cedet-devel@lists.sourceforg.net Original-X-From: ding-owner+M30827@lists.math.uh.edu Sat Dec 01 15:40:10 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TeoEh-00032r-Gr for ding-account@gmane.org; Sat, 01 Dec 2012 15:40:07 +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 1TeoDQ-0008Rx-G2; Sat, 01 Dec 2012 08:38:48 -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 1TenrH-0008M4-H5 for ding@lists.math.uh.edu; Sat, 01 Dec 2012 08:15:55 -0600 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 1TenrF-0008Nd-Kk for ding@lists.math.uh.edu; Sat, 01 Dec 2012 08:15:55 -0600 Original-Received: from mail-vc0-f172.google.com ([209.85.220.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TenrD-0008KR-Nk for ding@gnus.org; Sat, 01 Dec 2012 15:15:51 +0100 Original-Received: by mail-vc0-f172.google.com with SMTP id fw7so780077vcb.17 for ; Sat, 01 Dec 2012 06:15:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=0AJuBFaRrGTyPZX79064Dk7zHW0EjU5+ikFb/qg47aw=; b=iCTtpYHeSfb1oECtVIq7uY8R26olwqvdSxjmnjogM+3K5m96vIwk3mh0GlOt2BHhRa tlFbCNKihtvHznd1LpDPweKJKcXBP95U8ZIjEoafRRVdAhTOF+qyArljuiOUErzEdKcr LZz0sq7WTv93odPoKsLEtg81o/RIphcgGaHhRuVZYhZe5gq3JwOgJCYsPK7Ij9Asf5e5 vo1252bLSGcYA/HQypWns2XzDXXFHLZLVY2Iq525xl/E7HGGop4+pgK9qumACKrkHwfT Cp/keJqZlsgOu/IksUhzCBruXFooqv54sUw5QLd+DT4F65BBEgUcEfyIcsO3VjPYHed+ IuLg== Original-Received: by 10.52.17.17 with SMTP id k17mr3348672vdd.106.1354371345501; Sat, 01 Dec 2012 06:15:45 -0800 (PST) Original-Received: from [192.168.1.201] (pool-72-74-140-235.bstnma.fios.verizon.net. [72.74.140.235]) by mx.google.com with ESMTPS id x4sm3063326vdh.13.2012.12.01.06.15.43 (version=SSLv3 cipher=OTHER); Sat, 01 Dec 2012 06:15:44 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a1pre) Gecko/20091222 Shredder/3.1a1pre In-Reply-To: <87a9ty7ghe.fsf@noah.localdomain> X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82561 Archived-At: Hi Easior, I suspect you need a (require 'eieio) somewhere. Several autoload cookies were removed as CEDET was integrated into Emacs which could be causing the problem. The GNUS package probably should have that, but in the short term, you could put it in your registry. Eric On 11/30/2012 07:41 PM, Easior wrote: > Hi,all! > > I use gnus registry.el as follows > > ,------------------------------------------------------------ > | ;;; Use the gnus registry > | (require 'gnus-registry) > | (gnus-registry-initialize) > | (setq gnus-registry-install t > | gnus-registry-track-extra '(sender subject recipient) > | gnus-registry-max-pruned-entries 50000 > | gnus-registry-max-entries 500000 > | gnus-registry-split-strategy 'majority) > `------------------------------------------------------------ > > before installing cedet 1.1. It always works fine. Since I have > installed the cedet 1.1 by Gentoo portage, there is something wrong > with gnus registry. When I start up the gnus by `m+x gnus`, emacs > will complain and the report of bugtraces is attached in this > message. > > > > > > I also check the gnus registry package in emacs 24.2, I find that > there have a piece of code > > ,------------------------------------------------------------------------------- > | (eval-and-compile > | (or (ignore-errors (progn > | (require 'eieio) > | (require 'eieio-base))) > | ;; gnus-fallback-lib/ from gnus/lisp/gnus-fallback-lib > | (ignore-errors > | (let ((load-path (cons (expand-file-name > | "gnus-fallback-lib/eieio" > | (file-name-directory (locate-library "gnus"))) > | load-path))) > | (require 'eieio) > | (require 'eieio-base))) > | (error > | "eieio not found in `load-path' or gnus-fallback-lib/ directory."))) > `------------------------------------------------------------------------------- > > However, there is nothing related to 'gnus-fallback-lib' by > searching the directory in '/usr/share/emacs/24.2/lisp/gnus/`. > > Is it a bug? > > Best regards, > > Easior > ----- > Ich bin von heute und ehedam, aber etwas ist in mir, das ist vor > morgen und übermorgen und einstmal. > > Friedrich Wilhelm Nietzsche > > > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > INSIGHTS What's next for parallel hardware, programming and related areas? > Interviews and blogs by thought leaders keep you ahead of the curve. > http://goparallel.sourceforge.net > > > > _______________________________________________ > Cedet-devel mailing list > Cedet-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cedet-devel