annotate lispintro/configure.in @ 55690:daeeb5ef2d95

Add support for new '\_<' and '\_>' regexp operators, matching the beginning and ends of symbols. * regex.c (enum syntaxcode): Add Ssymbol. (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword. (re_opcode_t): New opcodes `symbeg' and `symend'. (print_partial_compiled_pattern): Print the new opcodes properly. (regex_compile): Parse the new operators. (analyse_first): Skip symbeg and symend (they match only the empty string). (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and \sw; `symbeg' is mutually exclusive with \S_ and \Sw. (re_match_2_internal): Match symbeg and symend.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 May 2004 16:37:35 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
41418
a8ee89e61d20 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
1 dnl autoconf input file for the emacs lisp intro
a8ee89e61d20 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2
a8ee89e61d20 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
3 AC_INIT(emacs-lisp-intro.texi)
a8ee89e61d20 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
4 AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00)
a8ee89e61d20 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
5 AC_OUTPUT(Makefile)
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 41418
diff changeset
6
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 41418
diff changeset
7 m4_if(dnl Do not change this comment
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 41418
diff changeset
8 arch-tag: 8d676bd8-8677-4ae0-8aa0-99bfd595b373
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 41418
diff changeset
9 )dnl