summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2002-06-13 10:44:15 +0000
committerFrancesco Potortì <pot@gnu.org>2002-06-13 10:44:15 +0000
commit24dbe96a108cfb899cf1f54ea4b42aceb159776f (patch)
tree120be290c5ba546bd568627c6e7275bb999c6ce4 /lisp/emacs-lisp
parentdfd8bf47b3498b83fb7ff03ba7bf9c3860604213 (diff)
downloademacs-24dbe96a108cfb899cf1f54ea4b42aceb159776f.tar.gz
emacs-24dbe96a108cfb899cf1f54ea4b42aceb159776f.tar.bz2
emacs-24dbe96a108cfb899cf1f54ea4b42aceb159776f.zip
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.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions