# HG changeset patch # User Oleksandr Gavenko # Date 1320532826 -7200 # Node ID 4af9b5e3ac15573d650398e21695900cf368dfb1 # Parent 47c2dbdb69dde97c4ae408bca9e657cacbc7f75e Bind 'F7' to 'rgrep' as 'M-F7' does not possible in terminal. diff -r 47c2dbdb69dd -r 4af9b5e3ac15 .emacs-my --- a/.emacs-my Sun Nov 06 00:16:54 2011 +0200 +++ b/.emacs-my Sun Nov 06 00:40:26 2011 +0200 @@ -498,7 +498,6 @@ (when (< emacs-major-version 23) (global-set-key (kbd "M-s o") 'occur) ) -(global-set-key [f7] 'occur) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "grep, find") @@ -527,7 +526,7 @@ (add-to-list 'grep-find-ignored-files "GPATH") ) )) - +(global-set-key [f7] 'rgrep) (global-set-key [M-f7] 'rgrep) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;