# HG changeset patch # User Nick Roberts # Date 1198971591 0 # Node ID 66dec6867b407165a15bf0a99c7844d279de3786 # Parent bed1912c8752c038ee51e815bc6ad82bce0bb964 (thumbs-conversion-program): Add comment for Windows XP. diff -r bed1912c8752 -r 66dec6867b40 lisp/thumbs.el --- 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"