From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: start emacs without creating frames and connect with emacsclient later Date: Wed, 13 Aug 2008 16:49:56 -0400 Message-ID: References: <200808131610.m7DGAkvk020047@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218660654 32414 80.91.229.12 (13 Aug 2008 20:50:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2008 20:50:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 13 22:51:45 2008 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 1KTNJZ-0007FB-27 for ged-emacs-devel@m.gmane.org; Wed, 13 Aug 2008 22:51:29 +0200 Original-Received: from localhost ([127.0.0.1]:56135 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTNIc-0007pv-SX for ged-emacs-devel@m.gmane.org; Wed, 13 Aug 2008 16:50:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTNIJ-0007WR-3B for emacs-devel@gnu.org; Wed, 13 Aug 2008 16:50:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTNIH-0007Uv-MY for emacs-devel@gnu.org; Wed, 13 Aug 2008 16:50:10 -0400 Original-Received: from [199.232.76.173] (port=50986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTNIH-0007Um-8u for emacs-devel@gnu.org; Wed, 13 Aug 2008 16:50:09 -0400 Original-Received: from smtp-03.arnet.com.ar ([200.45.191.14]:34481) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KTNIG-0005kU-5F for emacs-devel@gnu.org; Wed, 13 Aug 2008 16:50:08 -0400 Original-Received: (qmail 2896 invoked from network); 13 Aug 2008 20:48:10 -0000 Original-Received: from unknown (HELO ceviche.home) (190.30.131.157) by 0 with SMTP; 13 Aug 2008 20:48:10 -0000 Original-Received: by ceviche.home (Postfix, from userid 20848) id C1D6070134; Wed, 13 Aug 2008 16:49:56 -0400 (EDT) In-Reply-To: <200808131610.m7DGAkvk020047@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Wed, 13 Aug 2008 09:10:46 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:102420 Archived-At: > It seemed that this TODO item shouldn't be that hard to do given that we > have all the infrastructure: > ** Make "emacs --daemon" start emacs without showing any frame. > Use emacsclient later to open frames. > 10 minutes later it turned out to be true. > The patch below implements it. Thanks. The patch looks OK, pretty much along the lines of what I'd expected. [ Modulo some confusion between "-unmapped" and "-daemon" and I'm not sure what it means to completely eliminate the call to frame-initialize. ] > Should something like this go in? We do have a feature freeze, but this > is quite simple, and it completes the multi-tty functionality, which is > one of the major features of 23.1. I'd rather leave it for 23.2. Stefan