diff options
| author | Chong Yidong | 2010-11-21 11:52:05 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-11-21 11:52:05 -0500 |
| commit | 1d851570a67adec22da23bdc7499bb489992d578 (patch) | |
| tree | 28cde17f9ee4b28ffb22e99416aa82a8d7bc05a3 /etc | |
| parent | 0d6607ab81be365f247b8dd7a831fdb390591e49 (diff) | |
| download | emacs-1d851570a67adec22da23bdc7499bb489992d578.tar.gz emacs-1d851570a67adec22da23bdc7499bb489992d578.zip | |
Make the sys.path remove in Python mode customizable (Bug#7454).
* progmodes/python.el (run-python): Doc fix.
(python-keep-current-directory-in-path): New var (Bug#7454).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -36,6 +36,10 @@ used on x86-64 and s390x GNU/Linux architectures. | |||
| 36 | ** The appt-add command takes an optional argument for the warning time. | 36 | ** The appt-add command takes an optional argument for the warning time. |
| 37 | This can be used in place of the default appt-message-warning-time. | 37 | This can be used in place of the default appt-message-warning-time. |
| 38 | 38 | ||
| 39 | --- | ||
| 40 | ** You can allow inferior Python processes to load modules from the | ||
| 41 | current directory by setting `python-remove-cwd-from-path' to nil. | ||
| 42 | |||
| 39 | ** VC and related modes | 43 | ** VC and related modes |
| 40 | 44 | ||
| 41 | *** New VC command `vc-log-incoming', bound to `C-x v I'. | 45 | *** New VC command `vc-log-incoming', bound to `C-x v I'. |