From: Tim Vaughan Date: Sun, 17 May 2020 21:39:31 +0000 (+0200) Subject: Unknown gemini content now rendered as download. X-Git-Tag: v2.7.5~5 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=6c5c231dca036ac749b5bfa7c77d25a6390a9421 Unknown gemini content now rendered as download. --- diff --git a/elpher.el b/elpher.el index d100acb..18e9b93 100644 --- a/elpher.el +++ b/elpher.el @@ -1047,7 +1047,7 @@ that the response was malformed." ((pred (string-prefix-p "image/")) (elpher-render-image body)) (_other - (error "Unsupported MIME type %S" mime-type)))))) + (elpher-render-download body)))))) (defun elpher-gemini-get-link-url (link-line) "Extract the url portion of LINK-LINE, a gemini map file link line.