bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34346: 26.1; Big hang when opening text (racket) files with .art ext


From: Basil L. Contovounesios
Subject: 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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Pierre Neidhardt <mail@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]