Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Gnus splash image -- bug?
Date: Sat, 10 Jun 2000 22:55:07 +0200	[thread overview]
Message-ID: <vaf66rhi7dg.fsf@lucy.cs.uni-dortmund.de> (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.



             reply	other threads:[~2000-06-10 20:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-10 20:55 Kai Großjohann [this message]
2000-06-27 12:49 ` Dave Love

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=vaf66rhi7dg.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).