1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lisp/progmodes
Stefan Monnier 195ee2f0a9 * 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.
2013-10-29 21:28:36 -04:00
..
.gitignore
ada-mode.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
ada-prj.el
ada-stmt.el
ada-xref.el Misc changes to reduce use of `(lambda...); and other cleanups. 2013-08-29 15:55:58 -04:00
antlr-mode.el * lisp/progmodes/antlr-mode.el: No need to require cc-mode twice. 2013-08-28 19:32:25 -04:00
asm-mode.el
autoconf.el
bat-mode.el Misc changes to reduce use of `(lambda...); and other cleanups. 2013-08-29 15:55:58 -04:00
bug-reference.el
cap-words.el
cc-align.el
cc-awk.el * lisp/progmodes/cc-awk.el (c-forward-sws): Declare. 2013-09-04 20:12:36 -04:00
cc-bytecomp.el * lisp/progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case. 2013-08-28 19:31:52 -04:00
cc-cmds.el
cc-compat.el
cc-defs.el
cc-engine.el Indent statements in macros following "##" correctly. 2013-10-27 21:24:17 +00:00
cc-fonts.el Allow comma separated lists after Java "implements". 2013-10-20 14:27:22 +00:00
cc-guess.el
cc-langs.el Fix indentation/fontification of Java enum with "implements". 2013-09-28 17:17:01 +00:00
cc-menus.el
cc-mode.el Improve previous interpreter-mode-alist change 2013-09-10 23:44:35 -07:00
cc-styles.el
cc-vars.el
cfengine.el
cmacexp.el Use accented form of some names 2013-10-12 17:31:19 -07:00
compile.el compile: Support GNU Make-4.0 directory quoting (tiny change) 2013-10-23 09:25:56 -07:00
cperl-mode.el Update some function declarations 2013-09-11 22:48:22 -07:00
cpp.el
cwarn.el
dcl-mode.el
ebnf2ps.el * lisp/progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some 2013-10-21 20:47:32 -04:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebrowse.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
etags.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
executable.el Use with-demoted-errors now that it can format any error messages 2013-09-11 22:32:57 -07:00
f90.el Do not call to `selected-frame' where it is assumed by default. 2013-08-05 14:35:55 +04:00
flymake.el Fix broken customization in Flymake. 2013-08-26 06:30:56 +08:00
fortran.el Do not call to `selected-window' where it is assumed by default. 2013-08-05 18:26:57 +04:00
gdb-mi.el * lisp/progmodes/gdb-mi.el (gud-cont, gud-step): Declare. 2013-09-12 23:56:35 -07:00
glasses.el
grep.el
gud.el * progmodes/gud.el (gud-mode): Silence --without-x compilation. 2013-09-17 22:19:28 -07:00
hideif.el
hideshow.el
icon.el
idlw-complete-structtag.el
idlw-help.el
idlw-shell.el
idlw-toolbar.el Do not call to `selected-frame' where it is assumed by default. 2013-08-05 14:35:55 +04:00
idlwave.el
inf-lisp.el * lisp/progmodes/inf-lisp.el (inferior-lisp-menu): Add menu. 2013-10-24 19:35:55 -07:00
js.el * lisp/subr.el (define-error): New function. 2013-08-09 17:22:44 -04:00
ld-script.el
m4-mode.el
make-mode.el
mantemp.el
meta-mode.el
mixal-mode.el Tweak some settings of compile-command 2013-08-13 00:56:43 -07:00
modula2.el
octave.el Small fix to last change 2013-10-25 08:52:26 +08:00
opascal.el
pascal.el
perl-mode.el * lisp/progmodes/perl-mode.el: Use lexical-binding. 2013-10-08 01:10:10 -04:00
prog-mode.el
prolog.el * lisp/progmodes/prolog.el: Remove old indent; use post-self-insert-hook. 2013-10-25 11:23:45 -04:00
ps-mode.el
python.el * lisp/progmodes/python.el (python-shell-get-buffer): New function. 2013-10-29 21:28:36 -04:00
ruby-mode.el * lisp/progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes 2013-10-27 07:25:03 +04:00
scheme.el
sh-script.el * lisp/emacs-lisp/smie.el: New smie-config system. 2013-10-24 17:16:20 -04:00
simula.el
sql.el * lisp/progmodes/sql.el (sql-add-product): Fix paren typo. 2013-10-12 22:23:42 -07:00
subword.el * lisp/progmodes/subword.el (subword-capitalize): Fix Stefan's mess. 2013-10-15 23:02:40 -04:00
tcl.el
vera-mode.el
verilog-mode.el * lisp/progmodes/verilog-mode.el (verilog-mode): Don't set 2013-10-20 12:13:26 +02:00
vhdl-mode.el
which-func.el
xscheme.el