• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/emulation/

Lines Matching +defs:isearch +defs:word

144   (define-key vi-com-map "\C-r" 'vi-isearch-backward) ; modification
145 (define-key vi-com-map "\C-s" 'vi-isearch-forward) ; extension
197 (define-key vi-com-map "B" 'vi-backward-blank-delimited-word)
200 (define-key vi-com-map "E" 'vi-end-of-blank-delimited-word)
218 (define-key vi-com-map "W" 'vi-forward-blank-delimited-word)
232 (define-key vi-com-map "b" 'backward-word)
235 (define-key vi-com-map "e" 'vi-end-of-word)
253 (define-key vi-com-map "w" 'vi-forward-word)
269 (put 'vi-isearch-backward 'point-moving-unit 'search)
271 (put 'vi-isearch-forward 'point-moving-unit 'search)
287 (put 'vi-backward-blank-delimited-word 'point-moving-unit 'WORD)
288 (put 'vi-end-of-blank-delimited-word 'point-moving-unit 'match)
296 (put 'vi-forward-blank-delimited-word 'point-moving-unit 'WORD)
299 (put 'backward-word 'point-moving-unit 'word)
300 (put 'vi-end-of-word 'point-moving-unit 'match)
306 (put 'vi-forward-word 'point-moving-unit 'word)
314 (put 'mark-word 'point-moving-unit 'region)
434 - The stopping positions for some point motion commands (word boundary,
656 (defun vi-isearch-forward (arg)
659 (let ((scmd (if arg 'isearch-forward-regexp 'isearch-forward))
666 (defun vi-isearch-backward (arg)
669 (let ((scmd (if arg 'isearch-backward-regexp 'isearch-backward))
683 (isearch-update-ring string arg))
693 (isearch-update-ring string arg))
942 (defun vi-end-of-word (count)
943 "Move forward until encountering the end of a word.
1213 (defun vi-backward-blank-delimited-word (count)
1219 (defun vi-forward-blank-delimited-word (count)
1225 (defun vi-end-of-blank-delimited-word (count)
1226 "Forward to the end of the COUNT'th blank-delimited word."
1249 (defun vi-forward-word (count)
1391 ((char-equal region ?w) (mark-word arg))
1412 ((char-equal unit ?w) (call-interactively 'spell-word))
1436 "Quote ARG words from the word point is on with pattern specified by CHAR.
1443 (if (not (looking-at "\\<")) (forward-word -1))
1450 (vi-end-of-word arg)
1460 (setq name (buffer-substring (progn (vi-backward-blank-delimited-word 1)
1463 (progn (vi-end-of-blank-delimited-word 1)