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: How to link carbon framework to NS port? Date: Wed, 22 Jul 2009 11:12:49 -0400 Message-ID: <46d34ee60907220812n1e42a972j2e80a2c36eff1d59@mail.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 1248276061 11082 80.91.229.12 (22 Jul 2009 15:21:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jul 2009 15:21:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 22 17:20:54 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 1MTdch-0005y8-Nz for ged-emacs-devel@m.gmane.org; Wed, 22 Jul 2009 17:20:51 +0200 Original-Received: from localhost ([127.0.0.1]:38209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTdcg-0008AW-Oa for ged-emacs-devel@m.gmane.org; Wed, 22 Jul 2009 11:20:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTdV4-00030c-PR for emacs-devel@gnu.org; Wed, 22 Jul 2009 11:12:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTdUz-0002yK-UJ for emacs-devel@gnu.org; Wed, 22 Jul 2009 11:12:57 -0400 Original-Received: from [199.232.76.173] (port=55026 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTdUz-0002yF-Iy for emacs-devel@gnu.org; Wed, 22 Jul 2009 11:12:53 -0400 Original-Received: from mail-bw0-f223.google.com ([209.85.218.223]:62055) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTdUz-0001yq-Es for emacs-devel@gnu.org; Wed, 22 Jul 2009 11:12:53 -0400 Original-Received: by bwz23 with SMTP id 23so180842bwz.42 for ; Wed, 22 Jul 2009 08:12:50 -0700 (PDT) Original-Received: by 10.239.157.82 with SMTP id p18mr109822hbc.6.1248275569916; Wed, 22 Jul 2009 08:12:49 -0700 (PDT) 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:113005 Archived-At: I am working on a fullscreen patch for the NS port. I would like to use the SetSystemUIMode API to auto-hide the menu bar when in "fullboth" mode. That API, however, is part of the Carbon framework. Two questions: 1. Will using the SetSystemUIMode work on GNUstep? 2. How do I modify the autoconf setup so that "-framework Carbon" is passed to gcc when linking the NS port? Thanks, Vebjorn