all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Anyone knows "ee"?
@ 2020-08-12  2:12 Stefan Monnier
  2020-08-12  2:50 ` Amin Bandali
  2020-08-12  6:03 ` Adam Sjøgren
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Monnier @ 2020-08-12  2:12 UTC (permalink / raw)
  To: emacs-devel

The other day, Emacs (Gnus) decided for some reason to display a photo
by passing it to `ee`.

Does anyone know what that is?  I couldn't find any trace of
it anywhere.

Any objection to the patch below?


        Stefan


diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el
index 86f9d2bf07..f01a5deb7e 100644
--- a/lisp/net/mailcap.el
+++ b/lisp/net/mailcap.el
@@ -269,11 +269,6 @@ mailcap-mime-data
       (viewer . "display %s")
       (type . "image/*")
       (test   . (eq window-system 'x))
-      ("needsx11"))
-     (".*"
-      (viewer . "ee %s")
-      (type . "image/*")
-      (test   . (eq window-system 'x))
       ("needsx11")))
     ("text"
      ("plain"




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

end of thread, other threads:[~2020-08-12 16:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-12  2:12 Anyone knows "ee"? Stefan Monnier
2020-08-12  2:50 ` Amin Bandali
2020-08-12 16:05   ` Stefan Monnier
2020-08-12 16:35     ` Amin Bandali
2020-08-12  6:03 ` Adam Sjøgren

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.