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

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

menu-bar.el: Tools -> Search Files


From: Kevin Rodgers
Subject: menu-bar.el: Tools -> Search Files
Date: Wed, 16 Jul 2003 12:37:50 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Since grep is an OS utility (like sendmail) and not an Emacs package
(like GUD, Ediff, Gnus, and RMAIL), its menu bar entry should look
more like sendmail's than GUD et al.:

*** emacs-21.3/lisp/menu-bar.el.orig    Tue Apr 23 09:13:16 2002
--- emacs-21.3/lisp/menu-bar.el Wed Jul 16 12:27:47 2003
***************
*** 797,804 ****
    '(menu-item "Compile..." compile
              :help "Invoke compiler or Make, view compilation errors"))
  (define-key menu-bar-tools-menu [grep]
!   '(menu-item "Search Files (Grep)..." grep
!             :help "Search files for strings or regexps (with Grep)"))

  
  ;; The "Help" menu items
--- 797,804 ----
    '(menu-item "Compile..." compile
              :help "Invoke compiler or Make, view compilation errors"))
  (define-key menu-bar-tools-menu [grep]
!   '(menu-item "Search Files (with grep)..." grep
!             :help "Search files for strings or regexps (with grep)"))

  
  ;; The "Help" menu items

--
Kevin Rodgers





reply via email to

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