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: Mon, 01 Sep 2008 14:29:55 -0400 Message-ID: References: <200808131610.m7DGAkvk020047@sallyv1.ics.uci.edu> <200809011402.m81E2LSf020327@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 1220293831 16961 80.91.229.12 (1 Sep 2008 18:30:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 18:30:31 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 01 20:31:26 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 1KaEBA-0000Em-Rz for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2008 20:31:09 +0200 Original-Received: from localhost ([127.0.0.1]:34349 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaEAB-000150-TQ for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2008 14:30:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaEA7-00014g-KS for emacs-devel@gnu.org; Mon, 01 Sep 2008 14:30:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaEA5-000149-9p for emacs-devel@gnu.org; Mon, 01 Sep 2008 14:30:02 -0400 Original-Received: from [199.232.76.173] (port=40126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaEA5-000146-76 for emacs-devel@gnu.org; Mon, 01 Sep 2008 14:30:01 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:48793 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaEA1-0005vL-FI; Mon, 01 Sep 2008 14:29:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMFAIfRu0hFxJrH/2dsb2JhbACBZbFxgWmBB4Im X-IronPort-AV: E=Sophos;i="4.32,309,1217822400"; d="scan'208";a="26193137" Original-Received: from 69-196-154-199.dsl.teksavvy.com (HELO pastel.home) ([69.196.154.199]) by ironport2-out.teksavvy.com with ESMTP; 01 Sep 2008 14:29:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E822589A0; Mon, 1 Sep 2008 14:29:55 -0400 (EDT) In-Reply-To: <200809011402.m81E2LSf020327@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 01 Sep 2008 07:02:21 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:103383 Archived-At: > I got a lot of private emails from people very happy to use this > feature. And some people actually want to distribute the patch. > So here's an updated version including documentation. What about the problem I mentioned that your code will end up not calling `frame-initialize' at all? Have you looked into it? Stefan