Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Gnus always loads cl
Date: Tue, 08 Oct 2002 20:24:11 +0900	[thread overview]
Message-ID: <yotlit0dyy04.fsf@jpl.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

Hi,

gnus-groups.elc always require mm-url for the command
gnus-group-fetch-charter, mm-url.elc always require url, url.elc
always require cl by default, and then we always have cl.  IMHO,
we don't need to do until so much.  How about changing as follows?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 589 bytes --]

--- gnus-group.el~	2002-10-03 21:54:53 +0000
+++ gnus-group.el	2002-10-08 11:23:15 +0000
@@ -38,7 +38,8 @@
 (require 'gnus-undo)
 (require 'time-date)
 (require 'gnus-ems)
-(require 'mm-url)
+
+(eval-when-compile (require 'mm-url))
 
 (defcustom gnus-group-archive-directory
   "*ftp@ftp.hpc.uh.edu:/pub/emacs/ding-list/"
@@ -3532,6 +3533,7 @@
 	     gnus-newsgroup-name)))
   (unless group
     (error "No group name given"))
+  (require 'mm-url)
   (let ((name (mm-url-form-encode-xwfu (gnus-group-real-name group)))
 	url hierarchy)
     (when (string-match "\\(^[^\\.]+\\)\\..*" name)

             reply	other threads:[~2002-10-08 11:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-08 11:24 Katsumi Yamaoka [this message]
2002-10-10 11:12 ` Katsumi Yamaoka
2002-10-14  9:15   ` Katsumi Yamaoka
2002-10-14 19:24     ` Kai Großjohann
2002-10-14 22:46       ` Katsumi Yamaoka
2002-10-15  6:41         ` Kai Großjohann
2002-10-15  9:29           ` Katsumi Yamaoka
2002-10-15 13:54             ` Kai Großjohann
2002-10-15 15:46               ` Katsumi
2002-10-15 19:27                 ` Kai Großjohann
2002-10-16 12:11                   ` Katsumi Yamaoka
2002-10-15 21:34             ` Alex Schroeder
2002-12-29  0:18     ` Lars Magne Ingebrigtsen

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