comparison lisp/ChangeLog @ 110162:6ea012a6203d

* lisp/calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace calcAlg-blink-matching-open. (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration. (calc-do-alg-entry): Only touch the part of the keymap that varies. Use the new blink-matching-check-function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Sep 2010 13:26:08 +0200
parents eb977e012180
children c9b982e5aefd
comparison
equal deleted inserted replaced
110161:eb977e012180 110162:6ea012a6203d
1 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca> 1 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4 calcAlg-blink-matching-open.
5 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
6 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7 Use the new blink-matching-check-function.
2 8
3 Provide blink-matching support to SMIE. 9 Provide blink-matching support to SMIE.
4 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function. 10 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars. 11 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
6 (smie-blink-matching-check, smie-blink-matching-open): New functions. 12 (smie-blink-matching-check, smie-blink-matching-open): New functions.