From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jack Wang" Newsgroups: gmane.emacs.help Subject: TAGS Date: Mon, 5 Jan 2004 00:30:06 -0500 (EST) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040105053006.29D703D3C@xprdmailfe4.nwk.excite.com> Reply-To: jw2000@excite.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073280993 8000 80.91.224.253 (5 Jan 2004 05:36:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jan 2004 05:36:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 05 06:36:24 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AdNPc-0002Pz-00 for ; Mon, 05 Jan 2004 06:36:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AdOLQ-0002fK-61 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jan 2004 01:36:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AdOK0-0001Ee-Mg for help-gnu-emacs@gnu.org; Mon, 05 Jan 2004 01:34:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AdOJE-0008MM-7H for help-gnu-emacs@gnu.org; Mon, 05 Jan 2004 01:34:25 -0500 Original-Received: from [207.159.120.55] (helo=xprdmailfe4.nwk.excite.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AdOGz-00069e-SX for help-gnu-emacs@gnu.org; Mon, 05 Jan 2004 01:31:33 -0500 Original-Received: by xprdmailfe4.nwk.excite.com (Postfix, from userid 110) id 29D703D3C; Mon, 5 Jan 2004 00:30:06 -0500 (EST) Original-To: help-gnu-emacs@gnu.org Original-Received: from [172.210.94.240] by xprdmailfe4.nwk.excite.com via HTTP; Mon, 05 Jan 2004 00:30:06 EST X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: ID = 3b6f094757009c886c0fc8a4623dbde2 X-Sender: jw2000@excite.com X-Mailer: PHP X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:15702 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15702 Hi all: How to generate TAGS file in a complex directory structure (with many subdirectories)? I use find . -name "*.[cch]" -print | etags - to generate TAGS file for all *.cc and *.h files. Are there any other methods? By the way, when I use M-x tags-search to search a word, e.g., pointer_a, how to make it case-sensitive and match-word-only, so that POINTER_A and pointer_a_1 will be skipped? Thanks a lot. Jack _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!