emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/re-builder.el
Date: Thu, 06 Jan 2005 17:26:57 -0500

Index: emacs/lisp/emacs-lisp/re-builder.el
diff -c emacs/lisp/emacs-lisp/re-builder.el:1.18 
emacs/lisp/emacs-lisp/re-builder.el:1.19
*** emacs/lisp/emacs-lisp/re-builder.el:1.18    Tue Aug 17 09:57:22 2004
--- emacs/lisp/emacs-lisp/re-builder.el Thu Jan  6 21:58:17 2005
***************
*** 1,6 ****
  ;;; re-builder.el --- building Regexps with visual feedback
  
! ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
  
  ;; Author: Detlev Zundel <address@hidden>
  ;; Keywords: matching, lisp, tools
--- 1,6 ----
  ;;; re-builder.el --- building Regexps with visual feedback
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
  
  ;; Author: Detlev Zundel <address@hidden>
  ;; Keywords: matching, lisp, tools
***************
*** 61,72 ****
  ;; even the auto updates go all the way.  Forcing an update overrides
  ;; this limit allowing an easy way to see all matches.
  
! ;; Currently `re-builder' understands four different forms of input,
! ;; namely `read', `string', `sregex' and `lisp-re' syntax.  Read
  ;; syntax and string syntax are both delimited by `"'s and behave
  ;; according to their name.  With the `string' syntax there's no need
  ;; to escape the backslashes and double quotes simplifying the editing
! ;; somewhat.  The other two allow editing of symbolic regular
  ;; expressions supported by the packages of the same name.  (`lisp-re'
  ;; is a package by me and its support may go away as it is nearly the
  ;; same as the `sregex' package in Emacs)
--- 61,72 ----
  ;; even the auto updates go all the way.  Forcing an update overrides
  ;; this limit allowing an easy way to see all matches.
  
! ;; Currently `re-builder' understands five different forms of input,
! ;; namely `read', `string', `rx', `sregex' and `lisp-re' syntax.  Read
  ;; syntax and string syntax are both delimited by `"'s and behave
  ;; according to their name.  With the `string' syntax there's no need
  ;; to escape the backslashes and double quotes simplifying the editing
! ;; somewhat.  The other three allow editing of symbolic regular
  ;; expressions supported by the packages of the same name.  (`lisp-re'
  ;; is a package by me and its support may go away as it is nearly the
  ;; same as the `sregex' package in Emacs)




reply via email to

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