From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brett Hoerner Newsgroups: gmane.emacs.help Subject: Re: Allow Command+H to pass through to OS X (Emacs 23 Nightly) Date: Wed, 11 Feb 2009 12:21:15 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <70909ec1-0cc6-4f38-b0b5-320268de2c94@p23g2000prp.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234384857 15414 80.91.229.12 (11 Feb 2009 20:40:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2009 20:40:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 21:42:13 2009 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 1LXLu9-0002gd-9q for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2009 21:41:57 +0100 Original-Received: from localhost ([127.0.0.1]:58241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXLsp-0004OV-KH for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2009 15:40:35 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z6g2000pre.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 6 Original-NNTP-Posting-Host: 67.64.113.153 Original-X-Trace: posting.google.com 1234383676 20287 127.0.0.1 (11 Feb 2009 20:21:16 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 11 Feb 2009 20:21:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z6g2000pre.googlegroups.com; posting-host=67.64.113.153; posting-account=x6a_AgoAAADZQH4IvzMbavVwrCOoMjuv User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:166759 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:62069 Archived-At: I found the function I needed to call, (define-key map [(alt h)] 'ns-do-hide-emacs) Thanks, Brett