[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to pipe text or load a file directly into mail-mode?
From: |
Adam Funk |
Subject: |
Re: How to pipe text or load a file directly into mail-mode? |
Date: |
Tue, 9 May 2006 13:15:24 +0100 |
User-agent: |
slrn/0.9.8.1pl1 (Debian) |
On 2006-05-09, Ralf Fassel <ralfixx@gmx.de> wrote:
> * Adam Funk <a24061@yahoo.com>
>| $status = system('emacs', '-nw', $edit_file, '-f', ' mail-mode');
> --<snip-snip>--
>| and "Symbol's function definition is void: \ mail-mode" in the
>
> Get rid of the leading space in the last argument of the system()
> invocation:
> ' mail-mode'
>=>
> 'mail-mode'
Exactly, thanks!
(That was an embarrassing editing mistake not to notice.)
Re: How to pipe text or load a file directly into mail-mode?, Adam Funk, 2006/05/09
- Re: How to pipe text or load a file directly into mail-mode?, Ralf Fassel, 2006/05/09
- Re: How to pipe text or load a file directly into mail-mode?,
Adam Funk <=
- Re: How to pipe text or load a file directly into mail-mode?, Adam Funk, 2006/05/09
- Re: How to pipe text or load a file directly into mail-mode?, Ralf Fassel, 2006/05/09
- Re: How to pipe text or load a file directly into mail-mode?, Adam Funk, 2006/05/10
- Re: How to pipe text or load a file directly into mail-mode?, Ralf Fassel, 2006/05/10
- Re: How to pipe text or load a file directly into mail-mode?, Adam Funk, 2006/05/10