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: Tue, 02 Sep 2008 15:53:44 -0400 Message-ID: References: <200808131610.m7DGAkvk020047@sallyv1.ics.uci.edu> <200809011402.m81E2LSf020327@sallyv1.ics.uci.edu> <200809012311.m81NB59v004969@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 1220388001 10836 80.91.229.12 (2 Sep 2008 20:40:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 20:40:01 +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 Tue Sep 02 22:40:55 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 1KacgJ-0007qN-0A for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 22:40:55 +0200 Original-Received: from localhost ([127.0.0.1]:57588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KacfJ-0000ri-RO for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 16:39:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaceS-0008P3-Hu for emacs-devel@gnu.org; Tue, 02 Sep 2008 16:39:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaceQ-0008Li-Gc for emacs-devel@gnu.org; Tue, 02 Sep 2008 16:38:59 -0400 Original-Received: from [199.232.76.173] (port=41459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaceP-0008Ko-Pi for emacs-devel@gnu.org; Tue, 02 Sep 2008 16:38:58 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:59547) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaceI-0000QQ-Lx; Tue, 02 Sep 2008 16:38:50 -0400 Original-Received: from alfajor.home (x-132-204-254-63.xtpr.umontreal.ca [132.204.254.63]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with SMTP id m82KcbeV017972; Tue, 2 Sep 2008 16:38:37 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 595AB1C276; Tue, 2 Sep 2008 15:53:44 -0400 (EDT) In-Reply-To: <200809012311.m81NB59v004969@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 01 Sep 2008 16:11:05 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3095=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:103447 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? > AFAICT what is done in `frame-initialize' should not be needed in this case. Then could you add a comment that explains why? If that's really the case, I could consider installing the code since it seems otherwise to be OK. Stefan