From 6f9fca422aa1eb078959b486d933af0d7e03e3df Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Sat, 16 Feb 2013 02:07:20 +0100 Subject: [PATCH] Document a package-related catch. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index aea30dc..84442d3 100644 --- a/README +++ b/README @@ -193,6 +193,12 @@ redirection := ( >& pn | >&! | ;; redirect both fd 1 and 2 to pathname (respectively, clobbering) >>& pn | >>&! ) ;; redirect both fd 1 and 2 to append to pathname (respectively, clobbering) +Note that these are all exported symbols from the INFERIOR-SHELL package, +except that a few of them are also inherited from COMMON-LISP: < > - +Therefore the other ones will only work if you either +use the INFERIOR-SHELL package or +use a package prefix INFERIOR-SHELL: where appropriate. + A SEXP in the minilanguage can be parsed with parse-process-spec, into an object of class process-spec. print-process-spec will print a process-spec object; -- GitLab