From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Sieger Subject: Re: hide-other Date: Sat, 29 Aug 2009 17:00:43 -0400 Message-ID: <87ocpy2v44.fsf@gmail.com> References: <87skfa2yxy.fsf@gmail.com> <87praeielg.fsf@gimli.intra.norang.ca> 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 1MhV2u-0002Qp-DS for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 17:01:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhV2q-0002JO-Ra for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 17:01:12 -0400 Received: from [199.232.76.173] (port=34556 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhV2q-0002JJ-Ld for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 17:01:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:38939) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MhV2p-0002xI-U4 for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 17:01:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MhV2n-0001OU-DI for emacs-orgmode@gnu.org; Sat, 29 Aug 2009 23:01:05 +0200 Received: from pool-70-18-38-131.ny325.east.verizon.net ([70.18.38.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Aug 2009 23:01:05 +0200 Received: from sean.sieger by pool-70-18-38-131.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Aug 2009 23:01:05 +0200 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: emacs-orgmode@gnu.org Bernt Hansen writes: 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) ... and thank you for the example.