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

Lines Matching +defs:command +defs:line

265 (defvar mh-mode-line-annotation nil
272 "Window configuration before MH-E command.")
373 (defvar mh-thread-scan-line-map nil
374 "Map of message index to various parts of the scan line.")
375 (make-variable-buffer-local 'mh-thread-scan-line-map)
377 (defvar mh-thread-scan-line-map-stack nil
378 "Old map of message index to various parts of the scan line.
381 (make-variable-buffer-local 'mh-thread-scan-line-map-stack)
472 "Maximum number of command line args.")
476 The current buffer contains a list of strings, one on each line.
490 (mh-line-end-position))
493 (forward-line))
509 (defun mh-exec-cmd (command &rest args)
510 "Execute mh-command COMMAND with ARGS.
519 (apply 'call-process (expand-file-name command mh-progs) nil t nil args)
523 (insert "Errors when executing: " command)
530 (defun mh-exec-cmd-error (env command &rest args)
531 "In environment ENV, execute mh-command COMMAND with ARGS.
544 command (apply #'call-process (expand-file-name command mh-progs)
547 (defun mh-exec-cmd-daemon (command filter &rest args)
548 "Execute MH command COMMAND in the background.
554 ARGS are passed to COMMAND as command line arguments."
560 command nil
561 (expand-file-name command mh-progs)
566 (defun mh-exec-cmd-env-daemon (env command filter &rest args)
567 "In ennvironment ENV, execute mh-command COMMAND in the background.
576 ARGS are passed to COMMAND as command line arguments."
580 (apply #'mh-exec-cmd-daemon command filter args)))
590 (defun mh-exec-cmd-quiet (raise-error command &rest args)
592 Execute MH command COMMAND with ARGS. ARGS is a list of strings.
602 (expand-file-name command mh-progs) nil t nil
606 (mh-handle-process-error command value)
609 (defun mh-exec-cmd-output (command display &rest args)
610 "Execute MH command COMMAND with DISPLAY flag and ARGS.
616 (expand-file-name command mh-progs) nil t display
631 This command works even when the mark is not active, and
644 (defun mh-exec-lib-cmd-output (command &rest args)
645 "Execute MH library command COMMAND with ARGS.
648 (apply 'mh-exec-cmd-output (expand-file-name command mh-lib-progs) nil args))
650 (defun mh-handle-process-error (command status)
656 (format "%s: exit code %d\n" command status)
657 (format "%s: %s\n" command status)))
664 command mh-log-buffer)))
774 (when (mh-file-command-p mhparam)
798 (when (mh-file-command-p mhparam)
819 (when (mh-file-command-p mhparam)
834 (defun mh-file-command-p (file)
902 (end-of-line)
946 customize `mh-path' and add the directory in which the command
1089 (defgroup-mh mh-scan-line-formats nil
1090 "Scan line formats."
1516 \\[mh-insert-auto-fields] command or choose the \"Identity -> Insert
1607 This program generates a one-line summary for each of the new
1611 several scan line format variables appropriately."
1641 \"I m\" (mh-inc-spool-mh-e) command, customize this option, and click
1646 using the Emacs 22 command \"emacsclient\" as follows:
1653 command emacsclient --eval '(mh-inc-spool-mh-e)'
1655 In XEmacs, the command \"gnuclient\" is used in a similar
1792 "*String to put before each line of a yanked or inserted message.
1821 message without line wrapping."
1865 The signature is inserted into your message with the command
1892 white image, can be generated using the \"compface\" command (see URL
1924 message minus the header is yanked and a simple attribution line
1970 ;;; Scan Line Formats (:group 'mh-scan-line-formats)
1993 :group 'mh-scan-line-formats
2032 :group 'mh-scan-line-formats
2050 The name of the program that generates a listing of one line per
2056 :group 'mh-scan-line-formats
2140 "*Non-nil means the \"dist\" command needs entire letter for redistribution.
2252 interpreted correctly or toggle it with the command
2287 can use the command \\[mh-toggle-mime-buttons] to toggle the
2679 (defcustom-mh mh-lpr-command-format "lpr -J '%s'"
2682 This option contains the Unix command line which performs the
2683 actual printing for the \\[mh-print-msg] command. The string can
2847 "*Number of lines in MH-Folder buffer (including the mode line).
2982 "Hook run at the beginning of the \\<mh-letter-mode-map>\\[mh-send-letter] command.