From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Emacs on OS X development Date: Sun, 15 Jul 2012 18:22:54 -0400 Message-ID: References: <33545A47-0907-4059-92A6-0343CEDD2750@swipnet.se> <869E965F-CD75-46D6-92BB-B3C08C8D846B@swipnet.se> <87fw8t7siv.fsf@gnu.org> <5ACE24AD-E349-49ED-B737-885773069F1E@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1342390983 19585 80.91.229.3 (15 Jul 2012 22:23:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 Jul 2012 22:23:03 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 00:23:03 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 1SqXDS-0002gn-Eq for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2012 00:23:02 +0200 Original-Received: from localhost ([::1]:55346 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqXDR-0001vT-Ek for ged-emacs-devel@m.gmane.org; Sun, 15 Jul 2012 18:23:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqXDP-0001vB-5l for emacs-devel@gnu.org; Sun, 15 Jul 2012 18:22:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqXDO-0000bS-D3 for emacs-devel@gnu.org; Sun, 15 Jul 2012 18:22:59 -0400 Original-Received: from mail-qc0-f169.google.com ([209.85.216.169]:53784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqXDO-0000bJ-90 for emacs-devel@gnu.org; Sun, 15 Jul 2012 18:22:58 -0400 Original-Received: by qcsd16 with SMTP id d16so3352603qcs.0 for ; Sun, 15 Jul 2012 15:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=9NvPzo4DiT9SGoAudxvxFvTX0kU9dfalafJw/uWPWog=; b=dQmBnsdWj4ztRxLaLJzPvxsJ/4z5i5vvdUVZQvZsbJDTloRjhfABt9mtQmqsb6s0DC OY4HI/4ptO9ciLeo9XHnfYZuN0OPoJRmu1hyqiA9DQdPigPfqqLQ3AB3GgmxayVVJ1Q8 /1kTZe9gaeAeByXpJrPfCCpfebXcEQzPPGeMlHOJxe/ttwipsiPSjmX3TnJx4zwfXQ+x NQF+CRgWDlcsH2bAvXvdCeuNMlUSd9mTkPflxivb8ZByNik3ZXkiI/Icu6vHG36X3lBo WbR9I0PlJt/Dn8YiCpqIIUkPh16+ggad43E+3fRSwEcsP+JyuDC010wG7iOWes0wXOUZ qLrg== Original-Received: by 10.229.137.18 with SMTP id u18mr4995274qct.22.1342390977882; Sun, 15 Jul 2012 15:22:57 -0700 (PDT) Original-Received: from [10.0.0.10] (pool-74-98-50-173.pitbpa.east.verizon.net. [74.98.50.173]) by mx.google.com with ESMTPS id et6sm20379686qab.8.2012.07.15.15.22.55 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 Jul 2012 15:22:57 -0700 (PDT) In-Reply-To: <5ACE24AD-E349-49ED-B737-885773069F1E@gmail.com> X-Mailer: Apple Mail (2.1278) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.216.169 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:151642 Archived-At: On Jul 15, 2012, at 5:34 PM, Donald Curtis wrote: > I have found that there are problems using the current ns version over = screen sharing (input to the GUI fails). =20 If this is the problem with recognizing modifier keys: I fixed that in = Aquamacs a long time ago (a problem with bitmasks that insist on = left/right bits set, IIRC), and the patch just needs to be imported.