From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: Fullscreen support for Cocoa Date: Mon, 29 Dec 2008 15:49:32 +0000 Message-ID: <4958F18C.9010909@harpegolden.net> References: 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 1230565808 32566 80.91.229.12 (29 Dec 2008 15:50:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2008 15:50:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Will Farrington Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 29 16:51:16 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 1LHKOU-0004Ei-Gb for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 16:51:02 +0100 Original-Received: from localhost ([127.0.0.1]:46278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHKNH-0007dI-48 for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2008 10:49:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHKND-0007dD-2S for emacs-devel@gnu.org; Mon, 29 Dec 2008 10:49:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHKNB-0007d1-MO for emacs-devel@gnu.org; Mon, 29 Dec 2008 10:49:41 -0500 Original-Received: from [199.232.76.173] (port=57453 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHKNB-0007cy-GA for emacs-devel@gnu.org; Mon, 29 Dec 2008 10:49:41 -0500 Original-Received: from harpegolden.net ([65.99.215.13]:53145) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHKNA-0001GO-Hd for emacs-devel@gnu.org; Mon, 29 Dec 2008 10:49:41 -0500 Original-Received: from [87.198.47.26] (87-198-47-26.ptr.magnet.ie [87.198.47.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTP id E80308092; Mon, 29 Dec 2008 15:49:37 +0000 (GMT) User-Agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/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:107377 Archived-At: Will Farrington wrote: > For a long while, the some Carbon Emacs users have maintained a patch > that allowed Carbon Emacs to support fullscreen like the GTK port does. > Are there any plans to refine and include the path in time for Emacs > 23.1? I would very much like to see this feature included before release. > > AFAIK Carbon emacs is dropped entirely in 23.1 Cocoa emacs (see "nextstep" dir in emacs CVS sources) is the macosx way now. I have no idea if it supports switching to a fullscreen mode.