comparison src/config.in @ 72833:81a55a7dc3c3

* 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.
author Paul Eggert <eggert@twinsun.com>
date Tue, 12 Sep 2006 16:43:25 +0000
parents 8ee753c9691e
children 85a9d581baa6 a1a25ac6c88a
comparison
equal deleted inserted replaced
72832:edab538d7c7a 72833:81a55a7dc3c3
122 122
123 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you 123 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
124 don't. */ 124 don't. */
125 #undef HAVE_DECL_SYS_SIGLIST 125 #undef HAVE_DECL_SYS_SIGLIST
126 126
127 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
128 */
129 #undef HAVE_DECL_TZNAME
130
127 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you 131 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
128 don't. */ 132 don't. */
129 #undef HAVE_DECL___SYS_SIGLIST 133 #undef HAVE_DECL___SYS_SIGLIST
130 134
131 /* Define to 1 if you have the <des.h> header file. */ 135 /* Define to 1 if you have the <des.h> header file. */
794 /* Define as the return type of signal handlers (`int' or `void'). */ 798 /* Define as the return type of signal handlers (`int' or `void'). */
795 #undef RETSIGTYPE 799 #undef RETSIGTYPE
796 800
797 /* If using the C implementation of alloca, define if you know the 801 /* If using the C implementation of alloca, define if you know the
798 direction of stack growth for your system; otherwise it will be 802 direction of stack growth for your system; otherwise it will be
799 automatically deduced at run-time. 803 automatically deduced at runtime.
800 STACK_DIRECTION > 0 => grows toward higher addresses 804 STACK_DIRECTION > 0 => grows toward higher addresses
801 STACK_DIRECTION < 0 => grows toward lower addresses 805 STACK_DIRECTION < 0 => grows toward lower addresses
802 STACK_DIRECTION = 0 => direction of growth unknown */ 806 STACK_DIRECTION = 0 => direction of growth unknown */
803 #undef STACK_DIRECTION 807 #undef STACK_DIRECTION
804 808