From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: hide-other Date: Sat, 29 Aug 2009 15:50:51 -0400 Message-ID: <87praeielg.fsf@gimli.intra.norang.ca> References: <87skfa2yxy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhUgV-0006el-Sz for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 16:38:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhUgS-0006ct-K9 for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 16:38:03 -0400 Received: from [199.232.76.173] (port=45486 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhUgS-0006cg-E3 for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 16:38:00 -0400 Received: from mx20.gnu.org ([199.232.41.8]:20111) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MhUgS-00068j-3S for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 16:38:00 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MhUgR-0001IX-Bn for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 16:37:59 -0400 In-Reply-To: <87skfa2yxy.fsf@gmail.com> (Sean Sieger's message of "Sat\, 29 Aug 2009 15\:38\:01 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sean Sieger Cc: emacs-orgmode@gnu.org Sean Sieger writes: > What do you suggest as an alternative key combination for hide-other? I make custom key bindings on function keys that are not already mapped to something - that way they are unlikely to conflict with future key bindings. I like to use f9-something for commands and f9-h makes sense to me in this case. (global-set-key (kbd " h") 'hide-other) -Bernt