• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:help +defs:text

100 If this value is `not-yanks', yanked text is always downcased."
128 "If t incremental search can match hidden text.
129 A nil value means don't match invisible text.
130 When the value is `open', if the text matched is made invisible by
136 :type '(choice (const :tag "Match hidden text" t)
138 (const :tag "Don't match hidden text" nil))
144 It means that after search makes some invisible text visible
145 to show the match, it makes the text invisible again when the match moves.
146 Ordinarily the text becomes invisible again at the end of the search."
232 When non-nil, all text in the buffer matching the current search
377 ;; ;; Instead bind C-h to special help command for isearch-mode.
378 ;; (define-key map "\C-h" 'isearch-mode-help)
396 ;; For searching multilingual text.
444 (defvar isearch-message "") ; text-char-description version of isearch-string
536 Type \\[isearch-yank-kill] to yank the last string of killed text.
615 (defun isearch-mode-help ()
806 ;; If we ended in the middle of some intangible text,
807 ;; move to the further end of that intangible text.
809 (get-text-property (point) 'intangible)))
811 (get-text-property (1- (point)) 'intangible))))
1042 (mapconcat 'isearch-text-char-description
1065 (mapconcat 'isearch-text-char-description
1149 (mapconcat 'isearch-text-char-description
1267 isearch-message (mapconcat 'isearch-text-char-description
1283 (mapconcat 'isearch-text-char-description
1316 "Pull the text from point to the point reached by JUMPFORM.
1362 (lambda () (let ((inhibit-field-text-motion t))
1510 ;; attempts this, we scroll the text back again.
1568 `above' if we need to scroll the text downwards; the symbol `below',
1816 (isearch-text-char-description char))))
1843 isearch-message (mapconcat 'isearch-text-char-description
1882 (if completion-auto-help
1900 (mapconcat 'isearch-text-char-description
2045 ;; Clear RETRY unless we matched some invisible text
2095 ;; properties, and then set them to nil. This way the text hidden
2167 "Return t if all the text from BEG to END is invisible."
2188 (if (get-text-property (point) 'invisible)
2192 ;; if text is hidden by an `invisible' text property
2262 (defun isearch-text-char-description (c)