Mercurial > emacs
comparison etc/NEWS @ 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 | 5fd3dd6b39a1 |
children | 6b510f400416 a1a25ac6c88a |
comparison
equal
deleted
inserted
replaced
72832:edab538d7c7a | 72833:81a55a7dc3c3 |
---|---|
1432 +++ | 1432 +++ |
1433 *** `comint-use-prompt-regexp-instead-of-fields' has been renamed | 1433 *** `comint-use-prompt-regexp-instead-of-fields' has been renamed |
1434 `comint-use-prompt-regexp'. The old name has been kept as an alias, | 1434 `comint-use-prompt-regexp'. The old name has been kept as an alias, |
1435 but declared obsolete. | 1435 but declared obsolete. |
1436 | 1436 |
1437 +++ | |
1438 *** The EMACS environment variable now defaults to Emacs's absolute | |
1439 file name, instead of to "t". | |
1440 | |
1437 ** M-x Compile changes: | 1441 ** M-x Compile changes: |
1438 | 1442 |
1439 --- | 1443 --- |
1440 *** M-x compile has become more robust and reliable | 1444 *** M-x compile has become more robust and reliable |
1441 | 1445 |
1487 *** The new variable `compilation-context-lines' controls lines of leading | 1491 *** The new variable `compilation-context-lines' controls lines of leading |
1488 context before the current message. If nil and the left fringe is displayed, | 1492 context before the current message. If nil and the left fringe is displayed, |
1489 it doesn't scroll the compilation output window. If there is no left fringe, | 1493 it doesn't scroll the compilation output window. If there is no left fringe, |
1490 no arrow is displayed and a value of nil means display the message at the top | 1494 no arrow is displayed and a value of nil means display the message at the top |
1491 of the window. | 1495 of the window. |
1496 | |
1497 +++ | |
1498 *** The EMACS environment variable now defaults to Emacs's absolute | |
1499 file name, instead of to "t". | |
1492 | 1500 |
1493 ** Occur mode changes: | 1501 ** Occur mode changes: |
1494 | 1502 |
1495 +++ | 1503 +++ |
1496 *** In the *Occur* buffer, `o' switches to it in another window, and | 1504 *** In the *Occur* buffer, `o' switches to it in another window, and |