* [PATCH] Gnu graphic is redrawn twice at startup in XEmacs
@ 1998-03-15 7:49 SL Baur
1998-03-15 10:48 ` Lars Balker Rasmussen
0 siblings, 1 reply; 6+ messages in thread
From: SL Baur @ 1998-03-15 7:49 UTC (permalink / raw)
The Gnu graphic is reloaded unnecessarily in XEmacs in X11. Patch
tested with latest developmental XEmacs in X11 and on the Linux console.
1998-03-14 SL Baur <steve@altair.xemacs.org>
* gnus-xmas.el (gnus-xmas-group-startup-message): Tell gnus-start
we've already drawn the pretty Gnu graphic.
--- lisp/gnus-xmas.el~ Sun Mar 8 16:07:15 1998
+++ lisp/gnus-xmas.el Sat Mar 14 23:41:06 1998
@@ -553,7 +553,8 @@
(while (not (eobp))
(insert (make-string (/ (max (- (window-width) (or x 35)) 0) 2)
?\ ))
- (forward-line 1)))
+ (forward-line 1))
+ (setq gnus-simple-splash nil))
(goto-char (point-min))
(let* ((pheight (+ 20 (count-lines (point-min) (point-max))))
(wheight (window-height))
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Gnu graphic is redrawn twice at startup in XEmacs
1998-03-15 7:49 [PATCH] Gnu graphic is redrawn twice at startup in XEmacs SL Baur
@ 1998-03-15 10:48 ` Lars Balker Rasmussen
1998-03-16 19:28 ` Edward J. Sabol
1998-03-19 12:39 ` Lars Magne Ingebrigtsen
0 siblings, 2 replies; 6+ messages in thread
From: Lars Balker Rasmussen @ 1998-03-15 10:48 UTC (permalink / raw)
SL Baur <steve@xemacs.org> writes:
> The Gnu graphic is reloaded unnecessarily in XEmacs in X11.
Speaking of which. I recall a bitmapped Gnu graphic for FSF Emacs.
What happened to that?
--
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Gnu graphic is redrawn twice at startup in XEmacs
1998-03-15 10:48 ` Lars Balker Rasmussen
@ 1998-03-16 19:28 ` Edward J. Sabol
1998-03-17 4:41 ` Gregory S. Stark
1998-03-19 12:39 ` Lars Magne Ingebrigtsen
1 sibling, 1 reply; 6+ messages in thread
From: Edward J. Sabol @ 1998-03-16 19:28 UTC (permalink / raw)
Excerpts from mail: (15-Mar-98) Re: [PATCH] Gnu graphic is redrawn twice at startup in XEmacs by Lars Balker Rasmussen
> Speaking of which. I recall a bitmapped Gnu graphic for FSF Emacs.
> What happened to that?
Yeah, that was cool! As a die-hard FSF Emacs user, I'd sure like to it added
to Gnus properly.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Gnu graphic is redrawn twice at startup in XEmacs
1998-03-16 19:28 ` Edward J. Sabol
@ 1998-03-17 4:41 ` Gregory S. Stark
1998-03-17 8:00 ` Lars Balker Rasmussen
0 siblings, 1 reply; 6+ messages in thread
From: Gregory S. Stark @ 1998-03-17 4:41 UTC (permalink / raw)
>Lars Balker Rasmussen
>> Speaking of which. I recall a bitmapped Gnu graphic for FSF Emacs.
>> What happened to that?
Eh? Did something happen to my splash screen?
I probably still have the source around if it
just got lost, though I may feel compelled to
rewrite it if I look at it again.
greg
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Gnu graphic is redrawn twice at startup in XEmacs
1998-03-17 4:41 ` Gregory S. Stark
@ 1998-03-17 8:00 ` Lars Balker Rasmussen
0 siblings, 0 replies; 6+ messages in thread
From: Lars Balker Rasmussen @ 1998-03-17 8:00 UTC (permalink / raw)
gsstark@mit.edu (Gregory S. Stark) writes:
> >Lars Balker Rasmussen
> >> Speaking of which. I recall a bitmapped Gnu graphic for FSF Emacs.
> >> What happened to that?
>
> Eh? Did something happen to my splash screen?
Well, no :-)
At least, I've never seen it used in Gnus.
--
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Gnu graphic is redrawn twice at startup in XEmacs
1998-03-15 10:48 ` Lars Balker Rasmussen
1998-03-16 19:28 ` Edward J. Sabol
@ 1998-03-19 12:39 ` Lars Magne Ingebrigtsen
1 sibling, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-03-19 12:39 UTC (permalink / raw)
Lars Balker Rasmussen <lbr@mjolner.dk> writes:
> Speaking of which. I recall a bitmapped Gnu graphic for FSF Emacs.
> What happened to that?
It was included in Gnus. If you install the last etc.tar.gz package,
Gnus should display a neat bitmapped gnu when you start Gnus under X
under Emacs.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~1998-03-19 12:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-15 7:49 [PATCH] Gnu graphic is redrawn twice at startup in XEmacs SL Baur
1998-03-15 10:48 ` Lars Balker Rasmussen
1998-03-16 19:28 ` Edward J. Sabol
1998-03-17 4:41 ` Gregory S. Stark
1998-03-17 8:00 ` Lars Balker Rasmussen
1998-03-19 12:39 ` 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).