From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shane Celis Subject: Announcing hideshow-org.el Date: Mon, 30 Mar 2009 23:10:26 -0700 Message-ID: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoXAW-0005de-LQ for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 02:09:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoXAS-0005Xy-RC for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 02:09:52 -0400 Received: from [199.232.76.173] (port=41135 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoXAS-0005Xn-Nn for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 02:09:48 -0400 Received: from mail.pertinent.net ([64.62.153.106]:38930) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoXAS-00011V-D5 for emacs-orgmode@gnu.org; Tue, 31 Mar 2009 02:09:48 -0400 Received: from [192.168.2.5] (c-76-105-6-146.hsd1.ca.comcast.net [76.105.6.146]) by mail.pertinent.net (Postfix) with ESMTPSA id 9864A19FA6 for ; Mon, 30 Mar 2009 23:10:49 -0700 (PDT) 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 Hello fellow org-mode users, Using org-mode has made some things for me intolerable. I watched Carsten Dominik's talk at google where he articulated his desire for a simple interface for folding and unfolding. I became very unhappy with the hideshow.el interface for hiding and showing code. I don't know how anyone can bother to use these key bindings. ;; hs-hide-block C-c @ C-h or C-c S-2 C-h (C-c C-2 C-h would be an improvement) ;; hs-show-block C-c @ C-s or C-c S-2 C-h I endeavored to make hideshow.el work more like org-mode and created my extension hideshow-org.el. Now TAB hides and shows code blocks when no indentation is necessary, but indents otherwise. So for those of you who work a lot on code, I encourage you to give it a try. The code and a little screencast that shows it in action is available here: http://gnufool.blogspot.com/2009/03/make-hideshow-behave-more-like-org-mode.html Thanks again for org-mode. It's fundamentally changed the way I relate with emacs. -Shane