From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: HideShow vs Outline Date: Mon, 26 Mar 2007 10:43:39 +0200 Organization: sometimes Message-ID: <87hcs8gzt0.fsf@ambire.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174905561 14203 80.91.229.12 (26 Mar 2007 10:39:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 10:39:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 26 12:39:15 2007 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 1HVmba-0006TB-OO for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Mar 2007 12:39:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVmdo-0005CO-PZ for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Mar 2007 05:41:32 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!tiscali!newsfeed1.ip.tiscali.net!news.tiscali.de!news.belwue.de!LF.net!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: ppp-188-32.21-151.libero.it Original-X-Trace: quimby.gnus.org 1174902338 21589 151.21.32.188 (26 Mar 2007 09:45:38 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 26 Mar 2007 09:45:38 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:7qr1RLrrAJecmrmjZtaDdNgebOQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:146591 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:42199 Archived-At: A Soare writes: > what is the difference between outline-minor-mode and hs-minor-mode? outline is line-oriented and does not distinguish end-of-block. hideshow distinguishes end-of-block. here is a form you can play with: ; * ! (let ((a b) (c (d e f g h)) (i j)) (l m n) (o p q (r s t)) (u v (w x (y z)))) try `M-x hs-hide-level' w/ various prefix args on the `let' open-paren ("*" above). likewise on the let-bindings open-paren ("!" above). then try `hs-hide-block', and so forth. next, try the analogous outline commands. see what you like and what you don't. write something on the emacswiki, if it hasn't already been written. thi