[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Difference between shell-command and shell-command-on-region in TRAMP bu
From: |
Francis Litterio |
Subject: |
Difference between shell-command and shell-command-on-region in TRAMP buffer. |
Date: |
Thu, 10 Oct 2002 15:15:25 -0400 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.0.2195) |
If I visit a remote file using TRAMP, and type:
ESC ESC (shell-command "pwd") RET
I see the output of the "pwd" command executed on the remote host.
But if I type:
ESC ESC (shell-command-on-region (point-min) (point-max) "pwd") RET
the buffer *Shell Command Output* contains the output of the "pwd"
command executed on the local host.
Is this by design, or is there a bug/omission in TRAMP?
--
Francis Litterio
address@hidden
http://world.std.com/~franl/
GPG and PGP public keys available on keyservers.
- Difference between shell-command and shell-command-on-region in TRAMP buffer.,
Francis Litterio <=