[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unknown I/O primitive error
From: |
Michael Albinus |
Subject: |
Re: unknown I/O primitive error |
Date: |
Tue, 20 May 2008 10:59:03 +0200 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) |
"Yves Blusseau" <address@hidden> writes:
> Hi,
Hi,
> the command that is launch by the shell-command-on-region is started
> on the remote.
> Is there any option to start system command on localhost when i edit
> file on a remote server ?
The command will be executed on the host, default-directory is
pointing to. So you must change default-directory to a local
directory.
When you have opened the remote file in a buffer, you could apply
"M-x cd RET ~/ RET"
Afterwards, shell-command-on-region shall work on your local host.
> Thanks,
> Yves Blusseau
Best regards, Michael.