aboutsummaryrefslogtreecommitdiffstats
path: root/man/misc.texi
diff options
context:
space:
mode:
authorPaul Eggert2006-09-12 16:43:25 +0000
committerPaul Eggert2006-09-12 16:43:25 +0000
commit4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2 (patch)
treee00adba73d181d3d8b6a111ebfc856a0a3acc454 /man/misc.texi
parentafc05254f5403c9d977013c70e4391e7ac1643b6 (diff)
downloademacs-4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2.tar.gz
emacs-4b1aaa8b07cf2797b5a57e2a1fd88f3ec0aa41e2.zip
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of to "t". * etc/PROBLEMS: Adjust tcsh advice for this. * make-dist (EMACS): Exit and fail if the EMACS environment variable is set to something other than an absolute file name. * lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs, not to "t". * lisp/progmodes/compile.el (compilation-start): Likewise. * lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously): Don't use expand-file-name on invocation-directory, since this might mishandle special characters in invocation-directory. * man/faq.texi (Escape sequences in shell output): EMACS is now set to Emacs's absolute file name, not to "t". (^M in the shell buffer): Likewise. * man/misc.texi (Interactive Shell): Likewise.
Diffstat (limited to 'man/misc.texi')
-rw-r--r--man/misc.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/misc.texi b/man/misc.texi
index f6fb5edfbdb..839e8bc88b3 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -488,7 +488,8 @@ Coding}.
488 488
489@cindex @env{EMACS} environment variable 489@cindex @env{EMACS} environment variable
490 Unless the environment variable @env{EMACS} is already defined, 490 Unless the environment variable @env{EMACS} is already defined,
491Emacs defines it in the subshell, with value @code{t}. A shell script 491Emacs defines it in the subshell, with value equal to Emacs's absolute
492file name. A shell script
492can check this variable to determine whether it has been run from an 493can check this variable to determine whether it has been run from an
493Emacs subshell. 494Emacs subshell.
494 495