From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 Mac port Date: Sun, 03 Jan 2010 11:07:59 +0000 Organization: University of Cambridge Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262516926 10001 80.91.229.12 (3 Jan 2010 11:08:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Jan 2010 11:08:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 03 12:08:39 2010 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 1NROK6-00034G-4L for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2010 12:08:38 +0100 Original-Received: from localhost ([127.0.0.1]:44766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NROK6-0004wX-C9 for ged-emacs-devel@m.gmane.org; Sun, 03 Jan 2010 06:08:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NROJy-0004vT-LD for emacs-devel@gnu.org; Sun, 03 Jan 2010 06:08:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NROJt-0004te-6E for emacs-devel@gnu.org; Sun, 03 Jan 2010 06:08:29 -0500 Original-Received: from [199.232.76.173] (port=58681 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NROJs-0004tb-VG for emacs-devel@gnu.org; Sun, 03 Jan 2010 06:08:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:42800) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NROJs-0006Oy-I9 for emacs-devel@gnu.org; Sun, 03 Jan 2010 06:08:24 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NROJo-000311-M8 for emacs-devel@gnu.org; Sun, 03 Jan 2010 12:08:20 +0100 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jan 2010 12:08:20 +0100 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jan 2010 12:08:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:2sW1TCKtUl+CkUVRignV0/kSanE= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:119302 Archived-At: On 2010-01-03 02:45 +0000, YAMAMOTO Mitsuharu wrote: > This seems to be because Apple event handlers are bound in > special-event-map. A similar behavior can be observed with > dran-and-drop, which is also bound in special-event-map, even on > the GTK+ build. > > 1. emacs -Q > 2. Drag-and-drop some C file (such as foo.c) into the Emacs frame. > 3. Click the Emacs frame title bar to get focus. > 4. C-c C-e > => not found though it is bound to c-macro-expand > 5. C-c C-e > => handled correctly Thank you. I filed a bug report on this. Best wishes, Leo