Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus splash image -- bug?
@ 2000-06-10 20:55 Kai Großjohann
  2000-06-27 12:49 ` Dave Love
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Großjohann @ 2000-06-10 20:55 UTC (permalink / raw)


I made the following change (to the function
gnus-group-startup-message), and now Gnus starts again.  Dunno if this
was the right thing to do.

$ cvs diff lisp/gnus.el
Index: lisp/gnus.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus.el,v
retrieving revision 5.138
diff -u -r5.138 gnus.el
--- lisp/gnus.el        2000/06/06 13:44:24     5.138
+++ lisp/gnus.el        2000/06/09 20:55:18
@@ -755,7 +755,7 @@
           (when image
             (newline)                  ; Have somewhere for cursor to
                                        ; go, not stretched over image.
-            (insert-image image)
+            (insert-image image "Gnus Splash Image")
             (goto-char (point-min))
             (while (not (eobp))
               (insert (make-string (/ (max (- (window-width) (or x 35)) 0) 2)


kai
-- 
I like BOTH kinds of music.



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

* Re: Gnus splash image -- bug?
  2000-06-10 20:55 Gnus splash image -- bug? Kai Großjohann
@ 2000-06-27 12:49 ` Dave Love
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Love @ 2000-06-27 12:49 UTC (permalink / raw)


>>>>> "KG" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

 KG> I made the following change (to the function
 KG> gnus-group-startup-message), and now Gnus starts again.  Dunno if this
 KG> was the right thing to do.

No, I changed image.el.



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

end of thread, other threads:[~2000-06-27 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-10 20:55 Gnus splash image -- bug? Kai Großjohann
2000-06-27 12:49 ` Dave Love

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