Searched +refs:mail +refs:address +refs:field +refs:regexp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dsupercite.el1 ;;; supercite.el --- minor mode for citing mail and news replies
10 ;; Keywords: mail, news
43 (require 'sendmail) ;; For mail-header-end.
51 :group 'mail
80 "*Number of blank lines to leave after mail headers have been nuked.
102 (defcustom sc-citation-leader-regexp "[ \t]*"
105 :type 'regexp
110 (defcustom sc-citation-root-regexp "[-._[:alnum:]]*"
113 `sc-citation-nonnested-root-regexp'."
114 :type 'regexp
[all...]
H A Drmail.el1 ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs
7 ;; Keywords: mail
42 (require 'mail-utils)
47 (defvar mail-abbrev-syntax-table)
48 (defvar mail-abbrevs)
57 ;(defvar rmail-spool-directory "/usr/spool/mail/"
59 ;delivering new mail. Its name should end with a slash.")
66 :group 'mail)
115 "*Password to use when reading mail from POP server.
122 "*Non-nil if a password is required when reading mail fro
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex130 current maintainer's email address. \Guide{} last edited on \date.
172 (i.e. to read mail). \\
194 1 & draft/mail groups & \\
195 2 & mail groups & \\
227 E & (E, M e, M x) {\bf Expirable}. Only has effect in mail groups.\\
338 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
346 A M & List groups that {\bf match} a regexp.\\
347 A m & List groups that {\bf match} a regexp and have unread articles.
387 You can also create mail
[all...]
H A Dorgcard.tex59 % Internet: gildea@stop.mail-abuse.org
332 \key{show sparse tree for all matches of a regexp}{C-c /}
354 {\bf Re-aligning and field motion}
357 \key{re-align the table, move to next field}{TAB}
358 \key{move to previous field}{S-TAB}
385 \key{set and eval field formula}{C-u C-c =}
400 Formulas typed in field are executed by \kbd{TAB},
402 formula, \kbd{:=} a named-field formula.
413 \key{edit the current field in a separate window}{C-c `}
414 \key{make current field full
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmessage.el1 ;;; message.el --- composing mail and news messages
7 ;; Keywords: mail, news
28 ;; This mode provides mail-sending facilities from within Emacs. It
43 ;; Because we dynamically bind mail-abbrev-mode-regexp, we'd better
46 (require 'mail-abbrevs)
48 (require 'mail-parse)
56 (defgroup message '((user-mail-address custom-variable)
60 :group 'mail
[all...]
H A Dgnus-art.el41 (require 'mail-parse)
48 (autoload 'gnus-msg-mail "gnus-msg" nil t)
157 "*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)
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim95 for field in qflist
99 let item = matchstr(field['text'], '^[^[:space:]]\+')
276 for field in qflist
277 let item = matchstr(field['text'], '^[^[:space:]]\+')
280 if field['text'] =~ item.'\s*=\s*new\s\+'
282 let classname = matchstr(field['text'],
315 for field in qflist
317 let item = matchstr(field['text'], '^[^[:space:]]\+')
318 let fname = matchstr(field['text'], '\t\zs\f\+\ze')
319 let prototype = matchstr(field['tex
[all...]

Completed in 232 milliseconds