diff options
| author | Stefan Monnier | 2013-10-29 21:28:36 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-10-29 21:28:36 -0400 |
| commit | 195ee2f0a990771753330ee912581da957eee034 (patch) | |
| tree | 1254bd3972fa69777897dd164e82946cb862624c /lisp/ChangeLog | |
| parent | 4c9797cb77cee0d72084567ed8a7e97fcf41abff (diff) | |
| download | emacs-195ee2f0a990771753330ee912581da957eee034.tar.gz emacs-195ee2f0a990771753330ee912581da957eee034.zip | |
* lisp/progmodes/python.el (python-shell-get-buffer): New function.
(python-shell-get-process): Use it.
(python-shell-send-string): Always use utf-8 and add a cookie to tell
Python which encoding was used. Don't split-string since we only care
about the first line. Return the temp-file, if applicable.
(python-shell-send-region): Tell compile.el how to turn locations in
the temp-file into locations in the source buffer.
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 f15ba16da11..85fb2cbb73e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-shell-get-buffer): New function. | ||
| 4 | (python-shell-get-process): Use it. | ||
| 5 | (python-shell-send-string): Always use utf-8 and add a cookie to tell | ||
| 6 | Python which encoding was used. Don't split-string since we only care | ||
| 7 | about the first line. Return the temp-file, if applicable. | ||
| 8 | (python-shell-send-region): Tell compile.el how to turn locations in | ||
| 9 | the temp-file into locations in the source buffer. | ||
| 10 | |||
| 1 | 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * subr.el (undefined): Add missing behavior from the C code for | 13 | * subr.el (undefined): Add missing behavior from the C code for |