Gnus development mailing list
 help / color / mirror / Atom feed
From: Danny Siu <dsiu@mv.us.adobe.com>
Subject: [x-face] doesn't display in 5.2.25 with emacs-19.31
Date: 25 Jun 1996 11:30:40 -0700	[thread overview]
Message-ID: <yj9zq5rivn3.fsf@adobe.com> (raw)


It works in 5.2.19.

I found out that in 5.2.25, shell-file-name and shell-command-switch are used
instead of "sh" and "-c".  In my case, shell-file-name is set to "/bin/csh"
an shell-command-switch is "-c" and I got error from xv like "file /tmp/xxx
contains no data".   I tried setting shell-command-switch to "-f -c" to
ignore my .cshrc file but it still doesn't give. 

If I change shell-file-name to "sh", then x-face works again.

gnus-article-x-face-command is set to "{ echo '/* Width=48, Height=48 */';
uncompface; } | icontopbm | xv -quit -" by gnus-ems.el.

In gnus.el:

5.2.19:
------
(defun gnus-article-display-x-face (&optional force)
  ...
  ...
  ...
		 (start-process
		  "gnus-x-face" nil "sh" "-c" gnus-article-x-face-command))
  ...


5.2.25:
------
(defun gnus-article-display-x-face (&optional force)
  ...
  ...
  ...
		 (start-process
		  "gnus-x-face" nil shell-file-name shell-command-switch
		  gnus-article-x-face-command))
  ...

Any hints?

-- 
                                                                ^..^
 '/..\"                                                        ( oo )  )~
m( oo )m                                                         ,,  ,,
/=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\
|  Danny Dick-Fung Siu                http://www-leland.stanford.edu/~dsiu |
|  Reference System Group             http://www.csua.berkeley.edu/~dsiu   |
|  Adobe Systems Incorporated       E-Mail:<dsiu@alumni.eecs.berkeley.edu> |
|       "What do you expect from a         <dsiu@leland.stanford.edu>      |
|          Cal. Berkeley grad.?"           <dsiu@adobe.com>                |
\=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=/


             reply	other threads:[~1996-06-25 18:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-25 18:30 Danny Siu [this message]
1996-06-25 18:38 ` Lars Magne Ingebrigtsen
1996-06-25 20:35 ` Christopher Davis

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=yj9zq5rivn3.fsf@adobe.com \
    --to=dsiu@mv.us.adobe.com \
    /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).