> when I'm in the *tumme* buffer, if I use
 > `tumme-display-next-thumbnail-original' or
 > `tumme-display-previous-thumbnail-original' the handy imformation
 > (like the image filename and its tags) these commands displays in the
 > echo area, is replaced by the message:
 > 
 > (Shell command succeeded with no output)
 > 
 > which isn't useful.

If you replace the calls to shell-command with calls to call-process does
that do what you want?

(shell-command COMMAND) ->
(call-process shell-file-name nil nil nil "-c" COMMAND)

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


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to