emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Wed, 03 Aug 2005 21:36:49 -0400

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.42 emacs/lisp/progmodes/grep.el:1.43
*** emacs/lisp/progmodes/grep.el:1.42   Thu Aug  4 01:08:54 2005
--- emacs/lisp/progmodes/grep.el        Thu Aug  4 01:36:49 2005
***************
*** 187,203 ****
      (define-key map "\^?" 'scroll-down)
      (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
  
-     ;; This is intolerable -- rms
- ;;;    (define-key map [remap next-line] 'compilation-next-error)
- ;;;    (define-key map [remap previous-line] 'compilation-previous-error)
- 
      (define-key map "\r" 'compile-goto-error)  ;; ?
      (define-key map "n" 'next-error-no-select)
      (define-key map "p" 'previous-error-no-select)
      (define-key map "{" 'compilation-previous-file)
      (define-key map "}" 'compilation-next-file)
!     (define-key map [backtab] 'compilation-previous-file)
!     (define-key map "\t" 'compilation-next-file)
  
      ;; Set up the menu-bar
      (define-key map [menu-bar grep]
--- 187,199 ----
      (define-key map "\^?" 'scroll-down)
      (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
  
      (define-key map "\r" 'compile-goto-error)  ;; ?
      (define-key map "n" 'next-error-no-select)
      (define-key map "p" 'previous-error-no-select)
      (define-key map "{" 'compilation-previous-file)
      (define-key map "}" 'compilation-next-file)
!     (define-key map "\t" 'compilation-next-error)
!     (define-key map [backtab] 'compilation-previous-error)
  
      ;; Set up the menu-bar
      (define-key map [menu-bar grep]




reply via email to

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