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: Re: recursively directory listing in dired way. Date: Thu, 20 Nov 2008 15:31:33 +0530 Organization: C-DOT Message-ID: <4925357D.904@cdotb.ernet.in> References: <49239011.5030206@cdotb.ernet.in> <87r658q69v.fsf@gmail.com> <4924DF4B.4050206@cdotb.ernet.in> <87bpwarc3i.fsf@gmail.com> 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 1227175140 32337 80.91.229.12 (20 Nov 2008 09:59:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 09:59:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Paul R Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 11:00:02 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 1L36KP-0002MQ-Nd for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 11:00:01 +0100 Original-Received: from localhost ([127.0.0.1]:52716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L36JG-0004qC-OZ for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 04:58:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L36H8-0004X7-10 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 04:56:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L36H4-0004Tg-65 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 04:56:37 -0500 Original-Received: from [199.232.76.173] (port=55245 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L36H3-0004TX-Ko for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 04:56:34 -0500 Original-Received: from ws9.cdotb.ernet.in ([202.41.72.121]:45386) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L36Gy-0007H9-2T for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 04:56:33 -0500 Original-Received: from ws9.cdotb.ernet.in (localhost [127.0.0.1]) by localhost.cdotb.ernet.in (Postfix) with ESMTP id 2BBB4A2F2; Thu, 20 Nov 2008 15:25:34 +0530 (IST) Original-Received: from universe (universe.cdotb.ernet.in [192.168.42.10]) by ws9.cdotb.ernet.in (Postfix) with ESMTP id 270139FFD; Thu, 20 Nov 2008 15:25:34 +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 mAK9tUmC022787; Thu, 20 Nov 2008 15:25:33 +0530 (IST) User-Agent: Thunderbird 1.5 (X11/20051201) In-Reply-To: <87bpwarc3i.fsf@gmail.com> X-TM-AS-Product-Ver: IMSS-7.0.0.7138-5.5.0.1026-16290.005 X-TM-AS-Result: No--9.900-5.0-31-1 X-imss-scan-details: No--9.900-5.0-31-1 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:59954 Archived-At: Hi Paul Thanks. Got answered. I will look into what you have suggested. Paul R wrote: > Hi Anand, > > [ please reply to list or keep it as cc ] > > Anand> Hi Paul, Thanks I found it working. I have one more question > Anand> GVIM, provides the auto completions with the exhaustive list of > Anand> all the possibilities. while typing in .c file (for example > Anand> GS_AM_ will give all the auto completions for all the tokens > Anand> strating with GS_AM.) In emacs also M-/ gives the completions > Anand> which are there in current buffer. Furhter it gives the case > Anand> insensitive one.(the cases are ignored). But it will not give the > Anand> completions from the TAGS file It does not consider other files > Anand> and buffers. Is there any way to do it in emacs.? > > As usual with emacs, there isn't a single way but many, none of them > being "the one". > > A lot of people wrote packages for completion, I think they should be > listed and detailled here : > > http://www.emacswiki.org/emacs/CategoryCompletion > > Some of them will come bundled to your emacs distribution, some others > won't. Please read and find out which suits the best your needs. > >