From: Richard M. Stallman Date: Wed, 13 Oct 2004 01:58:45 +0000 (+0000) Subject: Mention looking-back. X-Git-Tag: ttn-vms-21-2-B4~4597 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bfb0bff7b4a247d46ddc362d0c1dd27b9644179;p=emacs.git Mention looking-back. --- diff --git a/etc/NEWS b/etc/NEWS index 63c4ec3e3a1..19f81601b7a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -98,6 +98,11 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * Changes in Emacs 21.4 ++++ +** New function `looking-back' whether a regular expression matches +the text before point. Specifying the LIMIT argument bounds how far +back the match can start; this is a way to keep it from taking too long. + +++ ** New functions `make-progress-reporter', `progress-reporter-update', `progress-reporter-force-update' and `progress-reporter-done' provide