GNU bug report logs -
#39994
27.0.90; Broken image-converter probe for imagemagick
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Mon, 9 Mar 2020 02:38:02 UTC
Severity: normal
Tags: fixed, patch
Found in version 27.0.90
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> diff --git a/lisp/image/image-converter.el b/lisp/image/image-converter.el
> index 0488a13d41..4efae5c202 100644
> --- a/lisp/image/image-converter.el
> +++ b/lisp/image/image-converter.el
> @@ -57,6 +57,10 @@ image-convert-p
> ;; Find an installed image converter.
> (unless image-converter
> (image-converter--find-converter))
> + ;; When image-converter was customized
> + (if (and image-converter (not image-converter-regexp))
> + (when-let ((formats (image-converter--probe image-converter)))
> + (setq image-converter-regexp (concat "\\." (regexp-opt formats) "\\'"))))
> (and image-converter
> (or (and (not data-p)
> (string-match image-converter-regexp source))
Pushed this fix to emacs-27.
Other (apparently more minor) problems could be fixed later.
This bug report was last modified 4 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.