From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Newsgroups: gmane.emacs.help Subject: emacsclient help Date: Sun, 1 Oct 2006 06:52:03 -0700 Message-ID: <20061001135203.GA11063@bill.local> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159710759 18921 80.91.229.2 (1 Oct 2006 13:52:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Oct 2006 13:52:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 01 15:52:37 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GU1k6-00086d-5C for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Oct 2006 15:52:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GU1k5-0008Pf-Pd for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Oct 2006 09:52:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GU1jt-0008Pa-Gj for help-gnu-emacs@gnu.org; Sun, 01 Oct 2006 09:52:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GU1jp-0008PO-UG for help-gnu-emacs@gnu.org; Sun, 01 Oct 2006 09:52:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GU1jp-0008PL-OM for help-gnu-emacs@gnu.org; Sun, 01 Oct 2006 09:52:13 -0400 Original-Received: from [24.20.51.17] (helo=bill.tualatinfoursquare.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GU1pb-0007mT-63 for help-gnu-emacs@gnu.org; Sun, 01 Oct 2006 09:58:11 -0400 Original-Received: by bill.tualatinfoursquare.org (Postfix, from userid 501) id AD89B133381; Sun, 1 Oct 2006 06:52:03 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37745 Archived-At: I'm attempting to use emacsclient with Mutt, in OS X Terminal. So far I am able to get Terminal in general to 'access' Emacs (GNU), leaving the Terminal waiting for a return response. I have .bash_profile set to: export EDITOR="/Applications/Emacs Carbon/Emacs.app/Contents/MacOS/bin/emacsclient" Echo $EDITOR returns the proper path to Emacs (GNU vs 2.0.50.1) I have tested the about, using a file as a parameter, and it works fine. I have .emacs set to: (server-start) I have also set .muttrc to: set editor="/Applications/Emacs Carbon/Emacs.app/Contents/MacOS/bin/emacsclient" However, when I attempt to write a new email or reply to an existing email, mutt returns the following message: Aborted unmodified message. Any ideas what else I might try? Thanks