GNU bug report logs - #34346
ImageMagick: hang when opening text (racket) files with .art extension

Previous Next

Package: emacs;

Reported by: Pierre Neidhardt <mail <at> ambrevar.xyz>

Date: Wed, 6 Feb 2019 12:32:01 UTC

Severity: normal

Merged with 22289

Found in versions 24.3, 26.1

Fixed in version 26.2

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 34346 <at> debbugs.gnu.org (full text, mbox):

From: "Basil L. Contovounesios" <contovob <at> tcd.ie>
To: Pierre Neidhardt <mail <at> ambrevar.xyz>
Cc: 34346 <at> debbugs.gnu.org
Subject: Re: bug#34346: 26.1;
 Big hang when opening text (racket) files with .art extension
 (image-mode)
Date: Wed, 06 Feb 2019 14:01:50 +0000
Pierre Neidhardt <mail <at> ambrevar.xyz> writes:

> Removing .art from auto-mode-alist works.  The following workaround will
> remove the complete regexp, that is, all extensions added by
> imagemagick-register-types.
>
>   (dolist (pair auto-mode-alist)
>     (when (string-match (car pair) ".art")
>       (delete pair auto-mode-alist)))

Another way of achieving this would be through customising
imagemagick-types-inhibit or imagemagick-enabled-types, right?

-- 
Basil




This bug report was last modified 6 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.