From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: emacsclient's option decoding code Date: Tue, 04 Nov 2008 11:40:29 -0500 Message-ID: <871vxrh2bm.fsf@cyd.mit.edu> References: <87wsflyf80.fsf@cyd.mit.edu> <87k5blzphq.fsf@cyd.mit.edu> <87hc6o4l5t.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225816983 16892 80.91.229.12 (4 Nov 2008 16:43:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2008 16:43:03 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 04 17:44:05 2008 connect(): Connection refused 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 1KxP0U-0004k2-T9 for ged-emacs-devel@m.gmane.org; Tue, 04 Nov 2008 17:43:55 +0100 Original-Received: from localhost ([127.0.0.1]:45643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxOxs-0002VY-Vo for ged-emacs-devel@m.gmane.org; Tue, 04 Nov 2008 11:41:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxOx7-0001zq-7t for emacs-devel@gnu.org; Tue, 04 Nov 2008 11:40:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxOx5-0001yA-7x for emacs-devel@gnu.org; Tue, 04 Nov 2008 11:40:24 -0500 Original-Received: from [199.232.76.173] (port=57190 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxOx5-0001y1-4Z for emacs-devel@gnu.org; Tue, 04 Nov 2008 11:40:23 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:58490) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxOx4-0004hi-5S; Tue, 04 Nov 2008 11:40:22 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 339F857E08F; Tue, 4 Nov 2008 11:40:29 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Tue, 04 Nov 2008 06:20:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105338 Archived-At: Eli Zaretskii writes: >> > I think it's unclean that the w32 port has make-frame-on-display >> > fboundp, but it's dysfunctional when called. If make-frame-on-display >> > can be made to work on Windows, provided that `display' is nil (or >> > maybe it should ignore `display' even if non-nil?), that would be a >> > cleaner and more general change. >> >> I agree. Maybe something like this? > > Actually, I was thinking about something deeper, somewhere below > make-frame. But I guess this will also do. Thanks. OK, checked in.