unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [n_schumacher@web.de: rx doc string]
@ 2007-05-28 14:37 Richard Stallman
  2007-05-29  0:54 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2007-05-28 14:37 UTC (permalink / raw)
  To: emacs-devel

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: emacs-pretest-bug@gnu.org
From: Nikolaj Schumacher <n_schumacher@web.de>
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
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [n_schumacher@web.de: rx doc string]
  2007-05-28 14:37 [n_schumacher@web.de: rx doc string] Richard Stallman
@ 2007-05-29  0:54 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-05-29  0:54 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman wrote:

> Would someone please install this in Emacs 22?

done

> From: Nikolaj Schumacher <n_schumacher@web.de>
> Subject: rx doc string
> To: emacs-pretest-bug@gnu.org
> Date: Sun, 27 May 2007 22:17:40 +0200

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-29  0:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 14:37 [n_schumacher@web.de: rx doc string] Richard Stallman
2007-05-29  0:54 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).