Searched +refs:meta +refs:ignore +refs:comment +refs:regexp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-cmpl.el131 :type '(repeat (cons string regexp))
134 (defcustom eshell-cmpl-file-ignore "~\\'"
135 (documentation-property 'pcomplete-file-ignore
137 :type (get 'pcomplete-file-ignore 'custom-type)
140 (defcustom eshell-cmpl-dir-ignore "\\`\\(\\.\\.?\\|CVS\\)/\\'"
141 (documentation-property 'pcomplete-dir-ignore
143 :type (get 'pcomplete-dir-ignore 'custom-type)
146 (defcustom eshell-cmpl-ignore-case (eshell-under-windows-p)
147 (documentation-property 'pcomplete-ignore-case
149 :type (get 'pcomplete-ignore
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-group.el105 :type '(choice regexp (const nil)))
173 %C Group comment (string)
433 "Alist of group regexp and the charset for group names.
438 :type '(repeat (cons (regexp :tag "Group") (symbol :tag "Charset"))))
501 (?C gnus-tmp-comment ?s)
554 [(meta control return)] gnus-group-select-group-ephemerally
623 "r" gnus-group-mark-regexp
890 ["Mark regexp..." gnus-group-mark-regexp t]
1310 (defun gnus-group-prepare-flat (level &optional predicate lowest regexp)
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcperl-mode.el384 (defcustom cperl-comment-column 32
389 (defcustom cperl-indent-comment-at-column-0 nil
390 "*Non-nil means that comment started at column 0 should be indentable."
440 (defcustom cperl-pod-face 'font-lock-comment-face
490 (defcustom cperl-regexp-scan t
537 (defcustom cperl-scan-files-regexp "\\.\\([pP][Llm]\\|xs\\)$"
539 :type 'regexp
542 (defcustom cperl-noscan-files-regexp
545 :type 'regexp
548 (defcustom cperl-regexp
[all...]

Completed in 173 milliseconds