From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alp Aker Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 Mac port Date: Sun, 7 Aug 2011 20:08:02 -0400 Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312771406 27091 80.91.229.12 (8 Aug 2011 02:43:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2011 02:43:26 +0000 (UTC) Cc: Dimitri Fontaine , YAMAMOTO Mitsuharu , "emacs-devel@gnu.org" To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 04:43:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QqFoI-0007CI-5O for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2011 04:43:22 +0200 Original-Received: from localhost ([::1]:54973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqFoH-0005NF-Pe for ged-emacs-devel@m.gmane.org; Sun, 07 Aug 2011 22:43:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqDO0-00016x-Pu for emacs-devel@gnu.org; Sun, 07 Aug 2011 20:08:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqDNz-0005b2-Cn for emacs-devel@gnu.org; Sun, 07 Aug 2011 20:08:04 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:47580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqDNz-0005aw-A0 for emacs-devel@gnu.org; Sun, 07 Aug 2011 20:08:03 -0400 Original-Received: by qyk7 with SMTP id 7so2396738qyk.0 for ; Sun, 07 Aug 2011 17:08:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=ariDQCkvb9LE7dd3H69By2oMzXqgg3kgAeZwJl4OgUo=; b=gaRxTbIWGwb8V59j9Q3oAvvXaQDdHYZyH4M1s80hGKyIzLBMIXLWzQ7wrqFVmJbCU9 8MDG+24ZTCcrUAABPRqIS4vAAGzO23GFddpjfVH5Jgjfij1/UeAtt1gVNqf7vA5Esy1A d4qTFekGMGIsRjIzIxF2d6Fngm+IEC4huE5T4= Original-Received: by 10.229.37.78 with SMTP id w14mr3466873qcd.204.1312762082252; Sun, 07 Aug 2011 17:08:02 -0700 (PDT) Original-Received: by 10.229.102.12 with HTTP; Sun, 7 Aug 2011 17:08:02 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.176 X-Mailman-Approved-At: Sun, 07 Aug 2011 22:43:19 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142985 Archived-At: Jan Dj=E4rv wrote: > Osx 10.7 style fullscreen is easy to do, but we are in feature freeze. Th= e > fullscreen patch that has floated around has not been made suitable for > inclusion in Emacs. =A0I guess fullscren in Mitsuharus port isn't easy to > include because of different api:s. The easy way to do fullscreen uses Cocoa methods that are only available fo= r 10.6 or later (I'm assuming you're referring to the use of the "setStyleMas= k" method for NSWindow). It seems a little premature to give up on support fo= r 10.4 and 10.5, not to mention giving up on GNUstep. So if a fullscreen mod= e were to implemented in GNU Emacs, it it probably worth it for the time bein= g to use a strategy like that "typester" patch that's been floating around, a= s that doesn't have any version dependencies. I've actually been working on this and was hoping to get it included as a bug fix rather than a new feature. Should I assume it's too late to get it in 24.1?