emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108478: More tweaks to ImageMagick t


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108478: More tweaks to ImageMagick types.
Date: Mon, 04 Jun 2012 21:01:17 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108478
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2012-06-04 21:01:17 +0800
message:
  More tweaks to ImageMagick types.
  
  * lisp/image.el (imagemagick-types-inhibit): Revert last change.  Add
  INFO and M.
  (imagemagick-enabled-types): Remove EPS and related formats.
modified:
  lisp/ChangeLog
  lisp/image.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-04 01:05:17 +0000
+++ b/lisp/ChangeLog    2012-06-04 13:01:17 +0000
@@ -1,3 +1,9 @@
+2012-06-04  Chong Yidong  <address@hidden>
+
+       * image.el (imagemagick-types-inhibit): Revert last change.  Add
+       INFO and M.
+       (imagemagick-enabled-types): Remove EPS and related formats.
+
 2012-06-04  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/cl-lib.el: Rename from cl.el.

=== modified file 'lisp/image.el'
--- a/lisp/image.el     2012-06-03 23:07:48 +0000
+++ b/lisp/image.el     2012-06-04 13:01:17 +0000
@@ -750,7 +750,8 @@
          (push (cons re 'imagemagick) image-type-file-name-regexps)))
       (setq imagemagick--file-regexp re))))
 
-(defcustom imagemagick-types-inhibit nil
+(defcustom imagemagick-types-inhibit
+  '(C HTML HTM INFO M TXT PDF)
   "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
@@ -775,14 +776,14 @@
 
 (defcustom imagemagick-enabled-types
   '(3FR ART ARW AVS BMP BMP2 BMP3 CAL CALS CIN CMYK CMYKA CR2 CRW
-    CUR CUT DCM DCR DCX DDS DJVU DNG DPX EPDF EPS EPS2 EPS3 EPSF
-    EPSI EXR FAX FITS GBR GIF GIF87 GRB HRZ ICB ICO ICON J2C JNG
-    JP2 JPC JPEG JPG JPX K25 KDC MIFF MNG MRW MSL MSVG MTV NEF
-    ORF OTB PBM PCD PCDS PCL PCT PCX PDB PEF PGM PICT PIX PJPEG
-    PNG PNG24 PNG32 PNG8 PNM PPM PSD PTIF PWP RAF RAS RBG RGB
-    RGBA RGBO RLA RLE SCR SCT SFW SGI SR2 SRF SUN SVG SVGZ TGA
-    TIFF TIFF64 TILE TIM TTF UYVY VDA VICAR VID VIFF VST WBMP WPG
-    X3F XBM XC XCF XPM XV XWD YCbCr YCbCrA YUV)
+    CUR CUT DCM DCR DCX DDS DJVU DNG DPX EXR FAX FITS GBR GIF
+    GIF87 GRB HRZ ICB ICO ICON J2C JNG JP2 JPC JPEG JPG JPX K25
+    KDC MIFF MNG MRW MSL MSVG MTV NEF ORF OTB PBM PCD PCDS PCL
+    PCT PCX PDB PEF PGM PICT PIX PJPEG PNG PNG24 PNG32 PNG8 PNM
+    PPM PSD PTIF PWP RAF RAS RBG RGB RGBA RGBO RLA RLE SCR SCT
+    SFW SGI SR2 SRF SUN SVG SVGZ TGA TIFF TIFF64 TILE TIM TTF
+    UYVY VDA VICAR VID VIFF VST WBMP WPG X3F XBM XC XCF XPM XV
+    XWD YCbCr YCbCrA YUV)
   "List of ImageMagick types to treat as images.
 Each list element should be a string or symbol, representing one
 of the image types returned by `imagemagick-types'.  If the


reply via email to

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