comparison lisp/isearch-mode.el @ 771:943eaba38521

[xemacs-hg @ 2002-03-13 08:51:24 by ben] The big ben-mule-21-5 check-in! Various files were added and deleted. See CHANGES-ben-mule. There are still some test suite failures. No crashes, though. Many of the failures have to do with problems in the test suite itself rather than in the actual code. I'll be addressing these in the next day or so -- none of the test suite failures are at all critical. Meanwhile I'll be trying to address the biggest issues -- i.e. build or run failures, which will almost certainly happen on various platforms. All comments should be sent to ben@xemacs.org -- use a Cc: if necessary when sending to mailing lists. There will be pre- and post- tags, something like pre-ben-mule-21-5-merge-in, and post-ben-mule-21-5-merge-in.
author ben
date Wed, 13 Mar 2002 08:54:06 +0000
parents a00780ef853d
children 79940b592197
comparison
equal deleted inserted replaced
770:336a418893b5 771:943eaba38521
259 (define-key map "\C-s" 'isearch-repeat-forward) 259 (define-key map "\C-s" 'isearch-repeat-forward)
260 (define-key map "\M-\C-s" 'isearch-repeat-forward) 260 (define-key map "\M-\C-s" 'isearch-repeat-forward)
261 (define-key map "\C-r" 'isearch-repeat-backward) 261 (define-key map "\C-r" 'isearch-repeat-backward)
262 (define-key map "\C-g" 'isearch-abort) 262 (define-key map "\C-g" 'isearch-abort)
263 263
264 ;; I wish this worked... 264 (define-key map [(meta escape)] 'isearch-cancel)
265 ;(define-key map [escape escape escape] 'isearch-cancel)
266 (define-key map [(meta escape) escape] 'isearch-cancel)
267 265
268 (define-key map "\C-q" 'isearch-quote-char) 266 (define-key map "\C-q" 'isearch-quote-char)
269 267
270 (define-key map "\C-m" 'isearch-exit) 268 (define-key map "\C-m" 'isearch-exit)
271 (define-key map "\C-j" 'isearch-printing-char) 269 (define-key map "\C-j" 'isearch-printing-char)