emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add shell-quasiquote.


From: Eli Zaretskii
Subject: Re: [PATCH] Add shell-quasiquote.
Date: Wed, 21 Oct 2015 22:21:01 +0300

> From: Random832 <address@hidden>
> Date: Wed, 21 Oct 2015 15:10:35 -0400
> 
> Eli Zaretskii <address@hidden> writes:
> > You mean, have a shell-like interpreter in Emacs?  Doesn't Eshell do
> > that already?
> 
> No, I'm talking about running shell commands - the same way you do now,
> only with the ability to actually *know* it will be run in a POSIX shell
> rather than guessing, so that your code can run unmodified even on other
> people's machines who use some other shell as their login/interactive
> shell.

Sorry, you lost me.  If it's not Emacs who will interpret the command,
then it must be some real shell.  So are you talking about forcing
Emacs to run /bin/sh and nothing else?  If so, you can simply bind
shell-file-name to that (and maybe also bind shell-command-switch
accordingly).  Or am I (again) missing something?



reply via email to

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