From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19018 Path: main.gmane.org!not-for-mail From: dsg@mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: suggestion (at least for documentation): X-Face and GNU Emacs Date: 20 Nov 1998 14:56:05 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035157445 9401 80.91.224.250 (20 Oct 2002 23:44:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:44:05 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA16049 for ; Fri, 20 Nov 1998 14:58:26 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB29215; Fri, 20 Nov 1998 13:57:34 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 20 Nov 1998 13:57:26 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA00932 for ; Fri, 20 Nov 1998 13:57:15 -0600 (CST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA16022 for ; Fri, 20 Nov 1998 14:57:01 -0500 (EST) Original-Received: from blackbird.mitre.org (blackbird [129.83.65.14]) by linus.mitre.org (8.8.7/8.8.7) with ESMTP id OAA14027; Fri, 20 Nov 1998 14:56:41 -0500 (EST) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.8.6/8.8.6) id OAA10797; Fri, 20 Nov 1998 14:56:06 -0500 (EST) Original-To: John H Palmieri X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: John H Palmieri's message of "20 Nov 1998 12:49:27 -0500" Original-Lines: 31 X-Mailer: Gnus v5.6.44/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19018 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19018 > 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