From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vebjorn Ljosa Newsgroups: gmane.emacs.devel Subject: Re: How to link carbon framework to NS port? Date: Wed, 29 Jul 2009 12:56:16 -0400 Message-ID: <46d34ee60907290956h68f461b1j2d2883445f1906a6@mail.gmail.com> References: <46d34ee60907220812n1e42a972j2e80a2c36eff1d59@mail.gmail.com> <15A46AFA-BF5D-45F1-9D3F-AFB6078C9709@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248886597 8945 80.91.229.12 (29 Jul 2009 16:56:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jul 2009 16:56:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 29 18:56:30 2009 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 1MWCS6-0005lO-7w for ged-emacs-devel@m.gmane.org; Wed, 29 Jul 2009 18:56:30 +0200 Original-Received: from localhost ([127.0.0.1]:43293 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWCS5-0005lp-Gb for ged-emacs-devel@m.gmane.org; Wed, 29 Jul 2009 12:56:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWCS1-0005lk-6s for emacs-devel@gnu.org; Wed, 29 Jul 2009 12:56:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWCRv-0005lU-AN for emacs-devel@gnu.org; Wed, 29 Jul 2009 12:56:23 -0400 Original-Received: from [199.232.76.173] (port=42653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWCRv-0005lR-5k for emacs-devel@gnu.org; Wed, 29 Jul 2009 12:56:19 -0400 Original-Received: from mail-fx0-f205.google.com ([209.85.220.205]:37213) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWCRu-0004eg-L8 for emacs-devel@gnu.org; Wed, 29 Jul 2009 12:56:18 -0400 Original-Received: by fxm1 with SMTP id 1so100585fxm.31 for ; Wed, 29 Jul 2009 09:56:16 -0700 (PDT) Original-Received: by 10.239.172.18 with SMTP id y18mr2071hbe.72.1248886576676; Wed, 29 Jul 2009 09:56:16 -0700 (PDT) In-Reply-To: <15A46AFA-BF5D-45F1-9D3F-AFB6078C9709@gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:113349 Archived-At: On Thu, Jul 23, 2009 at 04:35, David Reitter wrote: > I have a partial implementation of fullscreen mode (without direct use of > SetSystemUIMode) using the standard Cocoa (and perhaps NS) APIs within > NSView. That's great! > It works, but after switching back there are problems (redisplay issues > mainly) with the scroll bars. I tried out Aquamacs but couldn't immediately see any problems. How do you reproduce the bug? Vebjorn