diff options
| author | Fabián Ezequiel Gallina | 2014-12-27 20:58:45 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-12-27 20:58:45 -0300 |
| commit | 2cb7592275bce47e44916134223b994a75e4b861 (patch) | |
| tree | 8b9ebc87e8be0dcf0ab94a1f5cc963f393deb34b /test/ChangeLog | |
| parent | 968d096203fd900c8497ed455cd2682f9875448f (diff) | |
| download | emacs-2cb7592275bce47e44916134223b994a75e4b861.tar.gz emacs-2cb7592275bce47e44916134223b994a75e4b861.zip | |
python.el: Native readline completion.
This commit adds native readline completion that fallbacks to the old
mechanism when it cannot be used for the current interpreter.
* lisp/progmodes/python.el (python-shell-completion-native-disabled-interpreters)
(python-shell-completion-native-enable)
(python-shell-completion-native-output-timeout): New defcustoms.
(python-shell-completion-native-interpreter-disabled-p)
(python-shell-completion-native-try)
(python-shell-completion-native-setup)
(python-shell-completion-native-turn-off)
(python-shell-completion-native-turn-on)
(python-shell-completion-native-turn-on-maybe)
(python-shell-completion-native-turn-on-maybe-with-msg)
(python-shell-completion-native-toggle): New functions.
(python-shell-completion-native-get-completions): New function.
(python-shell-completion-at-point): Use it.
* test/automated/python-tests.el
(python-shell-completion-native-interpreter-disabled-p-1): New
test.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 79354f29ff9..2ea325432d0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -4,6 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | 5 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 6 | 6 | ||
| 7 | * automated/python-tests.el | ||
| 8 | (python-shell-completion-native-interpreter-disabled-p-1): New | ||
| 9 | test. | ||
| 10 | |||
| 11 | 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 12 | |||
| 7 | * automated/python-tests.el (python-shell-get-or-create-process-1) | 13 | * automated/python-tests.el (python-shell-get-or-create-process-1) |
| 8 | (python-shell-get-or-create-process-2) | 14 | (python-shell-get-or-create-process-2) |
| 9 | (python-shell-get-or-create-process-3): Remove tests. | 15 | (python-shell-get-or-create-process-3): Remove tests. |