1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
emacs/test
Stefan Monnier e17b68ed83 Use SMIE for octave-mode.
* test/indent/octave.m: New file.
* lisp/progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
(octave-mode-map): Remove special bindings for forward/backward-block
and octave-backward-up-block.  Use smie-close-block.
(octave-continuation-marker-regexp): New var.
(octave-continuation-regexp): Use it.
(octave-operator-table, octave-smie-op-levels)
(octave-operator-regexp, octave-smie-indent-rules): New vars.
(octave-smie-backward-token, octave-smie-forward-token): New funs.
(octave-mode): Use SMIE.
(octave-close-block): Delete.
2010-08-30 22:34:52 +02:00
..
cedet Add a test function from semantic-test.el to semantic-ia-utest.el. 2010-03-29 17:35:39 -04:00
indent Use SMIE for octave-mode. 2010-08-30 22:34:52 +02:00
bytecomp-testsuite.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog Use SMIE for octave-mode. 2010-08-30 22:34:52 +02:00
comint-testsuite.el Fix for comint-password-prompt-regexp (Bug#6367). 2010-06-11 10:39:54 -04:00
icalendar-testsuite.el Fixed bug#6766 (icalendar.el) 2010-08-08 19:42:47 +02:00
newsticker-testsuite.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
occur-testsuite.el Make occur handle multi-line matches cleanly with context. 2010-03-30 19:03:08 +03:00
README Mention etc/compilation.txt 2009-07-26 15:59:37 +00:00
redisplay-testsuite.el Add redisplay test for image and overlay string interaction. 2010-06-24 20:33:25 -04:00

This directory contains files intended to test various aspects of
Emacs's functionality.  Please help add tests!

(Also, see etc/compilation.txt for compilation mode font lock tests.)