From: Adam Funk <a24061@yahoo.com>
Subject: Re: How to pipe text or load a file directly into mail-mode?
Date: Tue, 9 May 2006 12:00:14 +0100 [thread overview]
Message-ID: <ua96j3-imk.ln1@news.ducksburg.com> (raw)
In-Reply-To: vogmi3-6sk.ln1@news.ducksburg.com
I now have most of this working the way I want, except for launching
emacs in mail-mode. The Perl program saves its data in a file named
$edit_file (which ends with the suffix ".mail") and calls
$status = system('emacs', '-nw', $edit_file, '-f', ' mail-mode');
which is equivalent to
emacs -nw $FILENAME -f mail-mode
on the command-line.
This launches Emacs with the correct file open, but it says "Mail
(Fundamental)" on the status line and "Symbol's function definition is
void: \ mail-mode" in the minibuffer.
If I then hit M-x mail-mode, it then says "Mail (Mail MC-w Fill)" on
the status line and "Loading sendmail...done" in the minibuffer, and
everything works correctly.
What else do I need to do to get mail-mode to come up initially?
next prev parent reply other threads:[~2006-05-09 11:00 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
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 [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ua96j3-imk.ln1@news.ducksburg.com \
--to=a24061@yahoo.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).