Mercurial > emacs
view lispref/book-spine.texinfo @ 45798:a486496c2006
New multi-line regexp and new regexp syntax.
(arg_type): at_icregexp label removed (obsolete).
(pattern): New member multi_line for multi-line regexps.
(filebuf): A global buffer containing the whole file as a string
for multi-line regexp matching.
(need_filebuf): Global flag raised if multi-line regexps used.
(print_help): Document new regexp modifiers, remove references to
obsolete option --ignore-case-regexp.
(main): Do not set regexp syntax and translation table here.
(main): Treat -c option as a backward compatibility hack.
(main, find_entries): Init and free filebuf.
(find_entries): Call regex_tag_multiline after the regular parser.
(scan_separators): Check for untermintaed regexp and return NULL.
(analyse_regex, add_regex): Remove the ignore_case argument, which
is now a modifier to the regexp. All callers changed.
(add_regex): Manage the regexp modifiers.
(regex_tag_multiline): New function. Reads from filebuf.
(readline_internal): If necessary, copy the whole file into filebuf.
(readline): Skip multi-line regexps, leave them to regex_tag_multiline.
(add_regex): Better check for null regexps.
(readline): Check for regex matching null string.
(find_entries): Reorganisation.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 13 Jun 2002 10:44:15 +0000 |
parents | 2d4db32cccd5 |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line source
\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename book-spine @settitle book-spine @c %**end of header @c need dot in text so first space command works! . @sp 7 @center @titlefont{GNU Emacs Lisp Reference Manual} @sp 5 @center GNU @center Emacs Version 19.25 @center for Unix Users @sp 5 @center by @center Bil Lewis, @center Dan LaLiberte, @center and the @center GNU Manual Group @sp 5 @center Free Software Foundation @bye