From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Teemu.Parkkinen@patria.fi Newsgroups: gmane.emacs.devel Subject: Re: New feature proposal for Emacs Date: Thu, 5 Feb 2004 12:19:33 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075976950 15988 80.91.224.253 (5 Feb 2004 10:29:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 10:29:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 05 11:29:01 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aogkn-0002gJ-00 for ; Thu, 05 Feb 2004 11:29:01 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aogkn-0004Lk-00 for ; Thu, 05 Feb 2004 11:29:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aogcl-000475-16 for emacs-devel@quimby.gnus.org; Thu, 05 Feb 2004 05:20:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aogcf-00046l-M8 for emacs-devel@gnu.org; Thu, 05 Feb 2004 05:20:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aogc9-00041L-DQ for emacs-devel@gnu.org; Thu, 05 Feb 2004 05:20:36 -0500 Original-Received: from [192.89.123.25] (helo=smtp.tele.fi) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aogc8-000411-PH for emacs-devel@gnu.org; Thu, 05 Feb 2004 05:20:04 -0500 Original-Received: from hubns01.patria.fi (unknown [193.209.168.1]) by smtp.tele.fi (Postfix) with ESMTP id 8F03A386F5 for ; Thu, 5 Feb 2004 12:20:03 +0200 (EET) Original-To: emacs-devel@gnu.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 X-MIMETrack: Serialize by Router on HUBNS01/HUB/PATRIA(Release 5.0.11 |July 24, 2002) at 05.02.2004 12:20:51 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19740 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19740 The feature is already implemented. Thanks for Kai for pointing this out. -Teemu ----- Forwarded by Teemu Parkkinen/AVI/PATRIA on 02/05/04 12:13 PM ----- Kai Grossjohann cc: Subject: Re: New feature proposal for Emacs 02/05/04 11:44 AM Teemu.Parkkinen@patria.fi writes: > Would it be possible to hide certain blocks of code (or hide all and > show only those you wish to see) by some way? When a block is > hidden, only the first comment of it is shown. See hideshow.el (or hide-show.el?). M-x hs-minor-mode RET. Kai