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

Lines Matching defs:regexp

146 	     (string-match ibuffer-compressed-file-name-regexp
233 A predicate can be a regexp or a function.
234 If a regexp, then it will be matched against the buffer's name.
242 :type '(repeat (choice regexp function))
327 (defcustom ibuffer-compressed-file-name-regexp
330 :type 'regexp
376 (regexp :tag "From")
377 (regexp :tag "To")))
484 (define-key map (kbd "% n") 'ibuffer-mark-by-name-regexp)
485 (define-key map (kbd "% m") 'ibuffer-mark-by-mode-regexp)
486 (define-key map (kbd "% f") 'ibuffer-mark-by-file-name-regexp)
498 (define-key map (kbd "I") 'ibuffer-do-query-replace-regexp)
508 (define-key map (kbd "U") 'ibuffer-do-replace-regexp)
588 '(menu-item "Add filter by content (regexp)..." ibuffer-filter-by-content))
744 (define-key-after map [menu-bar mark mark-by-name-regexp]
745 '(menu-item "Mark by buffer name (regexp)..." ibuffer-mark-by-name-regexp
746 :help "Mark buffers whose name matches a regexp"))
747 (define-key-after map [menu-bar mark mark-by-mode-regexp]
748 '(menu-item "Mark by major mode (regexp)..." ibuffer-mark-by-mode-regexp
749 :help "Mark buffers whose major mode name matches a regexp"))
750 (define-key-after map [menu-bar mark mark-by-file-name-regexp]
751 '(menu-item "Mark by file name (regexp)..." ibuffer-mark-by-file-name-regexp
752 :help "Mark buffers whose file name matches a regexp"))
762 (define-key-after operate-map [do-replace-regexp]
763 '(menu-item "Replace (regexp)..." ibuffer-do-replace-regexp
768 (define-key-after operate-map [do-query-replace-regexp]
769 '(menu-item "Query Replace (regexp)..." ibuffer-do-query-replace-regexp
770 :help "Replace text in marked buffers by regexp, asking each time"))
785 :help "View all lines in marked buffers matching a regexp"))
2110 (replace-regexp-in-string "%" "%%"
2369 '\\[ibuffer-do-replace-regexp]' - Replace by regexp in each of the marked
2372 '\\[ibuffer-do-query-replace-regexp]' - As above, with a regular expression.
2375 a given regexp (like the function `occur').
2415 '\\[ibuffer-mark-by-name-regexp]' - Mark buffers by their name, using a regexp.
2416 '\\[ibuffer-mark-by-mode-regexp]' - Mark buffers by their major mode, using a regexp.
2417 '\\[ibuffer-mark-by-file-name-regexp]' - Mark buffers by their filename, using a regexp.