aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Skip past `#' to find BEGDmitry Gutov2015-06-091-1/+1
* * lisp/progmodes/grep.el (zrgrep): Let-bind grep-highlight-matchesJuri Linkov2015-06-071-4/+4
* Address some compilation warnings.Glenn Morris2015-06-061-0/+1
* Override 'grep --color=always'Dmitry Gutov2015-06-041-2/+7
* Restore <D> instead of '.' in grep-find-templateDmitry Gutov2015-06-032-11/+6
* Reuse rgrep mechanics in xref-find-regexpDmitry Gutov2015-06-024-86/+113
* Move xref-elisp-location to elisp-mode.elDmitry Gutov2015-06-022-27/+19
* Make sure there's no explicit tag nameDmitry Gutov2015-05-311-1/+2
* Use \r rather than ^M in string literalsPaul Eggert2015-05-301-1/+1
* Use list for the tags completion table, not obarrayDmitry Gutov2015-05-301-13/+9
* New minor mode Electric QuotePaul Eggert2015-05-281-0/+1
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-285-47/+47
* Support curved quotes in doc stringsPaul Eggert2015-05-281-11/+13
* * lisp/progmodes/f90.el (f90-type-def-re): Add "type, extends".Glenn Morris2015-05-271-2/+4
* Make c-submit-bug-report file reports at debbugs.gnu.org. (Bug#15784)Glenn Morris2015-05-261-1/+11
* xref-prompt-for-identifier: Use a list valueDmitry Gutov2015-05-261-6/+30
* Add C-language keyword constants to C++Daniel Colascione2015-05-251-1/+1
* Make TAGS files more portable to MS-WindowsPaul Eggert2015-05-251-2/+9
* * lisp/progmodes/xref.el (xref-find-apropos): Use read-string.Stefan Monnier2015-05-231-2/+2
* tags-completion-at-point-function: Don't trust the find-tag functionStefan Monnier2015-05-231-5/+6
* Revert "Fix etags Bug#20629 that broke C++ support."Eli Zaretskii2015-05-231-2/+1
* Fix etags Bug#20629 that broke C++ support.Jan D2015-05-231-1/+2
* Don't quote nil and t in doc stringsPaul Eggert2015-05-2110-15/+15
* Revert doc string changes to f90.elPaul Eggert2015-05-201-2/+2
* 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