From: Nick Roberts Date: Sat, 29 Dec 2007 23:39:51 +0000 (+0000) Subject: (thumbs-conversion-program): Add comment for Windows XP. X-Git-Tag: emacs-pretest-23.0.90~8769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=babfb70b906961213428539387b82e0553062623;p=emacs.git (thumbs-conversion-program): Add comment for Windows XP. --- diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 395145fd53b..5728497ed6c 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el @@ -93,6 +93,10 @@ When it reaches that size (in bytes), a warning is sent." :type 'integer :group 'thumbs) +;; Unfortunately Windows XP has a program called CONVERT.EXE in +;; C:/WINDOWS/SYSTEM32/ for partioning NTFS system. So Emacs +;; can find the one in your ImageMagick directory, you need to +;; customize this value to the absolute filename. (defcustom thumbs-conversion-program (if (eq system-type 'windows-nt) "convert.exe"