comparison lisp/w3/mm.el @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 821dec489c24
children fe104dbd9147
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
171 ("needsx11"))) 171 ("needsx11")))
172 ("postscript" . (("viewer" . "ps2ascii %s") 172 ("postscript" . (("viewer" . "ps2ascii %s")
173 ("type" . "application/postscript") 173 ("type" . "application/postscript")
174 ("test" . (not (getenv "DISPLAY"))) 174 ("test" . (not (getenv "DISPLAY")))
175 ("copiousoutput"))) 175 ("copiousoutput")))
176 ("x-www-pem-reply" .
177 (("viewer" . (w3-decode-pgp/pem "pem"))
178 ("test" . (fboundp 'w3-decode-pgp/pem))
179 ("type" . "application/x-www-pem-reply")
180 ))
181 ("x-www-pgp-reply" .
182 (("viewer" . (w3-decode-pgp/pem "pgp"))
183 ("test" . (fboundp 'w3-decode-pgp/pem))
184 ("type" . "application/x-www-pgp-reply")))
185 )) 176 ))
186 ("audio" . ( 177 ("audio" . (
187 ("x-mpeg" . (("viewer" . "maplay %s") 178 ("x-mpeg" . (("viewer" . "maplay %s")
188 ("type" . "audio/x-mpeg"))) 179 ("type" . "audio/x-mpeg")))
189 (".*" . (("viewer" . mm-play-sound-file) 180 (".*" . (("viewer" . mm-play-sound-file)