all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: Pierre Neidhardt <mail@ambrevar.xyz>
Cc: 34346@debbugs.gnu.org
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	[thread overview]
Message-ID: <87ef8l3tip.fsf@tcd.ie> (raw)
In-Reply-To: <87ftt1m73g.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Wed, 6 Feb 2019 13:31:15 +0100")

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	other threads:[~2019-02-06 14:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-06 12:31 bug#34346: 26.1; Big hang when opening text (racket) files with .art extension (image-mode) Pierre Neidhardt
2019-02-06 14:01 ` Basil L. Contovounesios [this message]
2019-02-06 14:15   ` Pierre Neidhardt
2019-02-06 15:47 ` Eli Zaretskii
2019-02-06 19:09   ` Glenn Morris
2019-02-06 19:11     ` Glenn Morris
2019-02-06 20:53       ` Pierre Neidhardt
2019-02-07  3:30         ` Eli Zaretskii
2019-02-07 12:04           ` Pierre Neidhardt
2019-02-07 14:44             ` Eli Zaretskii
2019-02-07 14:59               ` Pierre Neidhardt
2019-02-07 17:27                 ` Eli Zaretskii
2019-02-07 15:52               ` Stephen Berman
2019-02-07 16:59                 ` Glenn Morris
2019-02-07 17:07                   ` Pierre Neidhardt
2019-02-06 20:55   ` Pierre Neidhardt
2019-02-06 18:27 ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ef8l3tip.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=34346@debbugs.gnu.org \
    --cc=mail@ambrevar.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.