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 19:31:58 +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 1372448516 2215 80.91.229.3 (28 Jun 2013 19:41:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Jun 2013 19:41:56 +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 21:41:57 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 1UseYP-0003kH-20 for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 21:41:57 +0200 Original-Received: from localhost ([::1]:54420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsdaT-0007EI-3e for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Jun 2013 14:40:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsdSj-0004fj-7K for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 14:32:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsdSh-00024B-EV for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 14:32:01 -0400 Original-Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:51982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsdSh-00023w-5V for help-gnu-emacs@gnu.org; Fri, 28 Jun 2013 14:31:59 -0400 Original-Received: by mail-ea0-f179.google.com with SMTP id b15so1188516eae.38 for ; Fri, 28 Jun 2013 11:31:58 -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=Iriw6AXIwEsGK50sxhiE0cyUfyAegIbYtggfZImJoUc=; b=kS+o96AYN2GHQoNDCW4MJ2dpdvBPJywvbeASrDs+7cl7GRZDZPtk4DXAkxaSV2xWUw gp1aNYbkUIO+rEH4tjFVq/d2RUZu8zqXQOC7x5rOP/yb4Jkj/0SfnA7UZUQp5jDmg7cl csEDuQSVlq1hkkQ56OIaZiFooEAtNhALFZITnK/A53VUEfvUJ9exjtdXDADhcD6ZvF+v F9WvenA227S5tm9ArOwMl9muLBgYEfXcRTsKrPHWCsT34nhV4OEk0rAYKzeZjVjWZRDi 83/tjAr2rslZ2BpE0YhEz0Psf5VwEiYbS/zoeT4wurenG0qpWdvk1irg8W+s7RVoRDRD G1Hg== X-Received: by 10.14.87.133 with SMTP id y5mr14901753eee.50.1372444318424; Fri, 28 Jun 2013 11:31:58 -0700 (PDT) Original-Received: by 10.14.178.133 with HTTP; Fri, 28 Jun 2013 11:31:58 -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::233 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:91827 Archived-At: On 28 June 2013 18:55, Richard Copley wrote: > Ludwig, Sorry. Mark, > 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.)