From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: a little feedback on Cocoa Emacs.app Date: Sat, 26 Jul 2008 22:56:36 -0400 Message-ID: References: <4358E889-E5D2-4E68-83D3-E6AB9C03F7B5@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217127416 23313 80.91.229.12 (27 Jul 2008 02:56:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2008 02:56:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 27 04:57: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 1KMwS5-000326-TL for ged-emacs-devel@m.gmane.org; Sun, 27 Jul 2008 04:57:42 +0200 Original-Received: from localhost ([127.0.0.1]:46097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMwRC-0005mX-4S for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2008 22:56:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMwR8-0005mS-CS for emacs-devel@gnu.org; Sat, 26 Jul 2008 22:56:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMwR5-0005lf-T7 for emacs-devel@gnu.org; Sat, 26 Jul 2008 22:56:42 -0400 Original-Received: from [199.232.76.173] (port=45056 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMwR5-0005lY-JS for emacs-devel@gnu.org; Sat, 26 Jul 2008 22:56:39 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:53113 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMwR5-0005nT-7x for emacs-devel@gnu.org; Sat, 26 Jul 2008 22:56:39 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj0FAGSAi0hFxIYw/2dsb2JhbACBW4k+okmBdA X-IronPort-AV: E=Sophos;i="4.31,257,1215403200"; d="scan'208";a="24849176" Original-Received: from 69-196-134-48.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.48]) by ironport2-out.teksavvy.com with ESMTP; 26 Jul 2008 22:56:37 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 592BE7F53; Sat, 26 Jul 2008 22:56:36 -0400 (EDT) In-Reply-To: (Adrian Robert's message of "Sun, 27 Jul 2008 02:29:46 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:101572 Archived-At: >> 6) The File menu includes "make frame on display..." but as far as I >> know, the display name parameter isn't used except under X, is it? >> (The documentation specifically refers to X.) Since "make frame" is >> already there, this seems redundant. > True. When "ns-extended-platform-support-mode" is enabled, this issue is > fixed. (This mode may be removed from emacs CVS soon though.) I don't think this needs to depend on ns-extended-platform-support-mode: make-frame-on-display is basically a feature that is not supported under Cocoa (IIUC it is supported under GNUstep), so the corresponding menu entry should be removed/disabled. Stefan