Gnus development mailing list
 help / color / mirror / Atom feed
* loading gnus creates *Group* buffer
@ 2004-01-07  3:07 Katsumi Yamaoka
  2004-01-07  3:10 ` Lars Magne Ingebrigtsen
  2004-01-07 16:10 ` Steven E. Harris
  0 siblings, 2 replies; 20+ messages in thread
From: Katsumi Yamaoka @ 2004-01-07  3:07 UTC (permalink / raw)


Hi,

When I simply load gnus, the empty *Group* buffer is created.
Is the following change correct?

--- gnus.el~	2004-01-06 08:22:43 +0000
+++ gnus.el	2004-01-07 03:06:18 +0000
@@ -937,10 +937,10 @@
 
 (eval-when (load)
   (let ((command (format "%s" this-command)))
-    (if (and (string-match "gnus" command)
-	     (not (string-match "gnus-other-frame" command)))
-	(gnus-splash)
-      (gnus-get-buffer-create gnus-group-buffer))))
+    (when (string-match "gnus" command)
+      (if (string-match "gnus-other-frame" command)
+	  (gnus-get-buffer-create gnus-group-buffer)
+	(gnus-splash)))))
 
 ;;; Do the rest.
 



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

end of thread, other threads:[~2004-01-12 22:25 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-07  3:07 loading gnus creates *Group* buffer Katsumi Yamaoka
2004-01-07  3:10 ` Lars Magne Ingebrigtsen
2004-01-07  3:14   ` Katsumi Yamaoka
2004-01-07 16:10 ` Steven E. Harris
2004-01-07 19:52   ` Steve Youngs
2004-01-07 21:17     ` Steven E. Harris
2004-01-07 23:24       ` Steve Youngs
2004-01-08  1:56       ` Istvan Marko
2004-01-08 23:11         ` Steven E. Harris
2004-01-08 23:57         ` Steve Youngs
2004-01-09  0:26           ` Steven E. Harris
2004-01-09  2:39             ` Steve Youngs
2004-01-11 21:41             ` Kai Grossjohann
2004-01-11 22:59               ` Steve Youngs
2004-01-11 23:17               ` Steven E. Harris
2004-01-12  0:00                 ` Steve Youngs
2004-01-12  1:33                   ` Steven E. Harris
2004-01-12  4:21                     ` Steve Youngs
2004-01-12 17:40                       ` Steven E. Harris
2004-01-12 22:25                         ` 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).