all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ralf Fassel <ralfixx@gmx.de>
Subject: Re: How to pipe text or load a file directly into mail-mode?
Date: Wed, 03 May 2006 22:35:03 +0200	[thread overview]
Message-ID: <ygaslnqvoco.fsf@panther.akutech-local.de> (raw)
In-Reply-To: vogmi3-6sk.ln1@news.ducksburg.com

* Adam Funk <a24061@yahoo.com>
| 2. saves the output in a temp file and opens it with an emacs
|    command.

If you use some well-known extension like ".perl-mail", you could configure
your emacs to load those extensions as mail-mode files:

Add
  (setq auto-mode-alist (cons '("\\.perl-mail\\'" . mail-mode) auto-mode-alist))
to your ~/.emacs.

Then save the temp file to say /tmp/xxx.perl-mail and fire up emacs on that
file via perls system()
   system("emacs /tmp/xxx.perl-mail");

| Does the program's output (emacs's input) need to be formatted in
| the normal way for a mail message (with a blank line after the
| headers) or the way it shows up in the Emacs mail buffer (with
| "--text follows this line--" after the headers)?

The temp file would need to contain what a buffer created via C-x m
usually contains (i.e. the "--text follows this line--" marker and all
necessary headers (To, CC, ...)).

Untested, especially the usage of temp file names in /tmp.

R'

  parent reply	other threads:[~2006-05-03 20:35 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-03 11:29 How to pipe text or load a file directly into mail-mode? Adam Funk
2006-05-03 14:26 ` Giorgos Keramidas
2006-05-03 15:05   ` Adam Funk
2006-05-03 18:16     ` Giorgos Keramidas
2006-05-03 19:05       ` Adam Funk
2006-05-03 20:35 ` Ralf Fassel [this message]
2006-05-04  4:24   ` Giorgos Keramidas
2006-05-04 10:49     ` Adam Funk
2006-05-04 13:16       ` Peter Dyballa
2006-05-04 16:43       ` Ralf Fassel
2006-05-04 19:46         ` Adam Funk
2006-05-04 20:49           ` Giorgos Keramidas
2006-05-05  8:36             ` Adam Funk
2006-05-05 14:26               ` Giorgos Keramidas
2006-05-05 11:17             ` Reiner Steib
2006-05-05 13:54             ` Adam Funk
2006-05-05 12:13           ` Ralf Fassel
2006-05-04 17:13       ` Paul Lalli
2006-05-04 19:27         ` Adam Funk
2006-05-05 21:39       ` John Sullivan
2006-05-09 11:00 ` Adam Funk
2006-05-09 11:48   ` Ralf Fassel
2006-05-09 12:15     ` Adam Funk
2006-05-09 14:16     ` Adam Funk
2006-05-09 14:30       ` Ralf Fassel
2006-05-10  8:23         ` Adam Funk
2006-05-10 12:11           ` Ralf Fassel
2006-05-10 12:22             ` Adam Funk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ygaslnqvoco.fsf@panther.akutech-local.de \
    --to=ralfixx@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.