help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Allow Command+H to pass through to OS X (Emacs 23 Nightly)


From: Pascal J. Bourguignon
Subject: Re: Allow Command+H to pass through to OS X (Emacs 23 Nightly)
Date: Wed, 11 Feb 2009 01:17:36 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.3 (darwin)

Brett Hoerner <bretthoerner@gmail.com> writes:

> I'm using Emacs nightly Cocoa builds, when I check what is bound to
> Command+H I get "A-h is undefined".  I'd like for Emacs to "pass this
> through" to OS X like other commands, so that it hides the
> application.
>
> Any ideas?

Perhaps
  (global-set-key (kbd "A-h") 'iconify-or-deiconify-frame)
would do?

Yes, 
  (global-set-key (kbd "A-h") 'iconify-or-deiconify-frame)
will do!


  (global-set-key (kbd "A-h") 'iconify-or-deiconify-frame)
WILL DO!

-- 
__Pascal Bourguignon__


reply via email to

[Prev in Thread] Current Thread [Next in Thread]