diff options
| author | Glenn Morris | 2014-07-21 01:58:27 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-07-21 01:58:27 -0400 |
| commit | ef3b7194838482c4bcb55beb951f3a8e2e0f44ac (patch) | |
| tree | 8778961d4901c9c754d07cfbdd9c1a35c597a883 | |
| parent | f6c951e5d2ce79fe673965a1cee55a34048de612 (diff) | |
| download | emacs-ef3b7194838482c4bcb55beb951f3a8e2e0f44ac.tar.gz emacs-ef3b7194838482c4bcb55beb951f3a8e2e0f44ac.zip | |
NEWS tweaks
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -675,13 +675,12 @@ along with the non-SMIE indentation code. | |||
| 675 | *** Out of the box support for CPython, iPython and readline based shells. | 675 | *** Out of the box support for CPython, iPython and readline based shells. |
| 676 | **** `python-shell-completion-module-string-code` is no longer used. | 676 | **** `python-shell-completion-module-string-code` is no longer used. |
| 677 | 677 | ||
| 678 | *** Automatic shell prompt detection. | 678 | *** Automatic shell prompt detection. New user options: |
| 679 | **** New user options: | 679 | **** `python-shell-interpreter-interactive-arg'. |
| 680 | ***** `python-shell-interpreter-interactive-arg`. | 680 | **** `python-shell-prompt-detect-enabled'. |
| 681 | ***** `python-shell-prompt-detect-enabled`. | 681 | **** `python-shell-prompt-detect-failure-warning'. |
| 682 | ***** `python-shell-prompt-detect-failure-warning`. | 682 | **** `python-shell-prompt-input-regexps'. |
| 683 | ***** `python-shell-prompt-input-regexps`. | 683 | **** `python-shell-prompt-output-regexps'. |
| 684 | ***** `python-shell-prompt-output-regexps`. | ||
| 685 | 684 | ||
| 686 | *** Python shell support for remote hosts via tramp. | 685 | *** Python shell support for remote hosts via tramp. |
| 687 | 686 | ||