Gnus development mailing list
 help / color / mirror / Atom feed
From: dsg@mitre.org (David S. Goldberg)
Cc: ding@gnus.org
Subject: Re: suggestion (at least for documentation): X-Face and GNU Emacs
Date: 20 Nov 1998 14:56:05 -0500	[thread overview]
Message-ID: <m1bn25mb0kq.fsf@blackbird.mitre.org> (raw)
In-Reply-To: John H Palmieri's message of "20 Nov 1998 12:49:27 -0500"

> 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? 

Yes, let xv get rid of itself for you.

Here's how I handled this until I switched to XEmacs a couple weeks
ago and got the xface in the *Article*":

(setq gnus-article-x-face-command
	(concat
	 "uncompface | ikon2xbm | xv -geometry "
	 (int-to-string
	  (- (+ (cdr (assoc 'left (frame-parameters)))
		(frame-pixel-width))
	     (x-display-pixel-width)))
	 "+"
	 (int-to-string (cdr (assoc 'top (frame-parameters))))
	 " -wait 5 -")))

This creates an xv command line setting the geometry the way I want it 
and then calling the -wait option which causes xv to exit after that
many seconds (I used 5).

hth,

--
Dave Goldberg
Post: The Mitre Corporation\MS B305\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org


      reply	other threads:[~1998-11-20 19:56 UTC|newest]

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

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=m1bn25mb0kq.fsf@blackbird.mitre.org \
    --to=dsg@mitre.org \
    --cc=ding@gnus.org \
    /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).