【发布时间】:2011-09-14 04:09:09
【问题描述】:
我想从列表中设置PROGRAM-ARGS 或start-process。
喜欢,
(start-process process-name "*foobar*" process-path (append some-args (list (concat "the" "other" "arg"))))
但这会产生“...不是字符串”的错误,因为 start-process 只接受字符串参数。
我该如何解决这个问题?
【问题讨论】:
-
请按原样复制和粘贴完整的错误。
-
向
start-process显示真实 参数而不是foobar和some-args和"the" "other" "arg"有什么难的?