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

Lines Matching +defs:describe +defs:function

238 longer (in lines) than that number.  If it is a function, the function
245 function
266 "*String or function to be executed to display an X-Face header.
270 (function-item gnus-display-x-face-in-from)
271 function)
434 "A regexp to describe whitespace which should not be emphasized.
487 The variable can also be function, which should return a complete Date
488 header. The function is called with one argument, the time, which can
497 the saver function, which is specified by `gnus-default-article-saver',
521 that the symbol of the saver function, which is specified by
527 "A function to save articles in your favourite format.
528 The function will be called by way of the `gnus-summary-save-article'
542 The symbol of each function may have the following properties:
549 * :function
550 The value specifies an alternative function which appends, not
562 :type '(radio (function-item gnus-summary-save-in-rmail)
563 (function-item gnus-summary-save-in-mail)
564 (function-item gnus-summary-save-in-folder)
565 (function-item gnus-summary-save-in-file)
566 (function-item gnus-summary-save-body-in-file)
567 (function-item gnus-summary-save-in-vm)
568 (function-item gnus-summary-write-to-file)
569 (function-item gnus-summary-write-body-to-file)
570 (function)))
613 "A function generating a file name to save articles in Rmail format.
614 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
616 :type 'function)
619 "A function generating a file name to save articles in Unix mail format.
620 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
622 :type 'function)
625 "A function generating a file name to save articles in MH folder.
626 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER."
628 :type 'function)
631 "A function generating a file name to save articles in article format.
632 The function is called with NEWSGROUP, HEADERS, and optional
635 :type 'function)
656 If this form or function returns a string, this string will be used as
660 :type '(repeat (choice (list :value (fun) function)
848 (defcustom gnus-display-mime-function 'gnus-display-mime
851 :type 'function)
853 (defvar gnus-decode-header-function 'mail-decode-encoded-word-region
856 (defvar gnus-decode-address-function 'mail-decode-encoded-address-region
945 (defcustom gnus-article-mime-part-function nil
951 function))
968 (defcustom gnus-article-mime-match-handle-function 'undisplayed-alternative
973 undisplayed part is used. For a function, the first part which
974 the function return t is used. For nil, the first part is
983 (function)))
1000 (function))))
1517 (defvar gnus-article-wash-function nil
1547 (defvar gnus-treatment-function-alist
1640 (put 'gnus-with-article-headers 'lisp-indent-function 0)
1649 (put 'gnus-with-article-buffer 'lisp-indent-function 0)
1744 ;; This function might be inhibited.
2001 Note that this function guesses whether a character is a sm*rtq**t* or
2215 ;; When displaying parts, this function can be called several times on
2269 ;; RFC822 parts calls this function too.
2305 ;; The command is a lisp function, so we call it.
2308 (error "%s is not a function"
2393 (funcall gnus-decode-address-function start end)
2394 (funcall gnus-decode-header-function start end))
2578 (let* ((func (or gnus-article-wash-function mm-text-html-renderer))
2693 ;; required that the *-extract-address-components function
3175 function and want to see what the date was before converting."
3204 The numerical prefix says how frequently (in seconds) the function
3335 ;; of the `:headers' property that the saver function might have.
3363 function group headers variable
3366 (funcall function group headers (symbol-value variable)))
3402 (funcall function split-name headers
3518 (put 'gnus-summary-write-to-file :function 'gnus-summary-save-in-file)
3553 :function 'gnus-summary-save-body-in-file)
3681 (mml2015-clear-verify-function))
3712 (funcall (mml2015-clear-verify-function)))
3834 "?" gnus-article-describe-briefly
3842 "\C-hk" gnus-article-describe-key
3843 "\C-hc" gnus-article-describe-key-briefly
3904 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
4145 (when gnus-display-mime-function
4146 (funcall gnus-display-mime-function))
4713 (defun gnus-article-part-wrapper (n function)
4728 (funcall function handle)))
4793 gnus-article-mime-match-handle-function)))
4956 (when gnus-article-mime-part-function
4957 (gnus-mime-part-function handles)))
5053 (defun gnus-mime-part-function (handles)
5055 (mapcar 'gnus-mime-part-function (cdr handles))
5056 (funcall gnus-article-mime-part-function handles)))
5278 representing the particular washing function, ON is the string to use
5279 in the article mode line when the washing function is active, and OFF
5349 top of a file. Otherwise, this function saves a raw article without
5588 (defun gnus-article-describe-briefly ()
5591 (gnus-message 6 (substitute-command-keys "\\<gnus-article-mode-map>\\[gnus-article-goto-next-page]:Next page \\[gnus-article-goto-prev-page]:Prev page \\[gnus-article-show-summary]:Show summary \\[gnus-info-find-node]:Run Info \\[gnus-article-describe-briefly]:This help")))
5703 (defun gnus-article-describe-key (key)
5704 "Display documentation of the function invoked by KEY. KEY is a string."
5721 (describe-key key))
5722 (describe-key key)))
5724 (defun gnus-article-describe-key-briefly (key &optional insert)
5725 "Display documentation of the function invoked by KEY. KEY is a string."
5742 (describe-key-briefly key insert))
5743 (describe-key-briefly key insert)))
5995 (defvar gnus-article-edit-done-function nil)
6006 "\C-c?" describe-mode
6068 (make-local-variable 'gnus-article-edit-done-function)
6109 (setq gnus-article-edit-done-function exit-func)
6116 (let ((func gnus-article-edit-done-function)
6210 The function must take at least one argument with a string naming the
6213 :type '(choice (function-item :tag "Man" manual-entry)
6214 (function-item :tag "Woman" woman)
6215 (function :tag "Other"))
6233 The function must take one argument, the string naming the URL."
6235 :type '(choice (function-item :tag "Browse Url" browse-url)
6236 (function :tag "Other"))
6272 symbol `ask', always query the user what do do. If it is a function, this
6273 function will be called with the string as its only argument. The function
6277 :type '(choice (function-item :tag "Heuristic function"
6444 (defvar gnus-button-handle-describe-prefix "^\\(C-h\\|<?[Ff]1>?\\)")
6449 (defun gnus-button-handle-describe-function (url)
6450 "Call `describe-function' when pushing the corresponding URL button."
6451 (describe-function
6453 (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
6455 (defun gnus-button-handle-describe-variable (url)
6456 "Call `describe-variable' when pushing the corresponding URL button."
6457 (describe-variable
6459 (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
6462 "Display help on variable or function.
6463 Calls `describe-variable' or `describe-function'."
6466 ((fboundp sym) (describe-function sym))
6467 ((boundp sym) (describe-variable sym))
6468 (t (gnus-message 3 "`%s' is not a known function of variable." url)))))
6470 (defun gnus-button-handle-describe-key (url)
6471 "Call `describe-key' when pushing the corresponding URL button."
6473 (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))
6476 (describe-key keys)
6481 (apropos (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6486 (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6492 (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6498 (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
6648 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1)
6650 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1)
6652 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2)
6654 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2)
6658 1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3)
6698 CALLBACK: is the function to call when the user push this button, and each
6702 variable it the real callback function."
6707 (function :tag "Callback")
6744 (function :tag "Callback")
6752 "Check text under the mouse pointer for a callback function.
6765 "Check text at point for a callback function.
6776 This function calls `gnus-article-highlight-headers',
6789 This function calls `gnus-article-highlight-headers',
7326 (alist gnus-treatment-function-alist)
7573 (or (nth 2 (assoc protocol mm-verify-function-alist))
7574 (nth 2 (assoc protocol mm-decrypt-function-alist))