On Wed, Mar 02 2005, Tim Johnson wrote:
> I just got "Regular Expressions Recipes" by Nathan A. Good.
>
> I'm hoping to use it to learn RE. The book focuses on using
> Perl, vim, python and PHP. I would find it helpful if I could
> be pointed to documentation that outlines the unique RE features
> of emacs (or Xemacs).
>
> That way I could do the exercises in emacs also. I think that
> would be very helpful in learning RE for emacs.
>
> Is such documentation available? Any suggestions?
The Emacs Manual and the Emacs Lisp Reference Manual describe the
syntax of regular expressions *in Emacs*, but _not_ the differences to
Perl REs, ...
,----[ (info "(emacs)Regexps") ]
| Syntax of Regular Expressions
|
| This manual describes regular expression features that users typically
| want to use. There are additional features that are mainly used in
| Lisp programs; see *Note Regular Expressions: (elisp)Regular
| Expressions.
`----
(info "(emacs)Regexps"); <== Press C-x C-e here!
(info "(elisp)Regular Expressions"); <== Press C-x C-e here!
Probably also useful: `M-x re-builder RET'.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs