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: start emacs without creating frames and connect with emacsclient later Date: Mon, 01 Sep 2008 16:11:05 -0700 Message-ID: <200809012311.m81NB59v004969@sallyv1.ics.uci.edu> 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 1220310868 3916 80.91.229.12 (1 Sep 2008 23:14:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 23:14:28 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 02 01:15:22 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 1KaIcD-0001Cj-T5 for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 01:15:22 +0200 Original-Received: from localhost ([127.0.0.1]:59709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaIbE-0008TC-Sv for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2008 19:14:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaIbA-0008T7-KH for emacs-devel@gnu.org; Mon, 01 Sep 2008 19:14:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaIbA-0008Ss-5Z for emacs-devel@gnu.org; Mon, 01 Sep 2008 19:14:16 -0400 Original-Received: from [199.232.76.173] (port=48294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaIb9-0008Sk-QX for emacs-devel@gnu.org; Mon, 01 Sep 2008 19:14:15 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:49044) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KaIb4-0004Yk-Fs; Mon, 01 Sep 2008 19:14:11 -0400 X-ICS-MailScanner-Watermark: 1220915469.01908@meDSrYJ/K6ceHqrBu1q6ew Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m81NB59v004969; Mon, 1 Sep 2008 16:11:07 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Mon, 01 Sep 2008 14:29:55 -0400") Original-Lines: 10 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:103398 Archived-At: Stefan Monnier writes: > > 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.