/[emacs]/emacs/lisp/emacs-lisp/rx.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/rx.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by monnier, Fri Apr 23 21:25:58 2004 UTC revision 1.14 by monnier, Fri Mar 25 14:23:11 2005 UTC
# Line 1  Line 1 
1  ;;; rx.el --- sexp notation for regular expressions  ;;; rx.el --- sexp notation for regular expressions
2    
3  ;; Copyright (C) 2001, 03, 2004  Free Software Foundation, Inc.  ;; Copyright (C) 2001, 2003, 2004, 2005  Free Software Foundation, Inc.
4    
5  ;; Author: Gerd Moellmann <gerd@gnu.org>  ;; Author: Gerd Moellmann <gerd@gnu.org>
6  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 169  Line 169 
169      (eow                . word-end)     ; SRE      (eow                . word-end)     ; SRE
170      (word-boundary      . "\\b")      (word-boundary      . "\\b")
171      (not-word-boundary  . "\\B")        ; sregex      (not-word-boundary  . "\\B")        ; sregex
172        (symbol-start       . "\\_<")
173        (symbol-end         . "\\_>")
174      (syntax             . (rx-syntax 1 1))      (syntax             . (rx-syntax 1 1))
175      (not-syntax         . (rx-not-syntax 1 1)) ; sregex      (not-syntax         . (rx-not-syntax 1 1)) ; sregex
176      (category           . (rx-category 1 1 rx-check-category))      (category           . (rx-category 1 1 rx-check-category))
# Line 969  enclosed in `(and ...)'. Line 971  enclosed in `(and ...)'.
971    
972  (provide 'rx)  (provide 'rx)
973    
974  ;;; arch-tag: 12d01a63-0008-42bb-ab8c-1c7d63be370b  ;; arch-tag: 12d01a63-0008-42bb-ab8c-1c7d63be370b
975  ;;; rx.el ends here  ;;; rx.el ends here

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26