diff options
| author | Fabián Ezequiel Gallina | 2015-02-07 16:43:47 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-02-07 16:43:47 -0300 |
| commit | 2d467a0ff0cd446ec0d83044a0be819cbf874cdf (patch) | |
| tree | f719433f1e65da7a6a70f4bd3f1d9231eb626f9d /lisp/ChangeLog | |
| parent | 86c50b9af1e68ca87bfc9e6d0cdb28ae2e53cc32 (diff) | |
| download | emacs-2d467a0ff0cd446ec0d83044a0be819cbf874cdf.tar.gz emacs-2d467a0ff0cd446ec0d83044a0be819cbf874cdf.zip | |
Fix hideshow integration.
Fixes: debbugs:19761
* lisp/progmodes/python.el
(python-hideshow-forward-sexp-function): New function based on
Carlos Pita <carlosjosepita@gmail.com> patch.
(python-mode): Make `hs-special-modes-alist` use it and initialize
the end regexp with the empty string to avoid skipping parens.
* test/automated/python-tests.el
(python-tests-visible-string): New function.
(python-parens-electric-indent-1)
(python-triple-quote-pairing): Fix indentation, move require calls.
(python-hideshow-hide-levels-1)
(python-hideshow-hide-levels-2): New tests.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a02f9642e55..655ae574468 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | 1 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 2 | ||
| 3 | Fix hideshow integration. (Bug#19761) | ||
| 4 | |||
| 5 | * progmodes/python.el | ||
| 6 | (python-hideshow-forward-sexp-function): New function based on | ||
| 7 | Carlos Pita <carlosjosepita@gmail.com> patch. | ||
| 8 | (python-mode): Make `hs-special-modes-alist` use it and initialize | ||
| 9 | the end regexp with the empty string to avoid skipping parens. | ||
| 10 | |||
| 11 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 12 | |||
| 3 | * progmodes/python.el (python-check-custom-command): Do not use | 13 | * progmodes/python.el (python-check-custom-command): Do not use |
| 4 | defvar-local for compat with Emacs<24.3. | 14 | defvar-local for compat with Emacs<24.3. |
| 5 | 15 | ||