From babfb70b906961213428539387b82e0553062623 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sat, 29 Dec 2007 23:39:51 +0000 Subject: [PATCH] (thumbs-conversion-program): Add comment for Windows XP. --- lisp/thumbs.el | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.2