From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Brian Auld Newsgroups: gmane.emacs.help Subject: Re: using id-utils/mkid/gid with C++ instead of C Date: Wed, 11 Feb 2004 07:50:25 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <402A4131.6070102@lefthandnetworks.com> References: <40295C97.7000201@lefthandnetworks.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 1076511219 24659 80.91.224.253 (11 Feb 2004 14:53:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2004 14:53:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 15:53:15 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 1Aqvjm-0004cD-00 for ; Wed, 11 Feb 2004 15:53:14 +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 1Aqvhs-0004FC-KS for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2004 09:51:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AqvhV-0004El-Cf for help-gnu-emacs@gnu.org; Wed, 11 Feb 2004 09:50:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aqvgz-0003xe-Dy for help-gnu-emacs@gnu.org; Wed, 11 Feb 2004 09:50:52 -0500 Original-Received: from [207.174.0.250] (helo=mail.lefthandnetworks.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aqvgz-0003xT-1w for help-gnu-emacs@gnu.org; Wed, 11 Feb 2004 09:50:21 -0500 Original-Received: from lefthandnetworks.com (unknown [10.1.1.67]) by mail.lefthandnetworks.com (Postfix) with ESMTP id 97AD637E44; Wed, 11 Feb 2004 07:50:22 -0700 (MST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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:16775 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16775 Sorry for the bother. My id-utils version is 3.2 and I get the same error from outside emacs. I'll redirect this to the id-utils mailing list. Brian Eli Zaretskii wrote: >>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. > > > >_______________________________________________ >Help-gnu-emacs mailing list >Help-gnu-emacs@gnu.org >http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > >