From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Newsgroups: gmane.emacs.help Subject: Re: recursively directory listing in dired way. Date: Wed, 19 Nov 2008 11:22:35 -0800 (PST) Organization: http://groups.google.com Message-ID: <8b6a085b-27d8-446b-b060-a9f6077fba03@v38g2000yqb.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227123656 22636 80.91.229.12 (19 Nov 2008 19:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2008 19:40:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 19 20:42:00 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 1L2sw3-0006rJ-Nh for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2008 20:42:00 +0100 Original-Received: from localhost ([127.0.0.1]:43442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2suu-00084O-UM for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2008 14:40:48 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!v38g2000yqb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 131.225.53.48 Original-X-Trace: posting.google.com 1227122555 11467 127.0.0.1 (19 Nov 2008 19:22:35 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 19 Nov 2008 19:22:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v38g2000yqb.googlegroups.com; posting-host=131.225.53.48; posting-account=czAMxQoAAAAUEojshw4CrIvcwSdulymE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:164603 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:59936 Archived-At: On Nov 18, 10:03=A0pm, "Anand S. Dhankshirur" wrote: > I have installed 22.3 version of emacs in my system. > I want to list all the subdirectories and its contents of a directory > recursively in a dired buffer. > So that i can go to that file. > (running ls -lR shell command lists all the contents recursively but not > in dired way!) > I want to list all the contents in dired way. > How to do that? > Regards, > Anand Is the answer the following (call dired with a prefix), or did I overlook something? C-x d runs the command dired which is an interactive compiled Lisp function in `dired.el'. It is bound to C-x d, . (dired dirname &optional switches) "Edit" directory dirname--delete, rename, print, etc. some files in it. Optional second argument switches specifies the `ls' options used. I checked that it worked, with GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE