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

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

How automatically/immediately run command in ansi-term *with* *arguments


From: Chris Seberino
Subject: How automatically/immediately run command in ansi-term *with* *arguments* ?
Date: Sun, 8 Feb 2015 20:16:36 -0800 (PST)
User-agent: G2/1.0

I'm trying to set some shortcuts for shell commands.  I want to use ansi-term 
as it has colors and other niceties not found in shell if I use 
shell-command....

This works...

(ansi-term 'some_command_here')

This does *NOT*...

(ansi-term 'some_command_here arg1 arg2')

How get arguments to work?  This would be quite a nice replacement for 
shell-command if it could for people that like/need ansi-term.

cs


reply via email to

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