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

Lines Matching +defs:mode +defs:alist

15 ;; mode).  See below for a list of additional features, including the
84 ;; In other words, it takes over after you hit "C-c C-c" in mail mode.
148 ;; (setq auto-mode-alist (cons '("\\.fqm$" . mail-mode) auto-mode-alist))
170 ;; If you are using message-mode to compose and send mail, feedmail will
243 ;; option to control writing in text vs binary mode
245 ;; reliable re-editing of text-mode (vs binary) queued messages
264 ;; feedmail-queue-reminder, feedmail-queue-reminder-alist (after suggestions
502 nil, writing will be in text mode. On systems where there is no
725 Spray mode is usually pointless, and if you can't think of a good reason for
773 The idea of the example is that, during spray mode, as each message is
802 queued in their raw state as they appear in the mail-mode buffer and
805 mail-mode or whatever). If you visit a file in the queue directory
896 (defvar feedmail-prompt-before-queue-standard-alist
920 "An alist of choices for the message action prompt.
923 actions from the standard alist). To customize your own choices,
924 define a similar alist called `feedmail-prompt-before-queue-user-alist'.
925 The actual alist used for message action will be the standard alist
926 overlaid with the user-alist. To neutralize an item in the standard
927 alist without providing a replacement, define an appropriate element
928 in the user alist with a value of nil." )
931 (defcustom feedmail-prompt-before-queue-user-alist nil
932 "See `feedmail-prompt-before-queue-standard-alist'."
943 example, `feedmail-prompt-before-queue-user-alist'), the available responses
952 (defcustom feedmail-queue-reminder-alist
1110 immediate mode (i.e., not when you're running the queue) and will ask if
1211 (defcustom feedmail-queue-runner-mode-setter
1212 '(lambda (&optional arg) (mail-mode))
1213 "*A function to set the proper mode of a message file.
1218 Most people want `mail-mode', so the default value is an anonymous
1250 want `mail-send-and-exit' (bound to C-c C-c in mail-mode), but here's
1474 (feedmail-queue-reminder-alist nil)
1629 (let ((file-name-buffer-file-type-alist nil) (default-buffer-file-type nil))
1640 (funcall feedmail-queue-runner-mode-setter arg)
1685 after-immediate (a message has just been sent in immediate mode)
1690 WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
1693 by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders,
1694 you can set `feedmail-queue-reminder-alist' to nil."
1697 (setq entry (assoc key feedmail-queue-reminder-alist))
1762 (setq answer (or (assoc user-sez feedmail-prompt-before-queue-user-alist)
1764 (assoc (char-to-int user-sez) feedmail-prompt-before-queue-user-alist))
1765 (assoc user-sez feedmail-prompt-before-queue-standard-alist)
1767 (assoc (char-to-int user-sez) feedmail-prompt-before-queue-standard-alist))))
1810 * SPRAY toggle spray mode (individual message transmissions)
1823 see the variable feedmail-prompt-before-queue-user-alist.
1827 (save-excursion (set-buffer standard-output) (if (fboundp 'help-mode) (help-mode)))))