all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* shell-command
@ 2017-01-10 11:17 Matthias Pfeifer
  2017-01-10 12:02 ` shell-command tomas
  0 siblings, 1 reply; 7+ messages in thread
From: Matthias Pfeifer @ 2017-01-10 11:17 UTC (permalink / raw)
  To: help-gnu-emacs

Hi There,

I have following issue and wonder if sombody can help out:

I am calling shell-command interactively without prefix argument. The help
text says

(shell-command COMMAND &optional OUTPUT-BUFFER ERROR-BUFFER)

Execute string COMMAND in inferior shell; display output, if any.
With prefix argument, insert the COMMAND’s output at point.

The command that I call copies a couple of files (around 20-30 files) via
scp. A sample line from the output of the command when I call it in a xterm
terminal window looks like this:

file    100%    123kb      123KB/s     00:00

However emacs keeps telling me "Shell command succeeded with no output."
and the *Shell Command Output* buffer is in fact empty. I wonder where the
output goes?

Matthias


^ permalink raw reply	[flat|nested] 7+ messages in thread
* shell-command
@ 2009-01-18  0:00 John J Foerch
  0 siblings, 0 replies; 7+ messages in thread
From: John J Foerch @ 2009-01-18  0:00 UTC (permalink / raw)
  To: emacs-devel

Hello,

  When running an asynchronous command with `shell-command', special
sequences in the output are not processed, so for example, the
progress-meter of wget gets output repeatedly "end-to-end" instead of
printing over itself for the effect of animation.  If comint were used
instead of call-process for asynchronous processes, such commands'
output would be displayed "correctly".  Is there anything blocking such
a change?  I would find it very convenient, as I often want to run an
mplayer or wget process with M-!.

Thank you,

John Foerch





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-11 15:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-10 11:17 shell-command Matthias Pfeifer
2017-01-10 12:02 ` shell-command tomas
2017-01-11  8:45   ` shell-command Matthias Pfeifer
2017-01-11  9:39     ` shell-command tomas
2017-01-11 15:11     ` shell-command Kaushal Modi
2017-01-11 15:28       ` shell-command tomas
  -- strict thread matches above, loose matches on Subject: below --
2009-01-18  0:00 shell-command John J Foerch

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.