emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: rx doc string]


From: Richard Stallman
Subject: address@hidden: rx doc string]
Date: Mon, 28 May 2007 10:37:58 -0400

Would someone please install this in Emacs 22?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
To: address@hidden
From: Nikolaj Schumacher <address@hidden>
Date: Sun, 27 May 2007 22:17:40 +0200
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Subject: rx doc string

- --=-=-=

Hello,

The documentation for `rx' currently claims `word-start' matches the end
of a word.

Also, it neglects to mention `symbol-start' and `symbol-end'.

regards,
Nikolaj Schumacher


- --=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=emacs-rx-doc.patch
Content-Description: patch

diff -du /Users/nik/svn/carbon-emacs/emacs/lisp/emacs-lisp/rx.el 
/tmp/buffer-content-6339OMN
- --- lisp/emacs-lisp/rx.el     2007-05-27 21:59:08.000000000 +0200
+++ lisp/emacs-lisp/rx.el       2007-05-27 21:59:26.000000000 +0200
@@ -725,8 +725,7 @@
      matches the empty string, but only at point.
 
 `word-start', `bow'
- -     matches the empty string, but only at the beginning or end of a
- -     word.
+     matches the empty string, but only at the beginning of a word.
 
 `word-end', `eow'
      matches the empty string, but only at the end of a word.
@@ -740,6 +739,12 @@
      matches the empty string, but not at the beginning or end of a
      word.
 
+`symbol-start'
+     matches the empty string, but only at the beginning of a symbol.
+
+`symbol-end'
+     matches the empty string, but only at the end of a symbol.
+
 `digit', `numeric', `num'
      matches 0 through 9.
 

Diff finished.  Sun May 27 21:59:26 2007

- --=-=-=
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

- --=-=-=--
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]