summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-196-15/+15
* Update Maven compilation-mode entry to distinguish warningsPaul Pogonyshev2015-05-191-1/+1
* Sync with upstream verilog-mode revision 6232468Wilson Snyder2015-05-141-74/+208
* * lisp/progmodes/tcl.el (tcl-filter):Glenn Morris2015-05-121-1/+2
* python.el: better limit for looking-back callsFabián Ezequiel Gallina2015-05-111-1/+2
* Add xref-find-regexpDmitry Gutov2015-05-113-26/+68
* Remove tag-symbol-match-p from etags-xref-find-definitions-tag-orderDmitry Gutov2015-05-101-2/+1
* Declare find-tag obsoleteDmitry Gutov2015-05-101-0/+1
* Quieten cc-mode compilationGlenn Morris2015-05-062-0/+4
* * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.Glenn Morris2015-05-051-4/+0
* Don't require matchDmitry Gutov2015-05-061-1/+1
* * lisp/cedet/semantic/grammar.el: Fix compiler warnings (bug#20505)Stefan Monnier2015-05-051-49/+26
* Work around "Attempt to modify read-only object"Dmitry Gutov2015-05-051-5/+8
* Only skip some variables that have function counterpartsDmitry Gutov2015-05-051-6/+10
* ; Update a commentDmitry Gutov2015-05-051-1/+1
* Buttonize the whole line, including the number at the beginningDmitry Gutov2015-05-051-19/+18
* Make sure we're inside the let bindingsDmitry Gutov2015-05-051-7/+7
* * lisp/progmodes/elisp-mode.el (xref-collect-references): Declare.Glenn Morris2015-05-041-0/+1
* Highlight both type and symbol nameDmitry Gutov2015-05-051-2/+5
* Insert, highlight and align line numbers in xref outputDmitry Gutov2015-05-052-12/+31
* Don't pulse the indentation, or the newlineDmitry Gutov2015-05-041-1/+9
* Classify lone symbol inside let varlist as variableDmitry Gutov2015-05-041-6/+7
* Add xref-pulse-on-jumpDmitry Gutov2015-05-041-4/+17
* ; xref--insert-xrefs: Add (require 'compile)Dmitry Gutov2015-05-041-0/+1
* xref--insert-xrefs: Tweak the facesDmitry Gutov2015-05-041-4/+3
* elisp-completion-at-point: Prioritize being quoted over funposDmitry Gutov2015-05-031-3/+4
* Fix etags-xref-find for referencesDmitry Gutov2015-05-022-5/+10
* Fix error diagnostics of c-macro-expandEli Zaretskii2015-05-021-2/+2
* ; * xref.el (xref-collect-references): Simplify.Dmitry Gutov2015-05-021-7/+4
* Implement xref-find-references in etags and elisp-modeDmitry Gutov2015-05-013-0/+71
* Remove compatibility code for 20-year old function renamingGlenn Morris2015-04-301-9/+5
* Set next-error-* in xref--xref-buffer-modeHelmut Eller2015-04-301-1/+16
* python.el: Fix warnings on looking-back calls missing LIMITFabián Ezequiel Gallina2015-04-291-1/+1
* Introduce etags-xref-find-definitions-tag-orderDmitry Gutov2015-04-301-1/+6
* * elisp-mode.el: Catch errors from `documentation'Stefan Monnier2015-04-271-2/+4
* Introduce xref-prompt-for-identifierDmitry Gutov2015-04-261-1/+10
* Pass `id' to `completing-read' as def instead of initial inputDmitry Gutov2015-04-261-2/+2
* CC Mode: Do nothing in before/after-change-functions for text property changesAlan Mackenzie2015-04-211-52/+76
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-203-3/+4
* Spelling fixesPaul Eggert2015-04-191-6/+6
* Don't show both feature and function with the same nameDmitry Gutov2015-04-181-3/+7
* (elisp--xref-identifier-location): Skip variable, if it's also a functiongDmitry Gutov2015-04-181-3/+7
* * lisp/progmodes/xref.el (xref-push-marker-stack): Add optional arg.Leo Liu2015-04-171-3/+3
* Move some Elisp-specific code from lisp-mode.el to elisp-mode.elStefan Monnier2015-04-151-0/+21
* python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina2015-04-121-29/+55
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-101-3/+3
* * vhdl-mode.el (vhdl-prepare-search-2): Use inhibit-point-motion-hooksStefan Monnier2015-04-101-23/+4
* Stop messing with the EMACS env varStefan Monnier2015-04-091-5/+1
* python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina2015-04-091-3/+12
* python.el: Increase native completion robustnessFabián Ezequiel Gallina2015-04-091-42/+94