all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* skip-chars-forward documentation is not synchronized
@ 2004-11-20  8:35 Harald Maier
  0 siblings, 0 replies; only message in thread
From: Harald Maier @ 2004-11-20  8:35 UTC (permalink / raw)



>From etc/NEWS:

     ** skip-chars-forward and skip-chars-backward now handle
     character classes such as [:alpha:], along with individual characters
     and ranges.

The Elisp Manual still has the following sentence:

     Note that char classes are not currently supported in
     CHARACTER-SET; they will be treated as literals.  Thus you cannot
     use `"[:alpha:]"' instead of `"a-zA-Z"' to include non-ASCII
     letters.  A way to skip forward over all letters is:

          (re-search-forward "\\=[[:alpha:]]*" nil t)

This seems to be obsolete now.

Harald

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-20  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-20  8:35 skip-chars-forward documentation is not synchronized Harald Maier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.