]> git.eshelyaron.com Git - emacs.git/commitdiff
(Subprocess Creation): Add exec-suffixes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 16:03:25 +0000 (16:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 16:03:25 +0000 (16:03 +0000)
lispref/processes.texi

index 5bcd50a582ef0afdedf25d444ba132f9c3376347..159ed47c059c9da80ecb7aebc583958a5af5d808 100644 (file)
@@ -79,6 +79,16 @@ in @code{exec-path}, but environment variable substitutions
 @code{substitute-in-file-name} to perform them (@pxref{File Name
 Expansion}).
 
+  Executing a program can also try adding suffixes to the specified
+name:
+
+@defvar exec-suffixes
+This variable is a list of suffixes (strings) to try adding to the
+specified program file name.  The list should include @code{""} if you
+want the name to be tried exactly as specified.  The default value is
+system-dependent.
+@end defvar
+
   Each of the subprocess-creating functions has a @var{buffer-or-name}
 argument which specifies where the standard output from the program will
 go.  It should be a buffer or a buffer name; if it is a buffer name,