X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Message-ID: <4D62CF35.70502@developernotes.com> Date: Mon, 21 Feb 2011 14:46:45 -0600 From: Nick Parker User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:2.0b12pre) Gecko/20110221 Thunderbird/3.3a3pre MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: emacsclient problem References: <4D62A796 DOT 8070503 AT developernotes DOT com> <4D62CA50 DOT 5060908 AT cornell DOT edu> In-Reply-To: <4D62CA50.5060908@cornell.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 2/21/2011 2:25 PM, Ken Brown wrote: > On 2/21/2011 12:57 PM, Nick Parker wrote: >> Hello, >> >> I am attempting to use the cygwin version of emacs and emacsclient, >> however I am running into an issue. The scenario that I am attempting >> is as follows: >> >> 1. Launching emacs from mintty (both of which were installed from the >> cygwin installer). >> 2. A simple init.el inside the .emacs.d directory that looks like this >> (http://pastie.org/1590067). >> 3. Background emacs with C-z >> 4. Launch emacsclient somefile.txt to edit the file. >> >> When I perform step 4, the command prompt doesn't appear to invoke >> emacsclient, the display does not change, and I do not see the file I am >> attempting to view. I have to issue a C-c to break the prompt back to >> normal user input. >> >> Version Information: >> mintty: 0.9.5 >> emacs: 23.2.1 >> emacsclient: 23.2 >> >> Does anyone have any suggestions on what might be the cause of this >> behavior? Should this in fact work? Any suggestions would be >> appreciated. Thanks. > > I don't see anything in the emacsclient documentation that suggest > that the emacs server should continue to run after being suspended > with C-z. Here are two alternatives that do seem to work (but see the > documentation for much more information): > > 1. Start emacs (and the emacs server) in one mintty window and run > emacsclient in another. > > 2. Start emacs with the --daemon option. > > Ken > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Ken, Thank you, the --daemon option is what I was looking for, it worked perfectly. Thanks. -- Nick Parker www.developernotes.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple