Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: The type of gnus-ignored-from-addresses
Date: Wed, 25 Apr 2007 17:03:02 +0900	[thread overview]
Message-ID: <b4mlkgg98zt.fsf@jpl.org> (raw)
In-Reply-To: <muxy7kg2a33.fsf@uzeb.lrde.epita.fr>

>>>>> In <muxy7kg2a33.fsf@uzeb.lrde.epita.fr> Didier Verna wrote:

> Katsumi Yamaoka <yamaoka@jpl.org> wrote:

>> Thanks for improving it. But I think it is better not to load a Gnus
>> module (i.e., gnus-util.el) at all times since, in principle,
>> message.el is a module independent of Gnus.
>>
>> In texi/gnus-coding.texi:
>> ,----
>>| 1.1.5 message
>>|
>>| All message composition from Gnus (both mail and news) takes place in
>>| Message mode buffers.  Message mode is intended to be a replacement for
>>| Emacs mail mode.  There should be no Gnus dependencies in `message.el'.
>> `----

>         But gnus-util is a special case because it doesn't 'require any
> other part of Gnus[1]; it's really a utility library.

I don't think so.

;;; gmm-utils.el --- Utility functions for Gnus, Message and MML
;;; gnus-util.el --- utility functions for Gnus
;;; mm-util.el --- Utility functions for Mule and low level things

>> For instance, there might be those who use message.el without Gnus but
>> don't use it for replying. Although many Gnus functions are actually
>> used there, they were all designed so as to be autoloaded.

>         Sorry, I don't understand this paragraph. Are you suggesting
> that I put an autoload cookie on gnus-orify-regexp instead of requiring
> gnus-util ? That would only merely delay the time of loading gnus-util.

No.  I'd suggest replacing `(require 'gnus-util)' with:

(eval-and-compile
  (autoload 'gnus-orify-regexp "gnus-util")
  )

The most suitable place to put it seems to be around the 1777th
line in message.el.  You will see a lot of autoloads there.

Regards,



  reply	other threads:[~2007-04-25  8:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-24 13:50 Didier Verna
2007-04-24 23:49 ` Katsumi Yamaoka
2007-04-25  7:21   ` Didier Verna
2007-04-25  8:03     ` Katsumi Yamaoka [this message]
2007-04-25 10:04       ` Didier Verna
2007-04-25 11:10         ` Katsumi Yamaoka
2007-04-26 20:39     ` Reiner Steib
2007-04-27  4:00       ` Miles Bader

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=b4mlkgg98zt.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --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).