comparison etc/NEWS @ 45666:621742dde467

Document Etags regexp char escape sequences.
author Francesco Potortì <pot@gnu.org>
date Thu, 06 Jun 2002 22:58:11 +0000
parents a47ac7311101
children 16708fb2d951
comparison
equal deleted inserted replaced
45665:466c8ca0e543 45666:621742dde467
590 *** New option --parse-stdin=FILE 590 *** New option --parse-stdin=FILE
591 This option is mostly useful when calling etags from programs. It can 591 This option is mostly useful when calling etags from programs. It can
592 be used (only once) in place of a file name on the command line. Etags 592 be used (only once) in place of a file name on the command line. Etags
593 will read from standard input and mark the produced tags as belonging to 593 will read from standard input and mark the produced tags as belonging to
594 the file FILE. 594 the file FILE.
595
596 *** Regular expressions can use char escape sequences as in Gcc
597 These are the escapes \a, \b, \d, \e, \f, \n, \r, \t, \v.
595 598
596 +++ 599 +++
597 ** The command line option --no-windows has been changed to 600 ** The command line option --no-windows has been changed to
598 --no-window-system. The old one still works, but is deprecated. 601 --no-window-system. The old one still works, but is deprecated.
599 602