From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Anand S. Dhankshirur" Newsgroups: gmane.emacs.help Subject: recursively directory listing in dired way. Date: Wed, 19 Nov 2008 09:33:29 +0530 Organization: C-DOT Message-ID: <49239011.5030206@cdotb.ernet.in> Reply-To: asd@cdotb.ernet.in NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227079463 30168 80.91.229.12 (19 Nov 2008 07:24:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2008 07:24:23 +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 08:25:24 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 1L2hRE-0001hX-FX for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2008 08:25:24 +0100 Original-Received: from localhost ([127.0.0.1]:40481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2hQ5-0001DH-5h for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2008 02:24:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2eCs-00014u-BO for help-gnu-emacs@gnu.org; Tue, 18 Nov 2008 22:58:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2eCo-00014B-9v for help-gnu-emacs@gnu.org; Tue, 18 Nov 2008 22:58:21 -0500 Original-Received: from [199.232.76.173] (port=45652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2eCo-000148-5o for help-gnu-emacs@gnu.org; Tue, 18 Nov 2008 22:58:18 -0500 Original-Received: from ws9.cdotb.ernet.in ([202.41.72.121]:43566) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2eCi-0001Fv-S6 for help-gnu-emacs@gnu.org; Tue, 18 Nov 2008 22:58:18 -0500 Original-Received: from ws9.cdotb.ernet.in (localhost [127.0.0.1]) by localhost.cdotb.ernet.in (Postfix) with ESMTP id 762FAA3DE for ; Wed, 19 Nov 2008 09:27:25 +0530 (IST) Original-Received: from universe (universe.cdotb.ernet.in [192.168.42.10]) by ws9.cdotb.ernet.in (Postfix) with ESMTP id 65122A3DB for ; Wed, 19 Nov 2008 09:27:25 +0530 (IST) Original-Received: from [192.168.16.119] (vishwa.cdotb.ernet.in [192.168.16.119]) by universe (8.12.2+Sun/8.12.2) with ESMTP id mAJ3vOmC010896 for ; Wed, 19 Nov 2008 09:27:25 +0530 (IST) User-Agent: Thunderbird 1.5 (X11/20051201) X-TM-AS-Product-Ver: IMSS-7.0.0.7138-5.5.0.1026-16288.004 X-TM-AS-Result: No-2.600-5.0-31-1 X-imss-scan-details: No-2.600-5.0-31-1 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Wed, 19 Nov 2008 02:23:54 -0500 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:59918 Archived-At: 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