Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus always loads cl
@ 2002-10-08 11:24 Katsumi Yamaoka
  2002-10-10 11:12 ` Katsumi Yamaoka
  0 siblings, 1 reply; 13+ messages in thread
From: Katsumi Yamaoka @ 2002-10-08 11:24 UTC (permalink / 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)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-12-29  0:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-08 11:24 Gnus always loads cl Katsumi Yamaoka
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

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