[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacsclientw not working
From: |
Jason Rumney |
Subject: |
Re: emacsclientw not working |
Date: |
Fri, 21 Sep 2007 10:58:35 -0000 |
User-agent: |
G2/1.0 |
On 21 Sep, 08:54, "Juanma Barranquero" <lek...@gmail.com> wrote:
> Try doing:
>
> C:\> SET EMACS_SERVER_FILE=%HOME%\.emacs.d\server\server
> C:\> emacsclient MY_FILE
Since that is what Emacs does by default, the most likely cause of
problems is that emacsclient's idea of HOME differs from Emacs. This
is likely from a bash shell, where HOME will be set up for Cygwin
programs. I'm not sure what emacsclient does when HOME is not set, but
that could be another source of problems.