1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
emacs/lisp/progmodes
Fabián Ezequiel Gallina 758e556a7a * progmodes/python.el: Simplified imenu implementation.
(python-nav-jump-to-defun): Remove command.
(python-mode-map): Use `imenu' instead.
(python-nav-list-defun-positions-cache)
(python-imenu-include-defun-type, python-imenu-make-tree)
(python-imenu-subtree-root-label, python-imenu-index-alist):
Remove vars.
(python-nav-list-defun-positions, python-nav-read-defun)
(python-imenu-tree-assoc, python-imenu-make-element-tree)
(python-imenu-make-tree, python-imenu-create-index): Remove
functions.
(python-mode): Update to interact with imenu by setting
`imenu-extract-index-name-function' only.
2012-07-16 14:18:39 -03:00
..
.gitignore
ada-mode.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
ada-prj.el
ada-stmt.el
ada-xref.el * lisp/files.el (file-name-base): New convenience function. 2012-06-26 12:23:01 -04:00
antlr-mode.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
asm-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
autoconf.el Rename configure.in to configure.ac. 2012-07-08 21:52:49 -07:00
bug-reference.el Tweak bug-reference-bug-regexp setting 2012-07-02 22:16:11 -04:00
cap-words.el
cc-align.el
cc-awk.el
cc-bytecomp.el
cc-cmds.el *** empty log message *** 2012-07-14 11:08:36 +02:00
cc-compat.el
cc-defs.el * lisp/files.el (file-name-base): New convenience function. 2012-06-26 12:23:01 -04:00
cc-engine.el CC Mode. Adding a ) can hide the resulting (..) from searches. Fix it. 2012-04-22 11:13:09 +00:00
cc-fonts.el
cc-guess.el
cc-langs.el Depessimize the handling of very large macros. 2012-03-02 22:16:21 +00:00
cc-menus.el Make imenu work again for Objective C Mode. 2012-04-11 18:09:10 +00:00
cc-mode.el * lisp/progmodes/cc-mode.el (auto-mode-alist): Fix typo. 2012-05-25 19:34:16 -07:00
cc-styles.el
cc-vars.el
cfengine.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
cmacexp.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
compile.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
cperl-mode.el Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.com 2012-06-28 23:28:37 -07:00
cpp.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
cwarn.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
dcl-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
delphi.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
ebrowse.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
etags.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
executable.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
f90.el Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.com 2012-06-28 23:28:37 -07:00
flymake.el Add fringe bitmap indicators for flymake 2012-07-14 20:02:22 +08:00
fortran.el Change face used for fortran.el directives 2012-06-11 17:07:58 -04:00
gdb-mi.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
glasses.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
grep.el Merge from emacs-24 branch 2012-04-20 16:48:50 +08:00
gud.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
hideif.el
hideshow.el (hs-hide-all): Don't infloop on comments that start in the middle of the line. 2012-04-11 01:34:25 +02:00
icon.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
idlw-complete-structtag.el
idlw-help.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
idlw-shell.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
idlw-toolbar.el
idlwave.el * lisp/files.el (file-name-base): New convenience function. 2012-06-26 12:23:01 -04:00
inf-lisp.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
js.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
ld-script.el
m4-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
make-mode.el * progmodes/make-mode.el (makefile-browse): Remove unnecessary interactive. 2012-05-07 21:25:52 -04:00
mantemp.el
meta-mode.el Move define-obsolete-variable-alias before the var's definition. 2012-05-12 23:05:06 -04:00
mixal-mode.el
modula2.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
octave-inf.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
octave-mod.el Use set-temporary-overlay-map. 2012-05-04 22:50:20 -04:00
pascal.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
perl-mode.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
prolog.el * lisp/progmodes/prolog.el: Use SMIE. Cleanup regexp setup. 2012-05-11 16:05:19 -04:00
ps-mode.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
python.el * progmodes/python.el: Simplified imenu implementation. 2012-07-16 14:18:39 -03:00
ruby-mode.el * lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code. 2012-04-24 13:06:12 -04:00
scheme.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
sh-script.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
simula.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
sql.el * progmodes/sql.el (sql-comint): Suppress the check for program on 2012-07-13 16:58:12 +02:00
subword.el
tcl.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
vera-mode.el Face cleanups. Remove some uses of old-style face spec and :bold/:italic. 2012-06-09 00:39:49 +08:00
verilog-mode.el Spelling fixes. 2012-05-28 23:16:49 -07:00
vhdl-mode.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
which-func.el Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.com 2012-06-28 23:28:37 -07:00
xscheme.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00