From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: using id-utils/mkid/gid with C++ instead of C Date: 11 Feb 2004 10:39:59 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <40295C97.7000201@lefthandnetworks.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1076488889 4824 80.91.224.253 (11 Feb 2004 08:41:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2004 08:41:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 09:41:20 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 1Aqpvr-0005oK-00 for ; Wed, 11 Feb 2004 09:41:20 +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 1Aqptw-0004vW-Nb for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2004 03:39:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AqptW-0004vO-41 for help-gnu-emacs@gnu.org; Wed, 11 Feb 2004 03:38:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aqpt0-0004ty-F4 for help-gnu-emacs@gnu.org; Wed, 11 Feb 2004 03:38:53 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1Aqpsz-0004tk-4N for help-gnu-emacs@gnu.org; Wed, 11 Feb 2004 03:38:22 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: <40295C97.7000201@lefthandnetworks.com> (message from Brian Auld on Tue, 10 Feb 2004 15:35:03 -0700) 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:16771 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16771 > Date: Tue, 10 Feb 2004 15:35:03 -0700 > From: Brian Auld > > I've been a satisfied id-utils user for the past year. This is not really a good place to post questions about ID-utils. You should have posted to help-gnu-utils or bug-gnu-utils instead, unless you are sure the problem is in the Emacs interface to ID-utils. > ... > class class_A{ > func_A(); > ... > }; > ... > > 2nd file: lib.cpp > -------------------- > ... > class_A::func_A(){ > ... > } > ... > > 3rd file main.cpp > --------------------- > main(){ > ... > class_A::func_A(); > ... > } > > When I run mkid/gid on the function: func_A, the only hit I get is the > member function declaration in the 1st file. What is your version of ID-utils? Perhaps you have an old version that has a bug which is already corrected in a newer version. Also, it is good to run `lid' outside Emacs to see if it finds the other two files. If not, it's an ID-utils bug that you should report to its maintainer(s), not an Emacs problem.