diff options
| author | Richard M. Stallman | 2003-07-14 16:03:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-14 16:03:25 +0000 |
| commit | cd14e1c9328e56bd815947011ff70ca60c345098 (patch) | |
| tree | 804ffe1f4e62058e6af9f159762181a1f3814970 | |
| parent | 0f2018645b250e2aaa2ad14f1992e15b981d9108 (diff) | |
| download | emacs-cd14e1c9328e56bd815947011ff70ca60c345098.tar.gz emacs-cd14e1c9328e56bd815947011ff70ca60c345098.zip | |
(Subprocess Creation): Add exec-suffixes.
| -rw-r--r-- | lispref/processes.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 5bcd50a582e..159ed47c059 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -79,6 +79,16 @@ in @code{exec-path}, but environment variable substitutions | |||
| 79 | @code{substitute-in-file-name} to perform them (@pxref{File Name | 79 | @code{substitute-in-file-name} to perform them (@pxref{File Name |
| 80 | Expansion}). | 80 | Expansion}). |
| 81 | 81 | ||
| 82 | Executing a program can also try adding suffixes to the specified | ||
| 83 | name: | ||
| 84 | |||
| 85 | @defvar exec-suffixes | ||
| 86 | This variable is a list of suffixes (strings) to try adding to the | ||
| 87 | specified program file name. The list should include @code{""} if you | ||
| 88 | want the name to be tried exactly as specified. The default value is | ||
| 89 | system-dependent. | ||
| 90 | @end defvar | ||
| 91 | |||
| 82 | Each of the subprocess-creating functions has a @var{buffer-or-name} | 92 | Each of the subprocess-creating functions has a @var{buffer-or-name} |
| 83 | argument which specifies where the standard output from the program will | 93 | argument which specifies where the standard output from the program will |
| 84 | go. It should be a buffer or a buffer name; if it is a buffer name, | 94 | go. It should be a buffer or a buffer name; if it is a buffer name, |