From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: DJVU files and ImageMagick Date: Sun, 03 Feb 2019 22:48:37 +0100 Message-ID: <87h8dkk0ga.fsf@chopper> References: <87zhrdn8lf.fsf@gmx.net> <83sgx4vls9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="217848"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Stephen Berman , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 03 22:49:36 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gqPdu-000uYd-Vm for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2019 22:49:35 +0100 Original-Received: from localhost ([127.0.0.1]:60761 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqPdt-0007t3-U3 for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2019 16:49:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqPdE-0007sG-IZ for emacs-devel@gnu.org; Sun, 03 Feb 2019 16:48:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqPdD-0003La-Bw for emacs-devel@gnu.org; Sun, 03 Feb 2019 16:48:52 -0500 Original-Received: from smtp.outgoing.loopia.se ([194.9.95.112]:27486) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqPdD-0003Cz-0z for emacs-devel@gnu.org; Sun, 03 Feb 2019 16:48:51 -0500 Original-Received: from s554.loopia.se (localhost [127.0.0.1]) by s554.loopia.se (Postfix) with ESMTP id 7516B1F18368 for ; Sun, 3 Feb 2019 22:48:39 +0100 (CET) Original-Received: from s498.loopia.se (unknown [172.21.200.96]) by s554.loopia.se (Postfix) with ESMTP id 56C887966CA; Sun, 3 Feb 2019 22:48:39 +0100 (CET) Original-Received: from s406.loopia.se (unknown [172.21.200.105]) by s498.loopia.se (Postfix) with ESMTP id 52DB444948B; Sun, 3 Feb 2019 22:48:39 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se Original-Received: from s645.loopia.se ([172.21.200.105]) by s406.loopia.se (s406.loopia.se [172.21.200.136]) (amavisd-new, port 10024) with LMTP id Mckt1ZrC48jj; Sun, 3 Feb 2019 22:48:37 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: joakim.verona@chimeslab.se X-Loopia-Originating-IP: 81.170.223.63 Original-Received: from ubermaschine (h-223-63.A149.priv.bahnhof.se [81.170.223.63]) (Authenticated sender: joakim.verona@chimeslab.se) by s645.loopia.se (Postfix) with ESMTPSA id ADF6813BF34A; Sun, 3 Feb 2019 22:48:37 +0100 (CET) In-Reply-To: <83sgx4vls9.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 03 Feb 2019 19:12:22 +0200") X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 194.9.95.112 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232945 Archived-At: Eli Zaretskii writes: >> From: Stephen Berman >> Date: Sat, 02 Feb 2019 23:12:12 +0100 >> >> Should the following change be made? >> >> diff --git a/lisp/image.el b/lisp/image.el >> index 3aa3b0aa24..ba75bdf034 100644 >> --- a/lisp/image.el >> +++ b/lisp/image.el >> @@ -902,7 +902,7 @@ imagemagick-register-types >> (setq imagemagick--file-regexp re)))) >> >> (defcustom imagemagick-types-inhibit >> - '(C HTML HTM INFO M TXT PDF) >> + '(C HTML HTM INFO M TXT PDF DJVU) >> "List of ImageMagick types that should never be treated as images. >> This should be a list of symbols, each of which should be one of >> the ImageMagick types listed by `imagemagick-types'. The listed > > I think ImageMagick is a troubled package, so replacing it with better > alternatives is generally a Good Thing. Therefore, I agree with this > change, and would encourage others to speak up their views on this. I also agree. Longer version: I use Imagemagick in Emacs to view single djvu files, not the djvu bundles. I can still do this if I customize the inhibit list. Even if the Imagemagick support went away altogether, I could mostly use an image converter to do the same thing. > > Thanks. > -- Joakim Verona joakim@verona.se