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: Patch to allow -nw to runemacs on w32 Date: Wed, 15 Nov 2006 19:57:58 +0100 Message-ID: References: <455B19B9.9000004@student.lu.se> <455B3098.4010307@gnu.org> <455B337C.60502@student.lu.se> <455B3C6C.9020206@student.lu.se> 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 1163617114 21408 80.91.229.2 (15 Nov 2006 18:58:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Nov 2006 18:58:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 15 19:58:30 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 1GkPxm-0003qE-Kn for ged-emacs-devel@m.gmane.org; Wed, 15 Nov 2006 19:58:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkPxl-0002uK-Tj for ged-emacs-devel@m.gmane.org; Wed, 15 Nov 2006 13:58:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GkPxS-0002ru-PE for emacs-devel@gnu.org; Wed, 15 Nov 2006 13:58:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GkPxP-0002qf-VL for emacs-devel@gnu.org; Wed, 15 Nov 2006 13:58:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkPxP-0002qY-Ne for emacs-devel@gnu.org; Wed, 15 Nov 2006 13:57:59 -0500 Original-Received: from [64.233.166.176] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GkPxQ-000819-5y for emacs-devel@gnu.org; Wed, 15 Nov 2006 13:58:00 -0500 Original-Received: by py-out-1112.google.com with SMTP id p76so164148pyb for ; Wed, 15 Nov 2006 10:57:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SSBxoPCUfZ1+sRd1Ma4cioiBJVbniYgFun7CoBgfkcG+f+BG5ySWdrjN0CdPA9uCRgjBp8t5dxIfA596aRCDNKdJxPmKiv+B7MhTVfKNztvguXAWOrIN2vpNVny/l3S1+SZkuqXvO2tFE2Wh9bBGJ/Z1hMAUxf9LXvJXTTRJ+lQ= Original-Received: by 10.35.27.2 with SMTP id e2mr4035576pyj.1163617078580; Wed, 15 Nov 2006 10:57:58 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Wed, 15 Nov 2006 10:57:58 -0800 (PST) Original-To: "Emacs Devel" In-Reply-To: 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:62348 Archived-At: On 11/15/06, Juanma Barranquero wrote: > This program is provided purely for convenience, since most users will > use Emacs in windowing (GUI) mode, and will not want to have an extra > console window lying around. Now that I re-read that... Why does not Emacs hide its own console when started in windowing mode? Why is runemacs.exe needed at all? Hmm... I guess the answer is: it can, but there's no way to avoid the "flash" of the console being created and then hidden. /L/e/k/t/u