From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Question about the mac port on macosx Date: Sun, 5 Aug 2012 14:53:34 +0200 Message-ID: References: <9AA39277-4000-45B4-8AD1-4E97B89B0E1D@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1344171223 25039 80.91.229.3 (5 Aug 2012 12:53:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Aug 2012 12:53:43 +0000 (UTC) Cc: Leo , "emacs-devel@gnu.org developers" To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 05 14:53:43 2012 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 1Sy0Kx-0001fx-IS for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2012 14:53:39 +0200 Original-Received: from localhost ([::1]:46326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sy0Kw-0003b7-VD for ged-emacs-devel@m.gmane.org; Sun, 05 Aug 2012 08:53:38 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sy0Kv-0003b2-6W for emacs-devel@gnu.org; Sun, 05 Aug 2012 08:53:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sy0Ku-0007NS-BC for emacs-devel@gnu.org; Sun, 05 Aug 2012 08:53:37 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:43805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sy0Ku-0007NN-3X for emacs-devel@gnu.org; Sun, 05 Aug 2012 08:53:36 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id A9D8790CD for ; Sun, 5 Aug 2012 14:53:34 +0200 (CEST) Original-Received: (qmail 13959 invoked by uid 89); 5 Aug 2012 12:53:22 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 5 Aug 2012 12:53:22 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 41A687FA06C; Sun, 5 Aug 2012 14:53:34 +0200 (CEST) In-Reply-To: <9AA39277-4000-45B4-8AD1-4E97B89B0E1D@gmail.com> X-Mailer: Apple Mail (2.1278) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:152193 Archived-At: Hello. Search for setRepresentedFilename in nsfns.m Jan D. 5 aug 2012 kl. 09:29 skrev chad: >=20 > On 04 Aug 2012, at 23:47, Leo wrote: >=20 >> On 2012-08-05 13:59 +0800, chad wrote: >>> I'm tracking down a feature in the ns port, and trying to compare it >>> to the current mac port. Can someone with a working mac port binary >>> tell me if the mac port has the icon-drag and directory-selector >>> features in the frame title, or if that feature is missing from the >>> mac port? Thanks! >>=20 >> Something like this: >> BTW, it is a feature I've hardly ever used. >=20 > Yeah, that's part of the feature; the other is that file buffers put = an icon in the frame title that can be dragged into other windows or = apps. I'm trying to figure out exactly where that machinery lives, and = it seems to be different in the ns and mac ports. >=20 > Thanks! > *Chad