help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: image-dired shows images as text


From: Nick Roberts
Subject: Re: image-dired shows images as text
Date: Fri, 21 Dec 2007 14:40:45 +1300

 > >          Thumb could not be created for file...
 > >
 > > isn't very self explanatory.
 > 
 > I know, I know, I know... Feel free to send a patch to emacs devel :)

Instead of:

  (call-process shell-file-name nil nil nil shell-command-switch command)

why not separate the command and switches and use:

  (call-process command nil nil nil command-switches)

That way you'll get an error like:

Searching for program: no such file or directory, convert

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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