emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: tumme messages in the echo area


From: Nick Roberts
Subject: Re: tumme messages in the echo area
Date: Mon, 10 Jul 2006 21:44:08 +1200

 > 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




reply via email to

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