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: [PATCH] Feedback request for x_set_mouse_color on NextSTEP/MacOS Date: Sat, 16 Aug 2014 10:52:47 +0200 Message-ID: <5845089A-A99C-4D72-825F-80E8C9136F00@swipnet.se> References: <53EC5A0D.2010104@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1408179204 6392 80.91.229.3 (16 Aug 2014 08:53:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Aug 2014 08:53:24 +0000 (UTC) Cc: Joe Matarazzo , Emacs development discussions To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 16 10:53:17 2014 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 1XIZjg-0006BP-45 for ged-emacs-devel@m.gmane.org; Sat, 16 Aug 2014 10:53:16 +0200 Original-Received: from localhost ([::1]:34784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIZjf-0003UN-HL for ged-emacs-devel@m.gmane.org; Sat, 16 Aug 2014 04:53:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIZjO-0003UG-Da for emacs-devel@gnu.org; Sat, 16 Aug 2014 04:53:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIZjI-0006b8-H6 for emacs-devel@gnu.org; Sat, 16 Aug 2014 04:52:58 -0400 Original-Received: from mailfe04.swip.net ([212.247.154.97]:39291 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIZjI-0006b3-AJ for emacs-devel@gnu.org; Sat, 16 Aug 2014 04:52:52 -0400 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 522890931; Sat, 16 Aug 2014 10:52:48 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.97 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:173704 Archived-At: Hi. 15 aug 2014 kl. 20:46 skrev Stefan Monnier : >> It is not requred that the same code works on both OSX and GNUStep, = but that >> there is an implementation for GNUStep and OSX. They might be quite >> different #ifdef... blocks of code. >=20 > But if it can be "the same code", it's clearly a better choice. >=20 Yes, but a fast look at the API:s suggests that this is not possible. I = would like to be shown wrong though. Jan D.