Home | History | Annotate | Download | only in doc

Lines Matching defs:string

83 ;; string-match of XEmacs when used in completing-read used the
85 ;; c-mode buffer that we had set => so there's a new *-string-match-cs
86 ;; (case sensitive) function which binds case-fold-search and runs string-match
92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols)
126 ;; setting case-fold-search is now done in libxmldoc-string-match-cs
150 (not (libxmldoc-string-match-cs libxmldoc-filter-regexp
165 ;; (if (null (string-match
174 (defun libxmldoc-string-match-cs(regexp str)
175 "This is needed because string-match in XEmacs uses the current-
178 (string-match regexp str)))
202 (if (char-equal (elt (match-string 1) 0) ?#)
203 (setq uri (concat "file://" (car files) (match-string 1)))
205 "/" (match-string 1))))
209 (if (not (string-equal "" (match-string 1)))
210 (add-to-list 'symbols (cons (match-string 1) uri))))
211 ;; (setq symbols (cons (cons (match-string 1) uri) symbols)))