help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: execute shell commands directly in a screen session


From: Fabian Braennstroem
Subject: Re: execute shell commands directly in a screen session
Date: Fri, 08 Jan 2010 09:12:15 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090227 Shredder/3.0b2

Hi,

right now, I am using the 'call-process-shell-command', which starts an xterm:

(call-process-shell-command "xterm " nil 0 nil "-e 'sh ~/scpAachen.sh" (dired-get-filename) " '" ))

screen has an option -dmS NAME PROGRAM, which might be suitable as well, but I think that there is a better option with e.g. eshell. Eshell should execute the command using screen in background...
Would be nice, if you have an idea.

Fabian

On 01/07/2010 12:37 PM, Fabian Braennstroem wrote:
Hi,

does anyone know, if it is possible to run some linux commands directly
in a new or maybe existing screen session?
Maybe, this works via eshell or some term!?
Would be great!

Thanks in advance!
Fabian










reply via email to

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