• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/gnus/

Lines Matching +defs:new +defs:prompt

502 (defcustom gnus-prompt-before-saving 'always
506 every article that is saved will be preceded by a prompt, even when
552 articles at a time, `gnus-prompt-before-saving' is bound to t and all
959 (defcustom gnus-article-date-lapsed-new-header nil
2324 (defun article-decode-charset (&optional prompt)
2326 If PROMPT (the prefix), prompt for a coding system to use."
2344 (prompt
2979 `gnus-article-date-lapsed-new-header' says whether the \"X-Sent:\" header
2983 (date-regexp (cond ((not gnus-article-date-lapsed-new-header)
3353 ((not gnus-prompt-before-saving) 'default)
3354 ((eq gnus-prompt-before-saving 'always) nil)
3357 (when (eq gnus-prompt-before-saving t)
3362 (defun gnus-read-save-file-name (prompt &optional filename
3382 (prompt
3383 (format prompt
3395 (concat prompt " (default "
3405 (concat prompt " (default "
3419 (concat prompt " (default " name "): ")
3430 (concat prompt " (`M-p' for defaults): ")
3591 (defmacro gnus-read-string (prompt &optional initial-contents history
3596 `(read-string ,prompt ,initial-contents ,history)
3597 `(read-string ,prompt ,initial-contents ,history ,default-value)))
4084 ;; Seems like a new article has been selected.
4520 "Put the MIME part under point into a new buffer.
4534 (buffer (and base (generate-new-buffer base))))
4561 (generate-new-buffer " *mm*")
5633 keys new-sum-point)
5659 (setq new-sum-point (point)))
5666 win func in-buffer selected new-sum-start new-sum-hscroll)
5681 (setq new-sum-point (point)
5682 new-sum-start (window-start win)
5683 new-sum-hscroll (window-hscroll win)))
5696 new-sum-point)
5697 (set-window-point win new-sum-point)
5698 (set-window-start win new-sum-start)
5699 (set-window-hscroll win new-sum-hscroll))))
6874 (let (marker entry new-list)
6877 (push marker new-list)
6884 (setq gnus-button-marker-list new-list))