Searched +refs:apropos +refs:regexp (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-button.el7 ;; Keywords: irc, button, url, regexp
99 (defcustom erc-button-url-regexp
106 :type 'regexp)
109 "If non-nil, \"long\" URLs matching `erc-button-url-regexp' will be wrapped.
140 (erc-button-url-regexp 0 t browse-url 0)
175 BUTTON is the number of the regexp grouping actually matching the
185 PAR is a number of a regexp grouping whose text will be passed to
193 regexp
194 (variable :tag "Variable containing regexp")
196 (integer :tag "Number of the regexp sectio
[all...]
H A Derc-dcc.el217 (defconst erc-dcc-ipv4-regexp
226 (if (not (string-match erc-dcc-ipv4-regexp ip))
266 :valid-regexp erc-dcc-ipv4-regexp)))
304 :type '(repeat regexp))
369 (apropos "erc-dcc-do-.*-command")
433 erc-valid-nick-regexp "\\)?\\s-*$") line)
562 (defconst erc-dcc-ctcp-query-send-regexp
577 ((string-match erc-dcc-ctcp-query-send-regexp query)
610 matches against all the regexp'
[all...]
H A Derc.el807 :type '(repeat regexp))
826 :type '(repeat regexp))
906 :type '(repeat (list regexp (choice (string) (function)))))
930 :type '(repeat (list regexp (choice (string) (function)))))
1452 (concat "\C-l\\|\\(^" (regexp-quote (erc-prompt)) "\\)"))
1454 (concat "\\(" (regexp-quote (erc-prompt)) "\\)"))
2344 (defvar erc-valid-nick-regexp "[]a-zA-Z^[;\\`_{}|][]^[;\\`_{}|a-zA-Z0-9-]*"
2349 (string-match (concat "^" erc-valid-nick-regexp "$") nick))
2562 (apropos-internal "^erc-" 'user-variable-p))))
2580 "Ignore USER. This should be a regexp matchin
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Detags.el85 ;; using directory listing and regexp matching using
154 "*Face for tags in the output of `tags-apropos'."
159 (defcustom tags-apropos-verbose nil
165 (defcustom tags-apropos-additional-actions nil
166 "Specify additional actions for `tags-apropos'.
169 TO-SEARCH). For each triple, `tags-apropos' processes TO-SEARCH and
242 (defvar find-tag-regexp-search-function nil
243 "Search function passed to `find-tag-in-order' for finding a regexp tag.")
244 (defvar find-tag-regexp-tag-order nil
245 "Tag order passed to `find-tag-in-order' for finding a regexp ta
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dinfo.el241 (defcustom Info-search-whitespace-regexp "\\s-+"
247 :type 'regexp
420 (concat (regexp-quote (car (car tail))) "$")
514 (regexp-quote path-separator))
516 (split-string path (regexp-quote path-separator)))
608 (defun Info-node-at-bob-matching (regexp)
615 (re-search-backward regexp beg t))))
675 (and (member filename '(apropos history toc)) filename)))
745 (defun Info-find-in-tag-table-1 (marker regexp case-fold)
762 (when (re-search-forward regexp ni
[all...]
H A Dmenu-bar.el153 (regexp-quote
223 "Search forward for the previous search string or regexp."
229 ((and (eq menu-bar-last-search-type 'regexp)
230 regexp-search-ring)
231 (re-search-forward (car regexp-search-ring)))
236 "Search backward for the previous search string or regexp."
242 ((and (eq menu-bar-last-search-type 'regexp)
243 regexp-search-ring)
244 (re-search-backward (car regexp-search-ring)))
268 (interactive "sSearch for regexp
[all...]
H A Dwoman.el58 ;; need to adjust the user option `woman-file-compression-regexp'.
349 ;; Add apropos facility by searching NAME (?) entry in man files?
436 (if (string-match Man-reference-regexp arg)
443 (require 'apropos))
615 selected by the value of `woman-manpath-man-regexp'. Non-directory
644 (defcustom woman-manpath-man-regexp "[Mm][Aa][Nn]"
664 directory string is treated as a regexp \(Emacs, not shell) and the
670 element must evaluate to a SINGLE directory name (regexp, see above).
760 (defvar woman-file-regexp nil
764 `woman-uncompressed-file-regexp' an
[all...]
H A Dwid-edit.el1868 :valid-regexp ""
1904 "Valid if the content matches `:valid-regexp'."
1905 (unless (string-match (widget-get widget :valid-regexp)
2852 (apropos (concat "\\`" (regexp-quote string) "\\'"))
2862 (defcustom widget-documentation-link-regexp "`\\([^\n`' ]+\\)'"
2865 :type 'regexp
2885 (let ((regexp widget-documentation-link-regexp)
2892 (while (re-search-forward regexp t
3003 (define-widget 'regexp 'string function
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dru-refcard.tex93 apropos: �������� �������, ��������������� ������ & \kbd{C-h a} \\
192 � �������������� ���������� ��������� & \kbd{M-x query-replace-regexp} \\
488 (global-set-key "\M-#" 'query-replace-regexp)
H A Dpl-refcard.tex363 %\key{apropos: show commands matching a string}{C-h a}
367 \key{apropos: poka/z polecenia zgodne z napisem}{C-h a}
513 %\metax{using regular expressions}{M-x query-replace-regexp}
643 %\key{regexp search backward through history}{M-r}
644 %\key{regexp search forward through history}{M-s}
705 %\metax{regexp search on all files in tags table}{M-x tags-search}
902 %\key{search nodes for regexp}{M-s}
957 (global-set-key "\\M-\#" 'query-replace-regexp)
960 (global-set-key [?\\M-\#] 'query-replace-regexp)
H A Drefcard.tex307 \key{apropos: show commands matching a string}{C-h a}
393 % query-replace-regexp is bound to C-M-% but that can't be typed on
395 \metax{using regular expressions}{M-x query-replace-regexp}
477 \key{regexp search backward through history}{M-r}
478 \key{regexp search forward through history}{M-s}
512 \metax{regexp search on all files in tags table}{M-x tags-search}
605 \key{search nodes for regexp}{s}
646 (global-set-key "\\M-\#" 'query-replace-regexp)
H A Dpt-br-refcard.tex311 \key{apropos: mostra comandos que casam com a string}{C-h a}
397 % query-replace-regexp is bound to C-M-% but that can't be typed on
399 \metax{usando express{\~a}o regular}{M-x query-replace-regexp}
482 \key{busca regexp no hist{\'o}rico para tr{\'a}s}{M-r}
483 \key{busca regexp no hist{\'o}rico para frente}{M-s}
518 \metax{busca por regexp em todos arquivos}{M-x tags-search}
653 (global-set-key "\\M-\#" 'query-replace-regexp)
H A Dgnus-refcard.tex338 A d & (C-c C-M-a) List all groups whose names or {\bf descriptions} match a regexp.\\
343 A a & (C-c C-a) List all groups whose names match a regexp
344 ({\bf apropos}).\\
346 A M & List groups that {\bf match} a regexp.\\
347 A m & List groups that {\bf match} a regexp and have unread articles.
424 T M & {\bf Move} all groups matching a regexp to a topic.\\
425 T C & {\bf Copy} all groups matching a regexp to a topic.\\
489 \& & Execute a command on all articles whose header matches a regexp.
497 M-s & {\bf Search} through all subsequent articles for a regexp.\\
498 M-r & Search through all previous articles for a regexp
[all...]
H A Dcs-refcard.tex303 \key{apropos: p��kazy odpov�daj�c� �et�zci}{C-h a}
390 \metax{s~u�it�m regul�rn�ho v�razu}{M-x query-replace-regexp}
639 (global-set-key "\\M-\#" 'query-replace-regexp)
H A Dsk-refcard.tex305 \key{apropos: pr�kazy zodpovedaj�ce re�azcu}{C-h a}
391 \metax{s~pou�it�m regul�rneho v�razu}{M-x query-replace-regexp}
640 (global-set-key "\\M-\#" 'query-replace-regexp)
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-art.el157 "*All headers that start with this regexp will be hidden.
161 regexp
162 (repeat regexp))
167 "*All headers that do not match this regexp will be hidden.
168 This variable can also be a list of regexp of headers to remain visible.
171 (custom-split-regexp-maybe value))
175 regexp)
185 :type '(repeat regexp)
230 (regexp)
231 (repeat :tag "List of regexp" regex
[all...]

Completed in 140 milliseconds