summaryrefslogtreecommitdiff
path: root/lisp/progmodes/elisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Improve comments in elisp-mode.el, elisp-mode-tests.elStephen Leake2015-09-011-1/+2
* Add mode local overrides to xref-find-definitionsStephen Leake2015-08-261-142/+160
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-1/+1
* Spelling fixesPaul Eggert2015-08-161-4/+4
* Don't miss warnings about removing string text properties while dumpingEli Zaretskii2015-08-141-2/+2
* xref-find-definitions: Exclude more generic function items.Stephen Leake2015-08-131-37/+78
* elisp--xref-find-definitions handle cl-defstuct default constructorStephen Leake2015-08-111-3/+22
* Rewrite elisp--xref-find-definitions to handle many more cases; add tests.Stephen Leake2015-08-101-55/+113
* Add a second argument to project-ignoresDmitry Gutov2015-08-021-1/+0
* Rename project-directories to project-rootsDmitry Gutov2015-07-311-0/+1
* Rename xref description slot to summaryDmitry Gutov2015-07-201-1/+1
* Add `project-ignores'Dmitry Gutov2015-07-121-1/+0
* Introduce a Project APIDmitry Gutov2015-07-101-26/+15
* Add missing function xref-location-group for elisp-mode.Stephen Leake2015-06-171-0/+3
* Address some check-declare warnings.Glenn Morris2015-06-161-1/+1
* Fix quoting of help for functions with odd namesPaul Eggert2015-06-111-1/+1
* * lisp/progmodes/elisp-mode.el: Require cl-lib for cl-defstruct.Stefan Monnier2015-06-091-0/+1
* Skip past `#' to find BEGDmitry Gutov2015-06-091-1/+1
* Address some compilation warnings.Glenn Morris2015-06-061-0/+1
* Reuse rgrep mechanics in xref-find-regexpDmitry Gutov2015-06-021-4/+4
* Move xref-elisp-location to elisp-mode.elDmitry Gutov2015-06-021-1/+18
* New minor mode Electric QuotePaul Eggert2015-05-281-0/+1
* Support curved quotes in doc stringsPaul Eggert2015-05-281-11/+13
* Add xref-find-regexpDmitry Gutov2015-05-111-5/+9
* * 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
* 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
* Classify lone symbol inside let varlist as variableDmitry Gutov2015-05-041-6/+7
* elisp-completion-at-point: Prioritize being quoted over funposDmitry Gutov2015-05-031-3/+4
* Fix etags-xref-find for referencesDmitry Gutov2015-05-021-1/+1
* Implement xref-find-references in etags and elisp-modeDmitry Gutov2015-05-011-0/+21
* * elisp-mode.el: Catch errors from `documentation'Stefan Monnier2015-04-271-2/+4
* 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
* Move some Elisp-specific code from lisp-mode.el to elisp-mode.elStefan Monnier2015-04-151-0/+21
* lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Document argument.Nicolas Richard2015-02-251-4/+5
* eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz2015-01-201-2/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Unbreak jumping to an alias's definitionDmitry Gutov2014-12-291-17/+21
* (elisp--xref-identifier-file): Skip features that have no sourcesDmitry Gutov2014-12-281-1/+2
* elisp-xref-find: Don't create buffers eagerlyDmitry Gutov2014-12-271-41/+49
* Add basic xref apropos implementation to elisp-modeDmitry Gutov2014-12-261-18/+30
* Consolidate cross-referencing commandsDmitry Gutov2014-12-251-17/+71
* Fixes: debbugs:19250Stefan Monnier2014-12-031-1/+1
* * lisp/emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1.Stefan Monnier2014-11-021-1/+1
* * lisp/progmodes/elisp-mode.el (elisp--local-variables-1):Stefan Monnier2014-10-141-2/+11