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: Wed, 03 Sep 2008 13:14:45 -0700 Message-ID: <200809032014.m83KEj9W004113@sallyv1.ics.uci.edu> References: <200808131610.m7DGAkvk020047@sallyv1.ics.uci.edu> <200809011402.m81E2LSf020327@sallyv1.ics.uci.edu> <200809012311.m81NB59v004969@sallyv1.ics.uci.edu> <200809030643.m836hriW019682@sallyv1.ics.uci.edu> <48BE33D2.8070605@gmx.at> <200809031153.m83Bro2n004257@sallyv1.ics.uci.edu> <48BE8545.50801@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220473071 9513 80.91.229.12 (3 Sep 2008 20:17:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 20:17:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 03 22:18: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 1KayoM-0000sZ-OZ for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 22:18:43 +0200 Original-Received: from localhost ([127.0.0.1]:55241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaynJ-0004tf-2W for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 16:17:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaynF-0004tM-45 for emacs-devel@gnu.org; Wed, 03 Sep 2008 16:17:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaynC-0004sg-1O for emacs-devel@gnu.org; Wed, 03 Sep 2008 16:17:32 -0400 Original-Received: from [199.232.76.173] (port=49895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaynB-0004sd-Rj for emacs-devel@gnu.org; Wed, 03 Sep 2008 16:17:29 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:39995) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Kayn9-0003qB-Kn for emacs-devel@gnu.org; Wed, 03 Sep 2008 16:17:29 -0400 X-ICS-MailScanner-Watermark: 1221077690.27053@tLQHdpz0aHivyIQnIpKV8w 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 m83KEj9W004113; Wed, 3 Sep 2008 13:14:46 -0700 (PDT) In-Reply-To: <48BE8545.50801@gmx.at> (martin rudalics's message of "Wed, 03 Sep 2008 14:38:29 +0200") Original-Lines: 14 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:103517 Archived-At: martin rudalics writes: > > Please look at the diff again, that's preexisting code... > > The old code has ... > > ;; Under X Window, this creates the X frame and deletes the terminal frame. > (when (fboundp 'frame-initialize) > (frame-initialize)) > > ... no `and'. Ah, OK, I'll get rid of it. I planned to get rid of the `when' test there anyway (it's always true), but that's for a different patch.