Berend de Boer <[EMAIL PROTECTED]> writes: > CVSROOT: /cvsroot/auctex > Module name: auctex > Changes by: Berend de Boer <berenddeboer> 07/10/16 22:50:38 > > Index: context.el > =================================================================== > RCS file: /cvsroot/auctex/auctex/context.el,v > retrieving revision 1.62 > retrieving revision 1.63 > diff -u -b -r1.62 -r1.63 > --- context.el 24 Mar 2007 22:51:27 -0000 1.62 > +++ context.el 16 Oct 2007 22:50:38 -0000 1.63 > @@ -476,7 +476,7 @@ > (setq TeX-command-next TeX-command-default)) > ((re-search-forward "removed files :" nil t) > (message "sucessfully cleaned up")) > - ((re-search-forward "^ ?TeX\\(Exec\\|Util\\)" nil t) ;; strange regexp > --pg > + ((re-search-forward "^[ ]?TeX\\(Exec\\|Util\\)" nil t) ;; strange > regexp --pg
Huh? The commit message says "make whitespace optional", but the optionality is not affected by using a character range. What gives? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
