I want to install PROGRAM-ARGS from the start-process from the list.
how
(start-process process-name "*foobar*" process-path (append some-args (list (concat "the" "other" "arg"))))
But that makes the mistake: "... is not a string" because the start-process accepts only string arguments.
How can i solve this?
user943820
source share