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

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

Re: Surprising behaviour of 'append' with strings


From: Emanuel Berg
Subject: Re: Surprising behaviour of 'append' with strings
Date: Sun, 06 Nov 2022 13:19:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

R. Diez wrote:

> I want to build a list of command-line arguments to run
> a program. Each element of the list must be a string.
>
> The commands are complex shell invocations with nested shell
> commands.

Isn't it better to use a shell script language then?

In Elisp maybe you can use `let' and then
`shell-command-to-string' but even that is an uphill
battle IMO ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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