From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Dennison Newsgroups: gmane.emacs.help Subject: Re: emacsclientw not working Date: Fri, 21 Sep 2007 05:03:32 -0700 Organization: http://groups.google.com Message-ID: <1190376212.206654.234590@n39g2000hsh.googlegroups.com> References: <1190303499.470035.279850@k79g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1190378457 6804 80.91.229.12 (21 Sep 2007 12:40:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2007 12:40:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 21 14:40:57 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IYhoR-0005EH-BF for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2007 14:40:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYhoP-0002rL-3Y for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2007 08:40:49 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!n39g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 66.109.95.6 Original-X-Trace: posting.google.com 1190376212 20618 127.0.0.1 (21 Sep 2007 12:03:32 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 Sep 2007 12:03:32 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 ssdproxy.flightsafety.com:80 (squid/2.5.STABLE6) Complaints-To: groups-abuse@google.com Injection-Info: n39g2000hsh.googlegroups.com; posting-host=66.109.95.6; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.help:152213 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:47721 Archived-At: Juanma Barranquero wrote: > Try doing: > > C:\> emacsclient --server-file=%HOME%\.emacs.d\server\server MY_FILE > > (with %HOME% pointing to Emacs' home dir, of course). I have no %HOME% variable, but I did it with C:\.emacs.d\server \server (C: seems to be where emacs thinks "~" is when I start it up), and that did the trick. Thanks! I guess that info was right in the error message. I just had no clue what --server-file was, or how to use it.