From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Earl Kent" Newsgroups: gmane.emacs.help Subject: W32 emacsclientw.exe generates connection error Date: Mon, 17 Nov 2008 11:06:00 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226962512 24520 80.91.229.12 (17 Nov 2008 22:55:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 22:55:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 17 23:56:16 2008 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 1L2D0t-0005e2-N3 for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2008 23:56:11 +0100 Original-Received: from localhost ([127.0.0.1]:58755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2Czl-0006SM-C1 for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Nov 2008 17:55:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L29QC-0008Iz-LL for help-gnu-emacs@gnu.org; Mon, 17 Nov 2008 14:06:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L29QC-0008In-8e for help-gnu-emacs@gnu.org; Mon, 17 Nov 2008 14:06:04 -0500 Original-Received: from [199.232.76.173] (port=39322 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L29QC-0008Ik-5F for help-gnu-emacs@gnu.org; Mon, 17 Nov 2008 14:06:04 -0500 Original-Received: from ey-out-1920.google.com ([74.125.78.148]:27495) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L29QB-00053d-QX for help-gnu-emacs@gnu.org; Mon, 17 Nov 2008 14:06:03 -0500 Original-Received: by ey-out-1920.google.com with SMTP id 4so1028199eyg.24 for ; Mon, 17 Nov 2008 11:06:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=z44FA8u8XA7NqJLs02ZhgB8Yc4gcv41wCPhTVtZzv7I=; b=s/ZHT/cCKLw3mwD2S6GLPXg/foZwXHmPvlUlFc/qHwh5HsqgZwztKx8KarInbi/gfQ yH0BTY8OB1C+XKJOxH20fbBVaFHVvU8yTGOjRGLYF5KlFX5hNqpy4Aj5Y0HS3Rmb+Dmh CLc1AQ+JkpcCtstzRAJJ78GxOny+7TgReuXfI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=r2mZYN3wgaVE00PRZ5ItWXrJYHUR0st0VrDyUHsurCNGcvmwkFfdtsu6Uc8pZceubQ s2cI9in3jylrH/tndvdd+WDR5QnBmcsPtH7C41bk8QXbC0mOB7R/nj7W/0got9OHQuQg QKgwY5/Wz+3z5SfkKcWGoODx8FzOGQpnLIpH8= Original-Received: by 10.210.80.2 with SMTP id d2mr3643036ebb.82.1226948760478; Mon, 17 Nov 2008 11:06:00 -0800 (PST) Original-Received: by 10.210.124.3 with HTTP; Mon, 17 Nov 2008 11:06:00 -0800 (PST) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 17 Nov 2008 17:53:44 -0500 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:59879 Archived-At: Using emacs 22.3 - when I run emacsclientw.exe on XPSP3 and emacs is not already running I get the error: "emacsclientw: connect: No connection could be made because the target machine actively refused it." The error is an OK dialog box and if I click OK, Emacs starts normally. If Emacs is already running I don't get the error. I've added (server-start) to my .emacs file. Am I missing anything in trying to get this to work? Thanks!