From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: start emacs without creating frames and connect with emacsclient later Date: Wed, 03 Sep 2008 14:38:29 +0200 Message-ID: <48BE8545.50801@gmx.at> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220445752 1322 80.91.229.12 (3 Sep 2008 12:42:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2008 12:42:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 03 14:43:21 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 1Karha-0003Pm-AR for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 14:43:14 +0200 Original-Received: from localhost ([127.0.0.1]:42977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Karga-0000ov-S2 for ged-emacs-devel@m.gmane.org; Wed, 03 Sep 2008 08:42:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KarfE-0000DY-LV for emacs-devel@gnu.org; Wed, 03 Sep 2008 08:40:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KarfD-0000Cr-4a for emacs-devel@gnu.org; Wed, 03 Sep 2008 08:40:47 -0400 Original-Received: from [199.232.76.173] (port=56989 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KarfC-0000Ch-Vf for emacs-devel@gnu.org; Wed, 03 Sep 2008 08:40:46 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:34023) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KarfD-0005jv-2A for emacs-devel@gnu.org; Wed, 03 Sep 2008 08:40:47 -0400 Original-Received: (qmail invoked by alias); 03 Sep 2008 12:40:45 -0000 Original-Received: from 62-47-45-2.adsl.highway.telekom.at (EHLO [62.47.45.2]) [62.47.45.2] by mail.gmx.net (mp033) with SMTP; 03 Sep 2008 14:40:45 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18U4RB30E0U1fVtCNJ0jXq7cKdFVWuNOhQJkGdPmV zg8bSSSb5dVWqT User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <200809031153.m83Bro2n004257@sallyv1.ics.uci.edu> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.79 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103496 Archived-At: > 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'. martin