Files
emacs/lisp
Stefan Monnier e5afbcacfa * lisp/progmodes/python.el: Fix up last change.
(python-shell--save-temp-file): New function.
(python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
`string' comes from the current buffer.
(python-shell-send-string-no-output): Remove `msg' arg.
(python--use-fake-loc): New var.
(python-shell-buffer-substring): Obey it.  Try to compensate for the
extra coding line added by python-shell--save-temp-file.
(python-shell-send-region): Use python-shell--save-temp-file and
python-shell-send-file directly.  Add `nomain' argument.
(python-shell-send-buffer): Use python-shell-send-region.
(python-electric-pair-string-delimiter): New function.
(python-mode): Use it.
2013-11-04 14:14:58 -05:00
..
2013-07-26 19:02:22 +02:00
2013-08-20 18:13:29 -04:00
2013-07-26 19:02:22 +02:00
2013-07-26 19:02:22 +02:00
2013-08-27 12:02:42 -07:00
2013-07-26 19:02:22 +02:00
2013-08-13 00:42:51 -07:00
2013-10-12 17:31:19 -07:00
2013-10-30 09:29:36 -07:00
2013-10-29 22:45:53 -04:00
2013-07-26 05:32:44 -04:00
2013-10-12 22:17:42 -07:00
2013-11-01 16:47:10 +01:00
2013-08-15 22:15:51 -07:00
2013-11-02 19:37:14 +08:00
2013-10-29 15:37:40 +08:00
2013-10-17 16:55:15 -08:00
2013-11-01 06:21:34 -04:00
2013-10-29 22:45:53 -04:00
2013-09-17 00:43:14 -07:00
2013-10-26 19:02:02 -07:00
2013-09-26 10:37:16 +03:00
2013-09-04 23:30:07 -04:00
2013-10-29 22:45:53 -04:00
2013-10-08 18:11:29 +03:00
2013-09-17 20:45:54 -07:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.