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: Sun, 21 Sep 2008 16:36:50 -0700 (PDT) Message-ID: <200809212336.m8LNanLI017823@mothra.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> <200809211007.m8LA7TLQ014367@mothra.ics.uci.edu> <87k5d5u359.fsf@cyd.mit.edu> <200809211826.m8LIQBbq016320@mothra.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 1222040267 1786 80.91.229.12 (21 Sep 2008 23:37:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2008 23:37:47 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 22 01:38:44 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 1KhYVl-0007Jm-SE for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 01:38:42 +0200 Original-Received: from localhost ([127.0.0.1]:48071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhYUk-0008Es-7f for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 19:37:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhYUB-0007pO-5A for emacs-devel@gnu.org; Sun, 21 Sep 2008 19:37:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhYU9-0007nu-82 for emacs-devel@gnu.org; Sun, 21 Sep 2008 19:37:02 -0400 Original-Received: from [199.232.76.173] (port=50960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhYU8-0007nd-Vo for emacs-devel@gnu.org; Sun, 21 Sep 2008 19:37:01 -0400 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:33662) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KhYU8-0001zf-Km for emacs-devel@gnu.org; Sun, 21 Sep 2008 19:37:00 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m8LNaqYe011767; Sun, 21 Sep 2008 16:36:52 -0700 (PDT) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id m8LNanLI017823; Sun, 21 Sep 2008 16:36:50 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Sun, 21 Sep 2008 15:27:19 -0400") Original-Lines: 11 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: m8LNaqYe011767 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-operating-system: 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:104019 Archived-At: Stefan Monnier writes: > > Setting `special-display-function' to 'special-display-popup-frame in > > `frame-initialize' does not do anything by default, the default value > > for `special-display-function' is: > > > window.el:640:(defcustom special-display-function 'special-display-popup-frame > > OK, so let's remove this `setq' and then install your patch. Done. Thanks!