From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Degutis Newsgroups: gmane.emacs.devel Subject: ns-toggle-fullscreen Date: Tue, 2 Apr 2013 09:45:32 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ffbad57178f8e04d961ca47 X-Trace: ger.gmane.org 1364917421 22303 80.91.229.3 (2 Apr 2013 15:43:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Apr 2013 15:43:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 02 17:44:07 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UN3NU-0004R3-08 for ged-emacs-devel@m.gmane.org; Tue, 02 Apr 2013 17:44:04 +0200 Original-Received: from localhost ([::1]:47228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN3N5-0007Sl-AP for ged-emacs-devel@m.gmane.org; Tue, 02 Apr 2013 11:43:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2Sv-0006b2-FL for emacs-devel@gnu.org; Tue, 02 Apr 2013 10:45:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN2Sr-0003LM-EE for emacs-devel@gnu.org; Tue, 02 Apr 2013 10:45:37 -0400 Original-Received: from mail-pb0-f54.google.com ([209.85.160.54]:44603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2Sr-0003LB-7c for emacs-devel@gnu.org; Tue, 02 Apr 2013 10:45:33 -0400 Original-Received: by mail-pb0-f54.google.com with SMTP id xa7so279186pbc.27 for ; Tue, 02 Apr 2013 07:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=DnyH2VJ1IY51CBG5McTapSVU1+Lj1T0nmJPn+Di2wGs=; b=j5JRDTuAVUExAhdNUgYrxSXWp7Jizwt0v1zxBX/LVrHCyZA0Q8iAsmiNnsS7kes0cq cVYAQfQq+tvFQfSUe21h3PaWO6s88WyU0KFUbERAuGKMGHTXQqOl8mkwJkDpDC2cE7sJ GIK8t4Pqvtugh5qiyVE4U+6YHz1ItQ3GDnRNRh+OQgZeXa28prw84WIW5O8BhIX38+7u yUta5TwZrbLSkZdLwBmi7FNcQWvcupEdbWNCAwgq0YFpUgiBUpi+5aS3RjWWERlNwPJP XLe+2btFSTAT3YCF2BD9qWUVey/iWXFr1uUEFO6A61PupHgoM6Uehld+AOPf+aw6f6cz 7Ikg== X-Received: by 10.68.135.168 with SMTP id pt8mr24656654pbb.10.1364913932437; Tue, 02 Apr 2013 07:45:32 -0700 (PDT) Original-Received: by 10.70.30.35 with HTTP; Tue, 2 Apr 2013 07:45:32 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.54 X-Mailman-Approved-At: Tue, 02 Apr 2013 11:43:23 -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:158543 Archived-At: --e89a8ffbad57178f8e04d961ca47 Content-Type: text/plain; charset=ISO-8859-1 Why was `ns-toggle-fullscreen` taken out of emacs 24.3? If it's because the "official" Lion fullscreen mode was bad, there is a better way of going full screen on a single monitor: -[NSView enterFullScreenMode:withOptions:] ... could this be used? -Steven --e89a8ffbad57178f8e04d961ca47 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Why was `ns-toggle-fullscreen` taken out of emacs 24.3?
If it's because the "official" Lion fullscre= en mode was bad, there is a better way of going full screen on a single mon= itor: -[NSView=A0enterFullScreenMode:withOptions:] ... could this be used?<= /div>

-Steven
--e89a8ffbad57178f8e04d961ca47--