From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rami A Newsgroups: gmane.emacs.help Subject: =?windows-1252?Q?Re=3A_How_to_exclude_folders_from_searching_IDs_=93gid?= =?windows-1252?Q?=94=3F?= Date: Fri, 2 Aug 2013 09:56:28 -0700 (PDT) Message-ID: <90fb0f3c-6659-4733-b5d7-442c1e7dbc8c@googlegroups.com> References: <0fc45268-ef44-4bc6-95a5-1fcae3e9897d@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1375462828 14971 80.91.229.3 (2 Aug 2013 17:00:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2013 17:00:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 02 19:00:30 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V5IiE-00073A-0Q for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Aug 2013 19:00:22 +0200 Original-Received: from localhost ([::1]:39252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5IiD-00080F-Jr for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Aug 2013 13:00:21 -0400 X-Received: by 10.180.24.138 with SMTP id u10mr1319428wif.4.1375462589032; Fri, 02 Aug 2013 09:56:29 -0700 (PDT) X-Received: by 10.49.13.169 with SMTP id i9mr271438qec.18.1375462588755; Fri, 02 Aug 2013 09:56:28 -0700 (PDT) Original-Path: usenet.stanford.edu!g3no4873041wic.0!news-out.google.com!cc8ni6102wib.1!nntp.google.com!fx3no573972qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.87.19.194; posting-account=HZ4YzgoAAABkTSCruZ7Bs4hufjlOUmBF Original-NNTP-Posting-Host: 148.87.19.194 User-Agent: G2/1.0 Injection-Date: Fri, 02 Aug 2013 16:56:28 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:200400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92667 Archived-At: Hi Eli, Thanks for taking a look. assuming that I have the following directories in my projects folder. X Y Z When doing mkid in the main project folder it will make ID file that contains all ids in all of these source files. I actually found the solution to exclude one or more folders from the ID search. Simply by: mkid --prune Z This will take out any IDs from folder X and only include IDs from X and Y. So when you do the gid "ID" you wont see matching results from folder Z.