From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul R Newsgroups: gmane.emacs.help Subject: Re: recursively directory listing in dired way. Date: Wed, 19 Nov 2008 12:55:40 +0100 Message-ID: <87r658q69v.fsf@gmail.com> References: <49239011.5030206@cdotb.ernet.in> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227095783 13936 80.91.229.12 (19 Nov 2008 11:56:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2008 11:56:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: asd@cdotb.ernet.in Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 19 12:57: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 1L2lgO-0007VT-Ia for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2008 12:57:20 +0100 Original-Received: from localhost ([127.0.0.1]:57988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2lfF-0007M6-TZ for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Nov 2008 06:56:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2leu-0007Jt-P6 for help-gnu-emacs@gnu.org; Wed, 19 Nov 2008 06:55:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2les-0007I2-9k for help-gnu-emacs@gnu.org; Wed, 19 Nov 2008 06:55:47 -0500 Original-Received: from [199.232.76.173] (port=56900 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2les-0007Hu-5y for help-gnu-emacs@gnu.org; Wed, 19 Nov 2008 06:55:46 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:29062) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L2ler-0003oA-Ny for help-gnu-emacs@gnu.org; Wed, 19 Nov 2008 06:55:45 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so3128402fgb.30 for ; Wed, 19 Nov 2008 03:55:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=EZfzMZaE88IUNCFKG/nMI/ES4Qm4gARysibbpPcWMFs=; b=OT1zHB8H5lbIYAvQo6oGwoTbGprU9mxLi+ndPZET9i90dH2Yw9S05ww+vmgg1EBnmt Tn4xM9gGBLlckzQCGHBIRo4nhaRED9+dAqVf3MHBgPeMHKvM6enFvjkVwiRkpnXSL8fh P8Qfct9hTX6zUMm4Xs1iQ0EGhXqbQCW31Vn0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=OxE3wlvsjby9zOhtZnJAlo3SOz73eWPwRmSJTlAEteDM6mHwdKYsYixOuEn2IJiWDn q3mqVJ9Wd8HlOsCyPg9Xtv4CuU4syk4YDBfB81QFyyhW1iDSQvsr5V9/LjYWLkCLN2Ju XIVR/2rwgRmltrsoLAP834EgpkcLq82eScBMk= Original-Received: by 10.181.139.4 with SMTP id r4mr298757bkn.89.1227095743214; Wed, 19 Nov 2008 03:55:43 -0800 (PST) Original-Received: from ubuT42 (pdc35-1-82-242-132-111.fbx.proxad.net [82.242.132.111]) by mx.google.com with ESMTPS id k29sm7637581fkk.2.2008.11.19.03.55.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Nov 2008 03:55:42 -0800 (PST) In-Reply-To: <49239011.5030206@cdotb.ernet.in> (Anand S. Dhankshirur's message of "Wed, 19 Nov 2008 09:33:29 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:59927 Archived-At: Anand> How to do that? Regards, Anand M-x find-dired -- Paul