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: Fri, 15 Aug 2008 08:25:06 -0700 Message-ID: <200808151525.m7FFP7l8002674@sallyv1.ics.uci.edu> 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 1218814126 12770 80.91.229.12 (15 Aug 2008 15:28:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2008 15:28:46 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 15 17:29:37 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 1KU1F6-0004V7-6r for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2008 17:29:32 +0200 Original-Received: from localhost ([127.0.0.1]:56179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU1E9-0002kO-NU for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2008 11:28:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KU1Dv-0002fn-UM for emacs-devel@gnu.org; Fri, 15 Aug 2008 11:28:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KU1Dv-0002fC-2O for emacs-devel@gnu.org; Fri, 15 Aug 2008 11:28:19 -0400 Original-Received: from [199.232.76.173] (port=46465 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU1Du-0002f7-To for emacs-devel@gnu.org; Fri, 15 Aug 2008 11:28:18 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:33022) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KU1Dp-0007O1-VR; Fri, 15 Aug 2008 11:28:14 -0400 X-ICS-MailScanner-Watermark: 1219418709.27158@X3U/X0JgBJaYfos8Kf7oOw 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 m7FFP7l8002674; Fri, 15 Aug 2008 08:25:07 -0700 (PDT) In-Reply-To: (Richard M. Stallman's message of "Fri, 15 Aug 2008 08:44:56 -0400") Original-Lines: 13 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:102494 Archived-At: "Richard M. Stallman" writes: > I strongly suspect that the proposed patch is a bit naive and will need > more work to make it work right (the fact that it ends up not calling > frame-initialize at all is very suspect). I.e. it will lead to several > new bug reports. > > I won't argue for installing code if it isn't correct. It it probably incomplete. Given that it's less than 5 lines, I'd guess that making it right won't increase the size too much. Help with getting it completely right would be greatly appreciated.