From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Shepard Newsgroups: gmane.emacs.help Subject: etags & C++ Date: Tue, 01 Jun 2004 17:30:18 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <40BD1F9A.1020006@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086136248 557 80.91.224.253 (2 Jun 2004 00:30:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2004 00:30:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 02 02:30:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVJeW-0005l5-00 for ; Wed, 02 Jun 2004 02:30:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVJem-00083Q-Oj for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jun 2004 20:31:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVJec-000833-5K for help-gnu-emacs@gnu.org; Tue, 01 Jun 2004 20:30:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVJea-00081h-GR for help-gnu-emacs@gnu.org; Tue, 01 Jun 2004 20:30:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVJea-00081X-DO for help-gnu-emacs@gnu.org; Tue, 01 Jun 2004 20:30:48 -0400 Original-Received: from [66.163.169.223] (helo=smtp104.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1BVJe6-0002lQ-Vq for help-gnu-emacs@gnu.org; Tue, 01 Jun 2004 20:30:19 -0400 Original-Received: from unknown (HELO yahoo.com) (ashepard2001@64.113.127.237 with plain) by smtp104.mail.sc5.yahoo.com with SMTP; 2 Jun 2004 00:30:18 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:18872 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18872 Hello: I'm running Emacs version 21.2.1. When I create a TAGS file on a C++ project using etags, and later search for tags using "ESC ." I find that if a function is defined in more than one class, emacs only finds the first definition, i.e., "ESC ," doesn't find subsequent definitions. Is there something I am doing wrong? Thanks, Andy ...