From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacsclientw Date: Mon, 13 Nov 2006 13:23:50 +0100 Message-ID: References: <4557B756.2020701@gnu.org> <455859DA.5010402@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163420662 15281 80.91.229.2 (13 Nov 2006 12:24:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 12:24:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 13:24:17 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GjarB-0002bY-6W for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 13:24:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjarA-0005A1-JR for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 07:24:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gjaqx-00058c-LJ for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:23:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gjaqw-000580-VD for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:23:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gjaqw-00057s-PS for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:23:54 -0500 Original-Received: from [64.233.162.195] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gjaqw-0001E8-OT for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:23:54 -0500 Original-Received: by nz-out-0102.google.com with SMTP id r28so728918nza for ; Mon, 13 Nov 2006 04:23:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cxAN9e21DhcQ1a9U3aOWOFloZGd6aJRIWOfRY98WcyL2EEQlUYAUcKEGrRedsI8CXHqiDp3CUZJ6vOVbKZGjNPTrd/k/3Ujq8uc43mjwrifktvy49M2clAkEt1xu/KI4acRsvMImI0vM1iiVSrvWALg5EvyFCshNPzq0ZP2FpGo= Original-Received: by 10.35.117.5 with SMTP id u5mr9714953pym.1163420630786; Mon, 13 Nov 2006 04:23:50 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Mon, 13 Nov 2006 04:23:50 -0800 (PST) Original-To: "Jason Rumney" In-Reply-To: <455859DA.5010402@gnu.org> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:62198 Archived-At: On 11/13/06, Jason Rumney wrote: > Have you tested the emacsclientw.exe build with MSVC? No, I have not set up a build enviroment for MSVC. Did you try it? BTW, Lennart's got a bunch of changes to emacsclient that would allow emacsclient's error messages to go to GUI message boxes when run as emacsclientw.exe. I'm testing it right now. > I think there is also a need for something that starts Emacs if it is > not already running, so I came up with the following (based on > runemacs.c), which I intended to check into the nt directory. The > intention is to use this to associate Emacs with file types in Explorer > and other applications that allow external editors. Cool. /L/e/k/t/u