From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Copley Newsgroups: gmane.emacs.help Subject: Re: Dialog from emacsclientw.exe must be dismissed (was RE: Best practices for launching Emacs on Windows 7/8) Date: Fri, 28 Jun 2013 18:55:11 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1372442133 31344 80.91.229.3 (28 Jun 2013 17:55:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 17:55:33 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: "Ludwig, Mark" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 28 19:55:34 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UsctP-0001xD-6Z for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 19:55:31 +0200 Original-Received: from localhost ([::1]:46809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsctO-0004EC-TW for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 13:55:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usct9-0004E3-ID for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 13:55:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Usct6-0005Hb-Ks for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 13:55:15 -0400 Original-Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:48189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Usct6-0005HI-Ft for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 13:55:12 -0400 Original-Received: by mail-ea0-f176.google.com with SMTP id z15so1176535ead.7 for ; Fri, 28 Jun 2013 10:55:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TkOPN+Rp45rfBejMT66ih1fSNG9lSE0ltJZux6v95f4=; b=kvjMRtr2xL971F8xzvgXa2wU1pDVohdNCCL3cNmyylsrBwYIxvVEVlBRWxZcjm+LgT VeOj8rxKbL+pkOqdFiJNh9w2uFKKIG71yUGHh50Yk5MoXTc3J7FkHRi/py8A4Bk4tilG xoaOCIRXBC7CcDnAhvbo12DSnZ3QwH7MeVdWc/B1FdY2+BDmKprGnYgZ8Ox9kgq3OCDo 3Hxmu3ggWZ+/o+h9cqz21ek9bXblRvLTIBoSnTVe5LgqyoMvrr1U56aGzxsQOzpEvfzr RIvzKsPCcNTX+7mD9dn9q6dVfolegrV8shHPDdcYQdKbdGSTMj4HEGxA8q+7vVQBcH/z ISgw== X-Received: by 10.14.29.69 with SMTP id h45mr14814399eea.127.1372442111212; Fri, 28 Jun 2013 10:55:11 -0700 (PDT) Original-Received: by 10.14.178.133 with HTTP; Fri, 28 Jun 2013 10:55:11 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91822 Archived-At: Ludwig, you could always sidestep the issue by deleting any stale "server" file on startup. For example, create a shortcut in your Start Menu\Startup folder, with target: cmd.exe /c "del %APPDATA%\.emacs.d\server\server" (To get to the Startup folder on Windows 8 you can type "shell:startup" in the Run box.)