Gnus development mailing list
 help / color / mirror / Atom feed
From: John H Palmieri <John.H.Palmieri.2@nd.edu>
Subject: suggestion (at least for documentation): X-Face and GNU Emacs
Date: 20 Nov 1998 12:49:27 -0500	[thread overview]
Message-ID: <yqkkww4qntjs.fsf@nd.edu> (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?"


             reply	other threads:[~1998-11-20 17:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-20 17:49 John H Palmieri [this message]
1998-11-20 19:56 ` David S. Goldberg

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=yqkkww4qntjs.fsf@nd.edu \
    --to=john.h.palmieri.2@nd.edu \
    /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).