From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Enila Nero Newsgroups: gmane.emacs.help Subject: hide/show in dired Date: Sun, 20 Jun 2004 20:21:59 GMT Organization: Home Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: Reply-To: geortal@yahoo.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088537132 22305 80.91.224.253 (29 Jun 2004 19:25:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 19:25:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 21:25:13 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfOEC-0006M5-00 for ; Tue, 29 Jun 2004 21:25:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfOFs-0005Y5-JV for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 15:26:56 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!news.glorb.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!nwrddc02.gnilink.net.POSTED!372e6f02!not-for-mail Original-Newsgroups: gnu.emacs.help Cancel-Lock: sha1:/CDOVQPglbgonvo6ehfGSyF2wrQ= Original-Lines: 16 Original-NNTP-Posting-Host: 4.43.183.182 Original-X-Complaints-To: abuse@verizon.net Original-X-Trace: nwrddc02.gnilink.net 1087762919 4.43.183.182 (Sun, 20 Jun 2004 16:21:59 EDT) Original-NNTP-Posting-Date: Sun, 20 Jun 2004 16:21:59 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:123856 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19216 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19216 I have looked around for hide/show functionality in dired, but couldn't find anything. What I mean, is to be able to give a regexp and dired would limit the display to matching files only. Then, to be able to redisplay all the files. This behavior would analogous to gnus-summary-limit-to-* and gnus-summary-pop-limit in gnus, where articles are hidden and then popped. The closest functionality I found is the dired-omit-extensions in dired-x.el and dired-wipe.el, but don't quite have the above behavior. Any help will be appreciated. Enila