X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-Id: <2D0EDE2D-9BF2-440F-A26D-9FBA3F6B6E76@letterboxes.org> From: Leo To: cygwin AT cygwin DOT com In-Reply-To: <4F5F4D47.2010500@cornell.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: emacsclient from cygwin distro does not work with Cygwin emacs Date: Wed, 14 Mar 2012 21:19:18 +1100 References: <0867FF21-B46F-4ED7-A30B-8EA91FF22D71 AT letterboxes DOT org> <20120313090412 DOT Horde DOT 2VnFEElCcOxPXv98TKmSKOA AT webmail DOT df DOT eu> <20120313140418 DOT Horde DOT aYp9Q0lCcOxPX0XSwV9FhDA AT webmail DOT df DOT eu> <4F5F4D47 DOT 2010500 AT cornell DOT edu> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 14/03/2012, at 12:36 AM, Ken Brown wrote: > On 3/13/2012 9:04 AM, Markus Hoenicka wrote: >> Leo was heard to say: >> >>> Well, the directory does exist. Furthermore I tried it with >>> "~/.emacsdata/server/" (tilde instead of expanded home directory) >>> first and it doesn't work. Strange thing is it *does* work in >>> NTemacs >>> with the tilde: I can see, that NTemacs creates a file named >>> "server" >>> in the directory "~/.emacsdata/server/"" and emacsclient then finds >>> that file. >> >> I can confirm that Emacs does not honor server-auth-dir. I did not >> customize this variable or alter it otherwise. Its value is >> "~/.emacs.d/server/" which is apparently a hard-coded default. >> However, >> my server file is in "/tmp/emacs45021/", not in "~/.emacs.d/ >> server/". If >> I quit Emacs and create "~/.emacs.d/server/" (which did not exist >> on my >> system), Emacs still does not use this directory when I start it >> again. > > I'll look into this as soon as I can. I don't use emacsclient, so > I'll need some > help. Please give me step-by-step instructions for reproducing the > problem, > preferably starting with `emacs -Q'. Tell me what happens and what > should > happen (with pointers to the documentation). emacsclient works fine when I unset the environment variable "EMACS_SERVER_FILE". This holds true regardless what server-auth-dir is set to. In order to produce the error, do the following: (1) start emacs -Q. (2) execute in the scratch buffer (require 'server) (setq server-auth-dir "~/") (server-start) (3) go to a cygwin bash (outside emacs) (4) set EMACS_SERVER_FILE to "~/server" (5) run the command emacsclient ~/.emacs and you get the error message from the original post, but you'd expect to get in emacs a buffer displayed with the .emasc file. Leo -- 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