From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll Newsgroups: gmane.emacs.help Subject: "help" key with Cocoa Emacs 23 Date: Wed, 26 Nov 2008 12:17:07 +0200 Message-ID: <20081126101707.GB11700@groll.co.za> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: ger.gmane.org 1227694688 3948 80.91.229.12 (26 Nov 2008 10:18:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2008 10:18:08 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 11:19:10 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L5HUA-00040V-Vw for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2008 11:19:07 +0100 Original-Received: from localhost ([127.0.0.1]:59072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5HT1-0006gd-B2 for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2008 05:17:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5HSK-0006ZM-Iu for help-gnu-emacs@gnu.org; Wed, 26 Nov 2008 05:17:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5HSI-0006Xe-Gb for help-gnu-emacs@gnu.org; Wed, 26 Nov 2008 05:17:11 -0500 Original-Received: from [199.232.76.173] (port=54727 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5HSI-0006XY-B0 for help-gnu-emacs@gnu.org; Wed, 26 Nov 2008 05:17:10 -0500 Original-Received: from mail.groll.co.za ([67.18.176.185]:43466) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5HSH-00042J-VR for help-gnu-emacs@gnu.org; Wed, 26 Nov 2008 05:17:10 -0500 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id CE21B258F0; Wed, 26 Nov 2008 12:17:07 +0200 (SAST) Content-Disposition: inline User-Agent: Mutt/1.5.13 (Linux mail 2.6.18.8-linode10 i686) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60122 Archived-At: It seems that the "help" key on an external Apple keyboard is not detected by Emacs 23 Cocoa. C-h k does not detect this key (the "delete" key is detected this way). Previously Aquamacs was able to detect this key, and in Aquamacs this key could be rebound with something like: (global-set-key [help] 'overwrite-mode) GNU Emacs 23.0.60.1 (i386-apple-darwin9, NS apple-appkit-949.35) of 2008-11-20 on a white macbook. Cheers, Jonathan