index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
lisp-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add online-help support to describe types
Stefan Monnier
2015-07-07
1
-3
/
+4
*
Improve the optional translation of quotes
Paul Eggert
2015-06-19
1
-4
/
+4
*
Support curved quotes in doc strings
Paul Eggert
2015-05-28
1
-4
/
+4
*
Add let-when-compile macro instead of using pcase-let
Oleh Krehel
2015-05-20
1
-242
/
+240
*
Fix byte-compiler warnings about looking-back.
Stefan Monnier
2015-04-20
1
-3
/
+4
*
Move some Elisp-specific code from lisp-mode.el to elisp-mode.el
Stefan Monnier
2015-04-15
1
-15
/
+1
*
* lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p):
Stefan Monnier
2015-04-15
1
-8
/
+9
*
Fix previous commit (again)
Daniel Colascione
2015-03-23
1
-13
/
+16
*
Fix previous commit
Daniel Colascione
2015-03-23
1
-25
/
+25
*
Try to avoid fontifying macros in funcall position
Daniel Colascione
2015-03-23
1
-1
/
+35
*
Handle setf methods in elisp font-locking.
Tassilo Horn
2015-03-21
1
-7
/
+10
*
Fix CL function name font-lock bug.
Tassilo Horn
2015-03-20
1
-4
/
+7
*
Fix elisp function name font-lock bug.
Tassilo Horn
2015-03-20
1
-7
/
+11
*
Improve dynamic elisp keyword font-locking
Tassilo Horn
2015-03-18
1
-29
/
+20
*
Font-lock elisp macros/special forms dynamically
Tassilo Horn
2015-03-15
1
-2
/
+34
*
Add macro pcase-lambda
Leo Liu
2015-02-09
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
New macro define-advice
Leo Liu
2014-11-18
1
-2
/
+2
*
Font-lock `cl-flet*', too.
Thien-Thi Nguyen
2014-09-28
1
-1
/
+1
*
Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
Stefan Monnier
2014-09-26
1
-661
/
+34
*
* emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2): Add
Leo Liu
2014-09-14
1
-3
/
+3
*
* etc/NEWS: New Tramp method "nc".
Robert Brown (tiny change)
2014-06-19
1
-26
/
+38
*
Add with-file-modes macro, and use it
Glenn Morris
2014-05-14
1
-0
/
+1
*
* lisp/emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
Stefan Monnier
2014-05-10
1
-16
/
+10
*
* lisp/emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
Stefan Monnier
2014-05-01
1
-1
/
+2
*
Merge from emacs-24; up to 2014-04-25T10:35:01Z!michael.albinus@gmx.de
Juanma Barranquero
2014-04-25
1
-1
/
+1
|
\
|
*
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
Leo Liu
2014-04-24
1
-1
/
+1
*
|
* lisp/emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
Stefan Monnier
2014-04-22
1
-1
/
+24
*
|
* emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Add
Leo Liu
2014-04-05
1
-1
/
+2
|
/
*
Fix debbugs#16971
Dmitry Gutov
2014-03-17
1
-7
/
+2
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'
Glenn Morris
2014-01-29
1
-2
/
+2
*
Doc fixes related to zero prefix argument of eval-expression etc
Glenn Morris
2014-01-22
1
-11
/
+14
*
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
Stefan Monnier
2014-01-03
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Revert unnecessary earlier change
Glenn Morris
2013-12-27
1
-4
/
+3
*
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Unbreak bootstrap.
Glenn Morris
2013-12-27
1
-3
/
+4
*
Make Electric Pair mode smarter/more useful:
João Távora
2013-12-26
1
-1
/
+7
*
* lisp/simple.el (eval-expression-print-format): Don't check for
Juri Linkov
2013-12-19
1
-9
/
+24
*
* lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.
Bozhidar Batsov
2013-11-05
1
-10
/
+3
*
* lisp/emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste.
Helmut Eller
2013-10-24
1
-4
/
+2
*
* lisp/emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
Stefan Monnier
2013-10-08
1
-5
/
+245
*
* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using lexical-binding.
Stefan Monnier
2013-10-07
1
-22
/
+20
*
lisp/*.el: Silence lexical-binding warnings.
Juanma Barranquero
2013-08-09
1
-7
/
+7
*
lisp/emacs-lisp/lisp-mode.el: Support cl-def* expressions in imenu.
Juanma Barranquero
2013-08-02
1
-2
/
+5
*
Convert symbol prettification into minor mode and global minor mode.
Juanma Barranquero
2013-06-19
1
-1
/
+1
*
Add coding cookie to lisp/emacs-lisp/lisp-mode.el.
Eli Zaretskii
2013-06-15
1
-1
/
+1
*
lisp-mode font-lock fox for bug#14574
Glenn Morris
2013-06-11
1
-2
/
+2
*
Introduce and use prog-prettify-install.
Ted Zlatanov
2013-06-05
1
-18
/
+4
*
Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-l...
Ted Zlatanov
2013-06-05
1
-2
/
+21
[next]