changeset 87482:66dec6867b40

(thumbs-conversion-program): Add comment for Windows XP.
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 29 Dec 2007 23:39:51 +0000
parents bed1912c8752
children bdb419612503
files lisp/thumbs.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/thumbs.el	Sat Dec 29 23:38:29 2007 +0000
+++ b/lisp/thumbs.el	Sat Dec 29 23:39:51 2007 +0000
@@ -93,6 +93,10 @@
   :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"