1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

55 Commits

Author SHA1 Message Date
Richard M. Stallman
fe83e8de20 (Regexp Search): Rename that to search-spaces-regexp. 2004-11-20 14:06:54 +00:00
Richard M. Stallman
65b65d26ef (Regexp Search): Add search-whitespace-regexp. 2004-11-19 19:50:29 +00:00
Luc Teirlinck
45fa30b2ff (Regexp Example): Update description of how Emacs currently recognizes
the end of a sentence.
(Standard Regexps): Update definition of the variable `sentence-end'.
Add definition of the function `sentence-end'.
2004-10-09 18:35:38 +00:00
Richard M. Stallman
4d4d2d07a4 (Regexp Search): Add looking-back. 2004-09-28 15:23:44 +00:00
Luc Teirlinck
9a7e97c6fb (Regexp Backslash): Document new \_< and \_> operators.
From Jim Blandy.
2004-07-16 18:38:38 +00:00
David Kastrup
7a58d84d0a (Entire Match Data): Add explanation about new
match-data behavior when @var{integers} is non-nil.
2004-07-01 23:54:21 +00:00
Richard M. Stallman
473f8eb3c9 (Regexp Special): Nested repetition can be infloop. 2004-05-22 22:05:57 +00:00
Richard M. Stallman
2a2331727a Minor fixes. 2004-02-17 01:12:00 +00:00
Luc Teirlinck
bcb6b6b8b1 Various small changes in addition to the following.
(Regexp Example): Adapt to new value of `sentence-end'.
(Regexp Functions): The PAREN argument to `regexp-opt' can be `words'.
(Search and Replace): Add usage note for `perform-replace'.
(Entire Match Data): Mention INTEGERS and REUSE arguments to `match-data'.
(Standard Regexps): Update for new values of `paragraph-start' and
`sentence-end'.
2004-01-12 04:21:01 +00:00
Eli Zaretskii
ad800164c8 Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
01913af25f Clarify about POSIX functions and non-greedy repetition operators. 2003-02-24 16:47:27 +00:00
Richard M. Stallman
87bf725ea9 Clarify that match data is unpredictable after failing searches. 2003-02-15 19:27:40 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Pavel Janík
a39c2e0df8 Fix typo. 2002-12-07 13:38:26 +00:00
Richard M. Stallman
09facbd27a (Search and Replace): Fix arg order for perform-replace. 2002-09-12 03:32:02 +00:00
Richard M. Stallman
2037b26301 Clarify how replace-match does case conversion. 2002-05-04 06:33:47 +00:00
Richard M. Stallman
3ab8acb9c0 Minor clarifications for search-forward and set-match-data. 2001-12-11 06:11:38 +00:00
Richard M. Stallman
a5d0a32e01 Explain clearly what \digit does when that grouping
did not match.
2001-09-06 19:46:04 +00:00
Gerd Moellmann
3da17c12e8 (Search and Replace): Add description of
START and END parameters to perform-replace.
2001-08-23 14:25:42 +00:00
Richard M. Stallman
8f17d892d1 Use Lisp escape sequences only inside string syntax. 2001-05-20 17:19:47 +00:00
Dave Love
a8b5bbefb3 (Regexp Backslash): categories. 2001-01-31 19:12:18 +00:00
Dave Love
6cc089d2ad Non-ASCII in regexp ranges. 2000-10-13 16:36:35 +00:00
Richard M. Stallman
2d06696fdc *** empty log message *** 2000-02-20 14:31:40 +00:00
Richard M. Stallman
757081353d *** empty log message *** 2000-01-20 18:18:58 +00:00
Richard M. Stallman
caccdcbb25 *** empty log message *** 2000-01-20 18:07:38 +00:00
Gerd Moellmann
3768027915 @ifinto -> @ifnottex. 2000-01-05 15:18:01 +00:00
Gerd Moellmann
fd897522d4 Update copyrights. 2000-01-05 14:59:32 +00:00
Gerd Moellmann
176c9de4b4 Remove obsolete @tindex commands. 2000-01-05 14:29:37 +00:00
Richard M. Stallman
c082a34881 *** empty log message *** 2000-01-03 05:26:02 +00:00
Dave Love
13ede7fc4d Fix makeinfo complaints. 1999-12-09 18:22:56 +00:00
Gerd Moellmann
79ddc9c971 Patch from rms. 1999-11-01 15:52:18 +00:00
Richard M. Stallman
8241495da5 *** empty log message *** 1999-09-17 06:59:04 +00:00
Karl Heuer
3f63de1e21 *** empty log message *** 1999-07-27 21:01:02 +00:00
Karl Heuer
86494bd570 *** empty log message *** 1999-07-07 23:14:06 +00:00
Richard M. Stallman
7dd3d99f7e *** empty log message *** 1998-05-28 04:01:48 +00:00
Richard M. Stallman
1911e6e52c *** empty log message *** 1998-05-26 18:56:56 +00:00
Richard M. Stallman
a9f0a989a1 *** empty log message *** 1998-05-19 03:45:57 +00:00
Richard M. Stallman
969fe9b569 *** empty log message *** 1998-04-20 17:43:57 +00:00
Richard M. Stallman
f9f59935f3 *** empty log message *** 1998-02-28 01:53:53 +00:00
Richard M. Stallman
5c8d69ab5e Fix typo in previous change. 1997-05-19 07:29:00 +00:00
Richard M. Stallman
1cd71ce02b Update regexp syntax from Emacs manual. 1997-05-19 06:29:13 +00:00
Richard M. Stallman
9e2b495b70 Minor cleanups for overfull hboxes. 1996-12-20 00:09:23 +00:00
Richard M. Stallman
d544c776f6 Add subexp arg to replace-match. 1995-08-08 20:08:09 +00:00
Melissa Weisshaus
bda144f49f updates for version 19.29 made by melissa; also needed to check out files
so two-volume formatting could be accomplished.
1995-06-16 19:17:59 +00:00
Melissa Weisshaus
eaac2be133 updates for version 19.29.
,
1995-06-08 04:43:19 +00:00
Karl Heuer
bfe721d172 *** empty log message *** 1995-06-06 19:21:15 +00:00
Karl Heuer
22697dac66 *** empty log message *** 1995-06-05 12:23:13 +00:00
Richard M. Stallman
7303160369 Warn about nested repetition. 1995-05-02 03:47:29 +00:00
Richard M. Stallman
d128025939 Filters and sentinels now save match data themselves. 1994-11-22 04:31:18 +00:00