Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-util.el loads rmail
@ 2003-12-05  0:45 Katsumi Yamaoka
  2003-12-05  1:25 ` Steve Youngs
  0 siblings, 1 reply; 8+ messages in thread
From: Katsumi Yamaoka @ 2003-12-05  0:45 UTC (permalink / raw)
  Cc: Steve Youngs, bugs, ding

Hi,

Steve Youngs applied your patch to gnus-util.el with the
following ChangeLog entry:

	* gnus-util.el: Get rmail definitions when compiling.
	From Jerry James <james@xemacs.org>.

I am opposed to it.  In XEmacs, since rmail is supplied by the
package, there may be those who have not installed it.
Furthermore, since rmail of the XEmacs version uses tm and also
apel, that packages are also required for it (rmail.el requires
tm-view, tm-view requires std11 which is in apel).  It became
impossible therefore, for such people to build Gnus.

Loading of rmail is only for the `rmail-select-summary' macro,
isn't it?  If so, it can be solved by not compiling that section:

--- gnus-util.el~	2003-12-03 23:28:53 +0000
+++ gnus-util.el	2003-12-05 00:44:47 +0000
@@ -864,8 +864,9 @@
 	      (narrow-to-region (point) (point-max))
 	      (rmail-count-new-messages t)
 	      (when (rmail-summary-exists)
-		(rmail-select-summary
-		 (rmail-update-summary)))
+		(dont-compile
+		  (rmail-select-summary
+		   (rmail-update-summary))))
 	      (rmail-count-new-messages t)
 	      (rmail-show-message msg))
 	    (save-buffer)))))

How about it?  I wish you give aid to the users of minorities
who don't need rmail.

Regards,
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

end of thread, other threads:[~2003-12-08 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-05  0:45 gnus-util.el loads rmail Katsumi Yamaoka
2003-12-05  1:25 ` Steve Youngs
2003-12-05  2:52   ` Katsumi Yamaoka
2003-12-07 20:25     ` Steve Youngs
2003-12-08  2:35       ` Katsumi Yamaoka
2003-12-08  4:15         ` Steve Youngs
2003-12-08  9:01           ` Katsumi Yamaoka
2003-12-08 20:05             ` Steve Youngs

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