From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 Mac port Date: Mon, 08 Aug 2011 13:45:34 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312778752 24904 80.91.229.12 (8 Aug 2011 04:45:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2011 04:45:52 +0000 (UTC) Cc: Jan =?ISO-8859-1?Q?Dj=E4rv?= , Dimitri Fontaine , "emacs-devel@gnu.org" To: Alp Aker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 06:45:47 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 1QqHik-0004zW-45 for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2011 06:45:46 +0200 Original-Received: from localhost ([::1]:42933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqHij-0001o6-9F for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2011 00:45:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqHif-0001o1-Ls for emacs-devel@gnu.org; Mon, 08 Aug 2011 00:45:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqHie-0000MY-6B for emacs-devel@gnu.org; Mon, 08 Aug 2011 00:45:41 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:56024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqHid-0000MG-KR for emacs-devel@gnu.org; Mon, 08 Aug 2011 00:45:40 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id CCAE2C0557; Mon, 8 Aug 2011 13:45:34 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by eggs.gnu.org: NetBSD 3.0 (DF) X-Received-From: 133.82.132.2 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:142998 Archived-At: >>>>> On Sun, 7 Aug 2011 20:08:02 -0400, Alp Aker = said: > 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? Perhaps you can use the following item explaining a feature of the Mac port as a checklist for your implementation of fullscreen for the NS port: * The `fullscreen' frame parameter, with all values supported: `fullboth', `fullwidth', `fullheight', and `maximized'. The fullboth frames, which don't have the title bar, still allow us to access the menu bar, the Dock (Mac OS X 10.3 and later), and the tool bars. The menu bar can also be activated via `menu-bar-open', `Control-F2' (if full keyboard access enabled), or `Command-Shift-/' (on Mac OS X 10.5 and later) even for fullboth frames where the menu bar is usually hidden. Changing fonts or internal-border-width in fullscreen frames does not clutter display. On multiple monitor environments, one can move fullscreen frames to another monitor by setting the `left' and `top' frame parameters accordingly. Attaching/detaching external monitors should work even with fullscreen frames. And also my post in http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00578.html : >>>>> On Fri, 14 Jan 2011 17:23:22 +0100, =C5=BDiga Lenar=C4=8Di=C4=8D said: > Please include the Mac OS X fullscreen patch in the next version, so > I don't have to use separately compiled version. > http://cloud.github.com/downloads/typester/emacs/feature-fullscreen.pat= ch Besides the interface issue Adrian mentioned, it doesn't do proper adjustment for operations that would involve position/size changes if they were applied to ordinary frames. For example, (scroll-bar-mode) (set-frame-font "Courier-18") (set-frame-parameter nil 'left 100) (set-frame-parameter nil 'internal-border-width 30) YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp