summaryrefslogtreecommitdiff
path: root/lisp/electric.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Spelling fixesPaul Eggert2019-12-091-2/+2
* Correctly reindent previous line in electric-indent-modeJoão Távora2019-07-021-5/+8
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-23/+15
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-15/+23
* * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-23/+6
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Avoid using obsolete indent-relative-maybeBasil L. Contovounesios2019-04-031-3/+3
* Adjust previous electric.el and elec-pair.el changeJoão Távora2019-01-251-6/+4
* electric-layout-mode kicks in before electric-pair-modeJoão Távora2019-01-221-25/+51
* * lisp/electric.el: Fix typo in last change.Stefan Monnier2019-01-211-2/+2
* (electric--sort-post-self-insertion-hook): Accept non-symbol functionsStefan Monnier2019-01-211-2/+2
* Revert "Remove leftover from previous electric-layout-rules API"João Távora2019-01-181-0/+1
* (electric-layout-post-self-insert-function-1): Simplify.Stefan Monnier2019-01-181-17/+12
* Ensure fns in electric-layout-rules are called in right positionJoão Távora2019-01-181-3/+7
* Remove leftover from previous electric-layout-rules APIJoão Távora2019-01-181-1/+0
* Extend electric-layout-mode to handle more complex layouts (bug#33794)João Távora2019-01-021-33/+92
* 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-4/+4
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-9/+1
* | Suppress indent errors during electric indentation (Bug#18764)Noam Postavsky2018-06-251-25/+36
* | Ignore escape characters for context-sensitive quotes (Bug#29812)Philipp Stephani2018-01-071-0/+1
* | Fix a small bug in electric quoting.Philipp Stephani2018-01-071-1/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-11-201-1/+1
|\ \ | |/
| * Fix a typo in doc string of electric-indent-functions-without-reindentEli Zaretskii2017-11-181-1/+1
* | * lisp/electric.el: Break recursive loading loopStefan Monnier2017-10-011-2/+2
* | Avoid compilation warning in electric.elEli Zaretskii2017-10-011-0/+2
* | Electric quote mode: Conditionally replace " (Bug#24710)Philipp Stephani2017-10-011-4/+21
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Further improve electric quote support for Markdown (Bug#24709)Philipp Stephani2017-07-091-14/+14
* Remove pointless code in 'electric-quote-mode'Philipp Stephani2017-07-091-5/+1
* Refactor 'electric-quote-mode'Philipp Stephani2017-07-091-49/+47
* Use hook instead of face list to inhibit electric quotingPhilipp Stephani2017-07-031-7/+12
* Electric quotes: Improve support for Markdown mode (Bug#24709)Philipp Stephani2017-07-021-19/+47
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | electric-quote-chars fixupsPaul Eggert2016-10-271-19/+24
* | New user variable 'electric-quote-chars'Göktuğ Kayaalp2016-10-271-20/+33
* | Merge from origin/emacs-25Paul Eggert2016-10-231-14/+4
|\ \ | |/
| * electric-quote mode no longer worries about codingPaul Eggert2016-10-231-17/+4
| * * lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).Paul Eggert2016-10-211-0/+3
* | Minor doc quoting fixesPaul Eggert2016-08-301-1/+1
|/
* Don’t electrically quote ‘'’ in PythonPaul Eggert2016-05-021-3/+8
* Add some missing version tags.Glenn Morris2016-01-121-0/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* (electric-quote-mode): Activate everywhere in message-modeStefan Monnier2015-09-071-1/+1