From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: multi-tty branch created Date: Wed, 16 May 2007 09:20:55 -0700 Message-ID: <200705161621.l4GGL3jh025990@oogie-boogie.ics.uci.edu> References: <87sla0rgs4.fsf@catnip.gol.com> <85abw8pyk7.fsf@lola.goethe.zz> <85646wpuqn.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1179332630 24730 80.91.229.12 (16 May 2007 16:23:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 May 2007 16:23:50 +0000 (UTC) Cc: =?iso-8859-1?Q?K=E1roly_Lorentey?= , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 16 18:23:48 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HoMHz-0005qf-Jy for ged-emacs-devel@m.gmane.org; Wed, 16 May 2007 18:23:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoMPz-0004Tb-AY for ged-emacs-devel@m.gmane.org; Wed, 16 May 2007 12:32:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HoMPv-0004TG-G1 for emacs-devel@gnu.org; Wed, 16 May 2007 12:31:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HoMPt-0004Su-0p for emacs-devel@gnu.org; Wed, 16 May 2007 12:31:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoMPs-0004Sq-TV for emacs-devel@gnu.org; Wed, 16 May 2007 12:31:56 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HoMHs-0003Vs-4e for emacs-devel@gnu.org; Wed, 16 May 2007 12:23:40 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l4GGL3jh025990; Wed, 16 May 2007 09:21:03 -0700 (PDT) In-Reply-To: (Juanma Barranquero's message of "Wed\, 16 May 2007 15\:46\:37 +0200") Original-Lines: 18 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_26 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:71182 Archived-At: "Juanma Barranquero" writes: > On 5/16/07, K=E1roly Lo"rentey wrote: >=20 > > There is always "emacsclient --current-frame" to > > prevent emacsclient from creating a new terminal. This retains much = of > > the functionality of the original emacsclient, including, I believe, > > things like C-#, and does not use multi-tty features. >=20 > In the merge, the execvp wrapper for Windows has been moved to below > the point where execvp is used; i.e, execvp is used in fail, but >=20 > #undef execvp > #define execvp w32_execvp >=20 > happens quite a bit later. That's an error, I think. I fixed that in CVS.=20