summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/smie.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-5/+5
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-2/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix loading of smie-config rules (Bug#24848)Noam Postavsky2017-09-251-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* make smie.el respect prog-first-columnTom Tromey2017-04-051-1/+3
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* * lisp/emacs-lisp/smie.el (smie-indent-keyword): Don't burp in stringsStefan Monnier2016-03-161-1/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix BOB "token"Stefan Monnier2015-12-031-3/+4
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* * lisp/emacs-lisp/smie.el (smie-backward-sexp): Handle BOB better.Stefan Monnier2015-11-231-1/+6
* * lisp/emacs-lisp/smie.el: Use `declare' for `pure'Stefan Monnier2015-10-291-4/+4
* * prolog.el: Fix indentation of empty lineStefan Monnier2015-09-221-1/+16
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-3/+3
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-3/+3
* * lisp/emacs-lisp/smie.el (smie-indent-current-column): New funStefan Monnier2015-08-211-4/+21
* Merge from origin/emacs-24Paul Eggert2015-03-291-2/+2
|\
| * * smie.el (smie*ward-sexp-command): Don't pretend the arg is optionalStefan Monnier2015-03-261-2/+2
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | * lisp/emacs-lisp/smie.el (smie-prec2->grammar): Fix corner case problem.Stefan Monnier2015-02-181-2/+5
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | * emacs-lisp/smie.el (smie-config--guess-1): Split from smie-config--guess.Stefan Monnier2014-07-201-44/+48
|/
* * lisp/emacs-lisp/smie.el (smie-config--guess): Fix typo.Stefan Monnier2014-06-201-6/+5
* * lisp/emacs-lisp/smie.el (smie--hanging-eolp-function): New var.Stefan Monnier2014-06-191-4/+10
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info whenStefan Monnier2014-06-131-1/+4
* Small smie.el doc and fixGlenn Morris2014-03-041-3/+7
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add missing custom :versions, plus small fixesGlenn Morris2013-12-271-0/+5
* Fix bug#16116Dmitry Gutov2013-12-171-9/+20
* * lisp/emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matchingStefan Monnier2013-12-111-1/+1
* * lisp/rect.el (rectangle--highlight-for-redisplay):Stefan Monnier2013-11-041-2/+2
* * lisp/emacs-lisp/smie.el (smie-rule-parent): Always callStefan Monnier2013-11-031-9/+10
* * lisp/emacs-lisp/smie.el: New smie-config system.Stefan Monnier2013-10-241-4/+350
* * lisp/emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.Stefan Monnier2013-10-221-1/+2
* * lisp/emacs-lisp/smie.el (smie--matching-block-data): Invalidate theDmitry Gutov2013-10-111-3/+5
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Refine last fix.Stefan Monnier2013-10-071-3/+5
* Get Ruby's SMIE code to pass the test suite.Stefan Monnier2013-10-051-1/+1
* * lisp/emacs-lisp/smie.el: Improve show-paren-mode behavior.Stefan Monnier2013-06-071-54/+84
* * newcomment.el (comment-search-backward): Revert last change.Leo Liu2013-06-071-17/+17
* Re-implement smie matching block highlight using show-paren-data-function. Leo Liu2013-06-051-83/+60
* * lisp/emacs-lisp/smie.el (smie-highlight-matching-block): Always turnLeo Liu2013-05-291-9/+6
* * lisp/emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.Stefan Monnier2013-05-241-55/+58
* * lisp/emacs-lisp/smie.el (smie-indent-forward-token)Stefan Monnier2013-05-231-2/+12
* * emacs-lisp/smie.el (smie-highlight-matching-block-mode): CleanLeo Liu2013-05-171-6/+12
* * emacs-lisp/smie.el (smie-matching-block-highlight): New face.Leo Liu2013-05-171-2/+82
* * lisp/progmodes/octave-mod.el (octave-smie-forward-token): Only emitStefan Monnier2013-04-241-12/+24