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

Lines Matching +refs:symbol +refs:plist

298 If nil, leave the subject unchanged.  If it is the symbol `ask', query
316 `message-subject-trailing-was-query' is set to the symbol `ask'. If
526 Can also be the symbol `best' to indicate that MML should be
666 query before using the \"poster\" value. If it is the symbol `ask',
667 always query the user whether to use the value. If it is the symbol
678 If nil, always ignore the header. If it is the symbol `ask', always
679 query the user whether to use the value. If it is the symbol `use',
731 If it is the symbol `always', the posting is allowed. If it is the
732 symbol `never', the posting is not allowed. If it is the symbol
750 If this is nil, use `user-mail-address'. If it is the symbol
1070 where TYPE is a symbol that names the method; PREDICATE is a function
1100 :type 'symbol)
1876 (replace-match (concat "=?" (symbol-name cs-coding)
2553 (symbol-value 'egg-modefull-mode)
2895 (let* ((header-name (symbol-name (car header)))
2901 for old-header = (mail-fetch-field (symbol-name synonym))
2925 (message-remove-header (symbol-name (car elem)))
2927 (insert (symbol-name (car elem)) ": "
3777 (delq action (symbol-value var))))))
3805 plist total header required-mail-headers)
3812 (push p plist)
3814 (setq total (length plist))
3815 (push (point-max) plist)
3816 (setq plist (nreverse plist))
3819 (setq p (pop plist))
3820 (while plist
3822 (copy-to-buffer tembuf p (car plist))
3860 (setq p (pop plist))
4117 (concat "^" (symbol-name (car headers)) ": *") nil t)
5210 (concat "^" (symbol-name (car headers)) ": *") nil t)
5229 (symbol-name header)))
5254 (symbol-value (cdr elem)))))
5265 (symbol-value header))
5266 ;; The element is a symbol. We insert the value
5267 ;; of this symbol, if any.
5268 (symbol-value header))
5270 (intern (downcase (symbol-name header)))))
5359 (insert (capitalize (symbol-name header))
5399 (insert (capitalize (symbol-name header))
5470 (insert (capitalize (symbol-name header)) ": "
6833 (defun message-tool-bar-update (&optional symbol value)
6837 (when symbol
6839 (set-default symbol value)))
6846 It can be either a list or a symbol refering to a list. See
6856 (symbol))
7099 (string-match regexp (symbol-name (car local)))
7101 (string-match varstr (symbol-name (car local)))))
7191 (defun message-options-get (symbol)
7192 (cdr (assq symbol message-options)))
7194 (defun message-options-set (symbol value)
7195 (let ((the-cons (assq symbol message-options)))
7201 (push (cons symbol value) message-options))))