From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Johnson Newsgroups: gmane.emacs.help Subject: Re: Text folding mode? Date: Mon, 17 Mar 2008 17:53:23 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <13tu82la67lfod8@news.supernews.com> References: <13tu1cl2pmu5914@news.supernews.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1205808041 18318 80.91.229.12 (18 Mar 2008 02:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2008 02:40:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 18 03:41:09 2008 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 1JbRlE-00041Z-Cv for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Mar 2008 03:41:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbRke-0002gI-F0 for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Mar 2008 22:40:32 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!proxad.net!feeder1-2.proxad.net!fdn.fr!freenix!news.enst.fr!grolier!sn-xt-sjc-03!sn-xt-sjc-07!sn-post-sjc-01!supernews.com!news.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: KNode/0.10.5 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 28 Original-Xref: shelby.stanford.edu gnu.emacs.help:157108 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:52479 Archived-At: Lennart Borgman (gmail) wrote: > There is something called foldout (beside outline and hide-show etc). I > have never used foldout, but it is described in the manual, see > > M-: (info "(emacs) Foldout") Hi Lennart: I'm looking at the documentation and did load the mode. I don't see anyway that I could fold something like the following: ;; @syntax (CGI:cookie-set ) ;; @param The string for the cookie variable name ;; List begins with 'extra data ("" if not any) ;; followed by alternating names and values (not nested) ;; Domain for which cookie is valid. Needed. ;; Path for which domain is valid. Recommended: "/cgi-bin/" ;; The lines above are documentation, which I would like to hide/unhide ;; at will. Is there a way to: set-mark-command ;; scroll to end of documentation hide region? Oh an epiphany! google'd emacs hide region And guess what .... just found hide-region.el at http://www.emacswiki.org/cgi-bin/wiki/hide-region.el. And I like it.. Will work for me. Ain't emacs great?! Google too. thanks Tim