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: Tue, 10 Feb 2009 17:10:14 -0800 (PST) Organization: http://groups.google.com Message-ID: <0de953d7-b458-4fd6-b30f-87c5b2f803a0@p20g2000yqi.googlegroups.com> References: <70909ec1-0cc6-4f38-b0b5-320268de2c94@p23g2000prp.googlegroups.com> <877i3xddy7.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1234316453 26663 80.91.229.12 (11 Feb 2009 01:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2009 01:40:53 +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 02:42:09 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 1LX470-000309-N3 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2009 02:42:02 +0100 Original-Received: from localhost ([127.0.0.1]:39138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX45h-0007eC-5t for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Feb 2009 20:40:41 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p20g2000yqi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 70.251.109.183 Original-X-Trace: posting.google.com 1234314614 20685 127.0.0.1 (11 Feb 2009 01:10:14 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 11 Feb 2009 01:10:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p20g2000yqi.googlegroups.com; posting-host=70.251.109.183; 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:166737 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:62045 Archived-At: On Feb 10, 6:17=A0pm, p...@informatimago.com (Pascal J. Bourguignon) wrote: > Perhaps > =A0 (global-set-key (kbd "A-h") 'iconify-or-deiconify-frame) > would do? Thanks for the help, but that does the equivalent of "Command + M" (minimize), not "Command + H" (hide), which do have differences. :/ Brett