From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gebser@ameritech.net Newsgroups: gmane.emacs.help Subject: Re: Working with commented out text Date: Thu, 13 Mar 2003 19:09:32 -0500 (EST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <4yy93n742v.fsf@skjellgran.ii.uib.no> <5lllzk8bn1.fsf@rum.cs.yale.edu> Reply-To: gebser@ameritech.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1047600509 32414 80.91.224.249 (14 Mar 2003 00:08:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2003 00:08:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 14 01:08:24 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18tckJ-0008QA-00 for ; Fri, 14 Mar 2003 01:08:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tckU-0005Vp-00 for gnu-help-gnu-emacs@m.gmane.org; Thu, 13 Mar 2003 19:08:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18tcjr-0004Zw-00 for help-gnu-emacs@gnu.org; Thu, 13 Mar 2003 19:07:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18tcjH-0003t3-00 for help-gnu-emacs@gnu.org; Thu, 13 Mar 2003 19:07:25 -0500 Original-Received: from mailhost2-bcvloh.bcvloh.ameritech.net ([66.73.20.44] helo=mailhost.bcv2.ameritech.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18tcjB-0003Y0-00 for help-gnu-emacs@gnu.org; Thu, 13 Mar 2003 19:07:13 -0500 Original-Received: from heidegger.mousecar.net ([65.43.214.171]) by mailhost.bcv2.ameritech.net (InterMail vM.4.01.02.17 201-229-119) with ESMTP <20030314000711.VIJO17758.mailhost.bcv2.ameritech.net@heidegger.mousecar.net> for ; Thu, 13 Mar 2003 19:07:11 -0500 Original-Newsgroups: gnu.emacs.help Original-To: help-gnu-emacs@gnu.org In-Reply-To: <5lllzk8bn1.fsf@rum.cs.yale.edu> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7579 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7579 At 17:26 (UTC-0500) on 12 Mar 2003 Stefan Monnier said: = >>>>> "Joakim" == Joakim Hove writes: = > I wondered if there existed functionality to easily hide (large) = > chunks of commented out text. If my buffer contains a large block of = > commented out text I find that distracting - nevertheless I want to = > keep it there - for various reasons. = = I think you might want to try hideshow (i.e. hs-minor-mode). = I seem to remember it can hide comments. = That's nice. But how does one turn it back off? tnx, ken