Gnus development mailing list
 help / color / mirror / Atom feed
From: "Eric M. Ludlam" <eric@siege-engine.com>
To: ding@gnus.org, cedet-devel@lists.sourceforg.net
Subject: Re: [CEDET-devel] Bug in gnus with cedet component eioio
Date: Sat, 01 Dec 2012 09:15:42 -0500	[thread overview]
Message-ID: <50BA110E.2040701@siege-engine.com> (raw)
In-Reply-To: <87a9ty7ghe.fsf@noah.localdomain>

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



  reply	other threads:[~2012-12-01 14:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-01  0:41 Easior
2012-12-01 14:15 ` Eric M. Ludlam [this message]
2012-12-01 14:48   ` [CEDET-devel] " David Engster
2012-12-06  3:02   ` Easior Lars

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50BA110E.2040701@siege-engine.com \
    --to=eric@siege-engine.com \
    --cc=cedet-devel@lists.sourceforg.net \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).