Gnus development mailing list
 help / color / mirror / Atom feed
From: Easior Lars <easior@126.com>
To: "Eric M. Ludlam" <eric@siege-engine.com>
Cc: ding@gnus.org,  cedet-devel@lists.sourceforg.net
Subject: Re: [CEDET-devel] Bug in gnus with cedet component eioio
Date: Thu, 06 Dec 2012 11:02:20 +0800	[thread overview]
Message-ID: <m2ha7810d4.fsf@gmail.com> (raw)
In-Reply-To: <50BA110E.2040701@siege-engine.com>

>>>>> "EML" == Eric M Ludlam <eric@siege-engine.com> writes:

    EML> Hi Easior,
    EML> I suspect you need a (require 'eieio) somewhere. Several autoload cookies were
    EML> removed as CEDET was integrated into Emacs which could be causing the problem.
    EML> The GNUS package probably should have that, but in the short term, you could put
    EML> it in your registry.

Thank you. However, your method couldn't works.

    EML> Eric

    EML> 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
    >> 
    >> 
    EML> ,-------------------------------------------------------------------------------
    >>  | (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.")))
    >> 
    EML> -------------------------------------------------------------------------------
    >> 
    >>  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




-- 
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




      parent reply	other threads:[~2012-12-06  3:02 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 ` [CEDET-devel] " Eric M. Ludlam
2012-12-01 14:48   ` David Engster
2012-12-06  3:02   ` Easior Lars [this message]

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=m2ha7810d4.fsf@gmail.com \
    --to=easior@126.com \
    --cc=cedet-devel@lists.sourceforg.net \
    --cc=ding@gnus.org \
    --cc=eric@siege-engine.com \
    /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).