Gnus development mailing list
 help / color / mirror / Atom feed
From: Barry Fishman <barry_fishman@att.net>
Subject: Re: Loading Message without GNUS
Date: Mon, 25 Mar 2002 22:06:15 -0500	[thread overview]
Message-ID: <m3zo0wyqmw.fsf@barry_fishman.att.net> (raw)
In-Reply-To: <iluy9ggbpvy.fsf@extundo.com> (Simon Josefsson's message of "Mon, 25 Mar 2002 16:58:41 +0100")

Hello Simon,

Re:
> Barry Fishman <barry_fishman@att.net> writes:
>
>> For a while now (in ognus), a fundamental mode *group* buffer is
>> created by just doing:
>>
>>         (require 'message)
>
> Can you M-x elp-instrument-packge RET gnus RET, M-x m and then run M-x
> elp-results RET to find out which Gnus functions is called?  Pick out
> one function name that looks high level and generic, and M-x
> debug-on-entry RET on it to get a backtrace and post it.

I did as you asked, but when I ran elp-results, there were no
functions listed, although the *group* buffer is created.

Being more careful, and starting with a "emacs -q", doing just:


      (setq mail-user-agent 'message-user-agent)
      (require 'bbdb)
      (bbdb-initialize 'message)
      (bbdb-initialize 'gnus)
      (compose-mail)

doesn't load gnus or generate the *group* buffer.  So the problem is
elsewhere in my .emacs file, and the fact I use BBDB in message,
doesn't seem to cause any problems.  The only other external message
hook I (am aware I) use is smtp-send-it.

However, in a raw "emacs -q", if I do just:

         (require 'gnus)

a group buffer is created.  Shouldn't one have to at least call some
function before a buffer is created?

In my particular case I don't see any "Loading gnus---" in the message
buffer but gnus is being added to the features list.

I'm proceeding to rebuild my .emacs setup piece by piece, to see when
it shows up, but it will take some time.

Barry




  parent reply	other threads:[~2002-03-26  3:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-24 15:13 Barry Fishman
2002-03-25 15:58 ` Simon Josefsson
2002-03-25 16:33   ` David S. Goldberg
2002-03-26  3:06   ` Barry Fishman [this message]
2002-03-26 17:44     ` Simon Josefsson

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=m3zo0wyqmw.fsf@barry_fishman.att.net \
    --to=barry_fishman@att.net \
    /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).