From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: hiding lines Date: Thu, 02 Apr 2009 08:52:01 +0200 (CEST) Message-ID: <20090402.085201.106432638.wl@gnu.org> 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 1238655158 11852 80.91.229.12 (2 Apr 2009 06:52:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2009 06:52:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 02 08:53:56 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LpGoB-0001kC-8K for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 08:53:51 +0200 Original-Received: from localhost ([127.0.0.1]:59520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpGmn-0001dY-Ki for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 02:52:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpGmZ-0001Xb-OQ for emacs-devel@gnu.org; Thu, 02 Apr 2009 02:52:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpGmU-0001VM-KG for emacs-devel@gnu.org; Thu, 02 Apr 2009 02:52:10 -0400 Original-Received: from [199.232.76.173] (port=33796 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpGmU-0001VG-Fj for emacs-devel@gnu.org; Thu, 02 Apr 2009 02:52:06 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:47727) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LpGmT-0000k6-Rw for emacs-devel@gnu.org; Thu, 02 Apr 2009 02:52:06 -0400 Original-Received: (qmail invoked by alias); 02 Apr 2009 06:52:04 -0000 Original-Received: from 77-23-192-55-dynip.superkabel.de (EHLO localhost) [77.23.192.55] by mail.gmx.net (mp009) with SMTP; 02 Apr 2009 08:52:04 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX19d4S41gyBd+ULHd0SdpKITNbstvKZuKlP914esLA /XIR2sCnWV9gbm X-Mailer: Mew version 6.2.50 on Emacs 22.3.1 / Mule 5.0 (SAKAKI) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109990 Archived-At: Folks, I would like to hide lines in a buffer which satisfy a regexp -- either the lines get completely hidden (or perhaps indicated with `...' as in the outline mode), or a search-and-replace function doesn't match them. Does Emacs have such a thing? A lookup in the docs doesn't show anything relevant. This would be a very convenient function for editing lists. Werner