/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.245 by monnier, Wed Dec 8 01:38:05 2004 UTC revision 1.246 by rms, Fri Dec 10 01:52:25 2004 UTC
# Line 229  Default value, nil, means edit the strin Line 229  Default value, nil, means edit the strin
229      (while (< i 256)      (while (< i 256)
230        (define-key map (vector i) 'isearch-printing-char)        (define-key map (vector i) 'isearch-printing-char)
231        (setq i (1+ i)))        (setq i (1+ i)))
232          (define-key map (vector i) 'isearch-printing-char)
233    
234      ;; To handle local bindings with meta char prefix keys, define      ;; To handle local bindings with meta char prefix keys, define
235      ;; another full keymap.  This must be done for any other prefix      ;; another full keymap.  This must be done for any other prefix
# Line 262  Default value, nil, means edit the strin Line 263  Default value, nil, means edit the strin
263      (define-key map "\r" 'isearch-exit)      (define-key map "\r" 'isearch-exit)
264      (define-key map "\C-j" 'isearch-printing-char)      (define-key map "\C-j" 'isearch-printing-char)
265      (define-key map "\t" 'isearch-printing-char)      (define-key map "\t" 'isearch-printing-char)
266        (define-key map [?\S-\ ] 'isearch-printing-char)
267    
268      (define-key map    "\C-w" 'isearch-yank-word-or-char)      (define-key map    "\C-w" 'isearch-yank-word-or-char)
269      (define-key map "\M-\C-w" 'isearch-del-char)      (define-key map "\M-\C-w" 'isearch-del-char)

Legend:
Removed from v.1.245  
changed lines
  Added in v.1.246

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26