From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14288 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: x-face problems Date: 25 Feb 1998 20:18:50 +0000 Organization: Daresbury Laboratory, Warrington WA4 4AD, UK Sender: owner-ding@hpc.uh.edu Message-ID: References: <199802251717.MAA27457@alderaan.gsfc.nasa.gov> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035153505 14078 80.91.224.250 (20 Oct 2002 22:38:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:38:25 +0000 (UTC) Cc: bugs@gnus.org Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA14145 for ; Wed, 25 Feb 1998 12:23:04 -0800 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA11406 for ; Wed, 25 Feb 1998 14:20:52 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAH07187; Wed, 25 Feb 1998 14:20:08 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 25 Feb 1998 14:19:17 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id OAA07167 for ; Wed, 25 Feb 1998 14:19:09 -0600 (CST) Original-Received: (qmail 10447 invoked by uid 504); 25 Feb 1998 20:19:00 -0000 Original-Received: (qmail 10440 invoked from network); 25 Feb 1998 20:18:59 -0000 Original-Received: from sunsite.auc.dk (130.225.51.30) by claymore.vcinet.com with SMTP; 25 Feb 1998 20:18:58 -0000 Original-Received: (qmail 2508 invoked by uid 509); 25 Feb 1998 20:18:56 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 32 Original-NNTP-Posting-Host: djlvig.dl.ac.uk Original-X-Trace: sunsite.auc.dk 888437935 849 (None) 148.79.112.146 Original-X-Complaints-To: news@sunsite.auc.dk X-Face: >HIY2ER>M+v]&Dgt^n418Sf==2-~.\9n\6U^?;52>7M;HDHoOvP6._`^KN6yx7nh;hlz>m< HU=/v;c&,@]1?x{k4Qx,#l0Wk=*!KcNdk!r@*RD%"w/9>{Qc5yT:o7+]x+;gEf"0F>>>> "John" == John H Palmieri writes: John> Thanks, this works. (I still wonder why it stopped working a few days John> ago. I didn't change my shell or anything like that. But the issue John> is not so crucial now that the x-faces are back.) Because of this. I think the hook order is a red herring. [Cue interesting discussion from around the herring-pond?] 1998-02-25 Dave Love * gnus-art.el (gnus-article-x-face-command): Replace leading `{'. *** gnus-art.el 1998/02/25 20:07:05 1.1 --- gnus-art.el 1998/02/25 20:07:25 *************** *** 167,173 **** :group 'gnus-article-hiding) (defcustom gnus-article-x-face-command ! " echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv -quit -" "*String or function to be executed to display an X-Face header. If it is a string, the command will be executed in a sub-shell asynchronously. The compressed face will be piped to this command." --- 167,173 ---- :group 'gnus-article-hiding) (defcustom gnus-article-x-face-command ! "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | xv -quit -" "*String or function to be executed to display an X-Face header. If it is a string, the command will be executed in a sub-shell asynchronously. The compressed face will be piped to this command."