Gnus development mailing list
 help / color / mirror / Atom feed
* suggestion (at least for documentation): X-Face and GNU Emacs
@ 1998-11-20 17:49 John H Palmieri
  1998-11-20 19:56 ` David S. Goldberg
  0 siblings, 1 reply; 2+ messages in thread
From: John H Palmieri @ 1998-11-20 17:49 UTC (permalink / raw)


GNU Emacs 20.3.1 (sparc-sun-solaris2.5.1, X toolkit) of Thu Aug 27 1998 on darwin

Pterodactyl Gnus v0.51

For those of us who use GNU Emacs, and hence have X-Face headers
displayed by popping up an xv window, is there any good way to get rid
of the xv window automatically at some point?  As it stands, once an
X-Face header is displayed, the window stays open until another
message is read.  You can even quit gnus (not that you'd ever want
to), and the window is still there.

At the moment, I am adding the following to gnus-summary-exit-hook:

(function
 (lambda ()
   (if (member "article-x-face"
	       (mapcar 'process-name (process-list)))
       (kill-process "article-x-face"))))

I don't know anything about processes in Emacs, so I wouldn't be
surprised if there were a better way to do this.  If this is actually
a sensible way, should this be documented?  Should this function be
named and a pointer given in the "Look for and display any X-Face
headers" paragraph of the "Article Washing" node of info?  (e.g.,
"Under Emacs, the function gnus-kill-x-face-process will kill the xv
process; you might consider adding this to gnus-summary-exit-hook.")

-- 
John H. Palmieri
e-mail: palmieri.2@nd.edu        URL:http://www.nd.edu/~jpalmier/

"What part of GNU don't you understand?"


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

end of thread, other threads:[~1998-11-20 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-20 17:49 suggestion (at least for documentation): X-Face and GNU Emacs John H Palmieri
1998-11-20 19:56 ` David S. Goldberg

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