Gnus development mailing list
 help / color / mirror / Atom feed
* Unable to change mailcap entry.
@ 2000-04-24  1:33 Lloyd Zusman
  2000-04-24  5:37 ` Logic error found in mailcap.el (was: Unable to change mailcap entry.) Lloyd Zusman
  0 siblings, 1 reply; 6+ messages in thread
From: Lloyd Zusman @ 2000-04-24  1:33 UTC (permalink / raw)


I'm using the latest (or near-latest) CVS gnus.

For the first time in a couple weeks or so, I tried to view a MIME
image (image/jpeg) that was sent to me ... but now, gnus is trying to
use `ee' as the viewer.  I don't have `ee' and have always used
`display' or `xv' for image viewing in the past.

I'd like to handle this from within `.gnus.el', and so I put the
following into that file:

  (require 'mailcap)

  (mailcap-add-mailcap-entry "image" "jpeg"
			     '((viewer . "xv %s")
			       (type . "image/jpeg")))

... but this has no effect.

The only `mailcap' file on my system is `/etc/mailcap' and it contains
the following entry:

  image/*; /usr/local/bin/display %s

There is no reference to `ee' anywhere on my system except within the
`mailcap.el' gnus source file (it's within an entry in the
`mailcap-mime-data' assoc).

What can I put into `.gnus.el' to force gnus to override `ee' as the
image viewer?

Thanks in advance.

-- 
 Lloyd Zusman
 ljz@asfast.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-04-24 20:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-24  1:33 Unable to change mailcap entry Lloyd Zusman
2000-04-24  5:37 ` Logic error found in mailcap.el (was: Unable to change mailcap entry.) Lloyd Zusman
2000-04-24  6:27   ` Shenghuo ZHU
2000-04-24 14:36     ` Lars Magne Ingebrigtsen
2000-04-24 19:47       ` Shenghuo ZHU
2000-04-24 20:04         ` Lloyd Zusman

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).