aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/searching.texi
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-1766/+0
|
* (explicitly numbered group): Precise the behavior.Stefan Monnier2007-06-131-1/+2
|
* (regex_compile): Remove the `regnum' counter.Stefan Monnier2007-06-121-0/+9
| | | | Use bufp->re_nsub instead. Add support for \(?N:RE\).
* improve breaks in 8.5x11Karl Berry2007-04-111-11/+10
|
* Improve index entries. Remove redundant one.Richard M. Stallman2007-04-071-5/+5
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+2
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Regexp Special): Update when ^ is special.Richard M. Stallman2006-11-281-1/+2
|
* (Char Classes): Document :multibyte: and :unibyte:.Richard M. Stallman2006-10-031-2/+6
| | | | Clarify :ascii: and :nonascii:.
* (Searching and Matching): Mention property search.Richard M. Stallman2006-09-241-1/+2
|
* (Simple Match Data): Warn about match data being set anew by every search.Eli Zaretskii2006-05-191-0/+6
|
* (Regexp Special): Clarify nested regexp warning.Richard M. Stallman2006-05-171-3/+5
|
* (String Search): Clarify effect of NOERROR.Richard M. Stallman2006-04-181-0/+4
|
* (Regexp Special): Use @samp for regular expressions that are not inLuc Teirlinck2006-03-111-3/+3
| | | | Lisp syntax.
* (Regexp Special): Put remark between parentheses to avoid misreading.Luc Teirlinck2006-03-091-3/+3
|
* (Syntax of Regexps): More accurately describeLuc Teirlinck2006-03-071-8/+39
| | | | | | | | which characters are special in which situations. (Regexp Special): Recommend _not_ to quote `]' or `-' when they are not special. Describe in detail when `[' and `]' are special. (Regexp Backslash): Plenty of regexps with unbalanced square brackets are valid, so reword that statement.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Searching and Matching): Move node.Richard M. Stallman2005-08-291-262/+196
| | | | | | Rearrange contents and add overall explanation. (Searching and Case): Move node. (Searching and Matching): Update menu.
* (Search and Replace): Add replace-regexp-in-string.Richard M. Stallman2005-08-251-0/+19
|
* (Regular Expressions): Document re-builder.Richard M. Stallman2005-08-111-0/+10
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* (Regexp Search): Clarify what re-search-forward does when the search fails.Richard M. Stallman2005-07-061-10/+13
|
* (Entire Match Data): Remove evaporate option forKim F. Storm2005-06-221-14/+2
| | | | match-data. Do not mention evaporate option for set-match-data.
* Fix formatting ugliness.Richard M. Stallman2005-06-181-13/+13
|
* (Entire Match Data): Rephrase warnings aboutKim F. Storm2005-06-151-4/+6
| | | | evaporate arg to match-data and set-match-data.
* (Entire Match Data): Explain new `reseat' argument toKim F. Storm2005-06-081-2/+18
| | | | match-data and set-match-data.
* (Entire Match Data): Clarify when match-dataRichard M. Stallman2005-06-081-17/+16
| | | | returns markers and when integers.
* (String Search, Regexp Search, Regexp Search): Cleanups.Richard M. Stallman2005-03-171-15/+19
|
* (Regexp Special, Char Classes): Get rid of "Emacs 21".Richard M. Stallman2005-03-061-2/+2
|
* (Regexp Search): Rename that to search-spaces-regexp.Richard M. Stallman2004-11-201-2/+2
|
* (Regexp Search): Add search-whitespace-regexp.Richard M. Stallman2004-11-191-0/+9
|
* (Regexp Example): Update description of how Emacs currently recognizesLuc Teirlinck2004-10-091-22/+24
| | | | | | the end of a sentence. (Standard Regexps): Update definition of the variable `sentence-end'. Add definition of the function `sentence-end'.
* (Regexp Search): Add looking-back.Richard M. Stallman2004-09-281-0/+26
|
* (Regexp Backslash): Document new \_< and \_> operators.Luc Teirlinck2004-07-161-0/+13
| | | | From Jim Blandy.
* (Entire Match Data): Add explanation about newDavid Kastrup2004-07-011-2/+5
| | | | match-data behavior when @var{integers} is non-nil.
* (Regexp Special): Nested repetition can be infloop.Richard M. Stallman2004-05-221-7/+9
|
* Minor fixes.Richard M. Stallman2004-02-171-8/+7
|
* Various small changes in addition to the following.Luc Teirlinck2004-01-121-59/+110
| | | | | | | | | (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'.
* Replace @sc{foo} with @acronym{FOO}.Eli Zaretskii2003-11-021-11/+11
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* Clarify about POSIX functions and non-greedy repetition operators.Richard M. Stallman2003-02-241-3/+7
|
* Clarify that match data is unpredictable after failing searches.Richard M. Stallman2003-02-151-2/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-5/+5
|
* Fix typo.Pavel Janík2002-12-071-1/+1
|
* (Search and Replace): Fix arg order for perform-replace.Richard M. Stallman2002-09-121-3/+3
|
* Clarify how replace-match does case conversion.Richard M. Stallman2002-05-041-9/+12
|
* Minor clarifications for search-forward and set-match-data.Richard M. Stallman2001-12-111-2/+3
|
* Explain clearly what \digit does when that groupingRichard M. Stallman2001-09-061-15/+27
| | | | did not match.
* (Search and Replace): Add description ofGerd Moellmann2001-08-231-4/+8
| | | | START and END parameters to perform-replace.
* Use Lisp escape sequences only inside string syntax.Richard M. Stallman2001-05-201-9/+12
|