emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: re-builder visibility


From: Richard Stallman
Subject: Re: re-builder visibility
Date: Fri, 25 Feb 2005 17:52:43 -0500

Does this patch solve the problem?

*** re-builder.el       06 Jan 2005 17:47:18 -0500      1.19
--- re-builder.el       25 Feb 2005 10:54:13 -0500      
***************
*** 327,336 ****
    "Return binding for SYMBOL in the RE Builder target buffer."
    `(with-current-buffer reb-target-buffer ,symbol))
  
  
  ;;;###autoload
  (defun re-builder ()
!   "Call up the RE Builder for the current window."
    (interactive)
  
    (if (and (string= (buffer-name) reb-buffer)
--- 327,340 ----
    "Return binding for SYMBOL in the RE Builder target buffer."
    `(with-current-buffer reb-target-buffer ,symbol))
  
+ (defun regexp-builder ()
+   "Alias for `re-builder': Construct a regexp interactively."
+   (interactive)
+   (re-builder))
  
  ;;;###autoload
  (defun re-builder ()
!   "Construct a regexp interactively."
    (interactive)
  
    (if (and (string= (buffer-name) reb-buffer)




reply via email to

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