comparison lisp/progmodes/subword.el @ 108720:762db3570fa8

* isearch.el (isearch-yank-word-or-char): Pull next subword when `subword-mode' is activated. (Bug#6220)
author Juri Linkov <juri@jurta.org>
date Fri, 21 May 2010 01:33:09 +0300
parents 1d1d5d9bd884
children 417b1e4d63cd
comparison
equal deleted inserted replaced
108719:bd94528648ad 108720:762db3570fa8
74 ;; Acknowledgment: 74 ;; Acknowledgment:
75 ;; The regular expressions to detect subwords are mostly based on 75 ;; The regular expressions to detect subwords are mostly based on
76 ;; the old `c-forward-into-nomenclature' originally contributed by 76 ;; the old `c-forward-into-nomenclature' originally contributed by
77 ;; Terry_Glanfield dot Southern at rxuk dot xerox dot com. 77 ;; Terry_Glanfield dot Southern at rxuk dot xerox dot com.
78 78
79 ;; TODO: ispell-word and subword oriented C-w in isearch. 79 ;; TODO: ispell-word.
80 80
81 ;;; Code: 81 ;;; Code:
82 82
83 (defvar subword-mode-map 83 (defvar subword-mode-map
84 (let ((map (make-sparse-keymap))) 84 (let ((map (make-sparse-keymap)))