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: gid doc? Date: Tue, 06 May 2003 20:08:50 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2110-Tue06May2003200849+0300-eliz@elta.co.il> References: <995FF289C9D69747A09E42992644595405B23738@penguin.adic.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1052241466 26599 80.91.224.249 (6 May 2003 17:17:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 May 2003 17:17:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 06 19:17:44 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19D62y-0006nZ-00 for ; Tue, 06 May 2003 19:16:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D60p-0001x9-00 for gnu-help-gnu-emacs@m.gmane.org; Tue, 06 May 2003 13:13:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D60G-0001Ez-00 for help-gnu-emacs@gnu.org; Tue, 06 May 2003 13:13:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D607-00013r-00 for help-gnu-emacs@gnu.org; Tue, 06 May 2003 13:13:12 -0400 Original-Received: from aragorn.inter.net.il ([192.114.186.23]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D5zD-0000NE-00 for help-gnu-emacs@gnu.org; Tue, 06 May 2003 13:12:15 -0400 Original-Received: from zaretsky (cable-128-29.inter.net.il [213.8.128.29]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id ANW97141; Tue, 6 May 2003 20:12:11 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <995FF289C9D69747A09E42992644595405B23738@penguin.adic.com> (brian.auld@adic.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9343 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9343 > From: brian.auld@adic.com > Date: Tue, 6 May 2003 07:06:05 -0700 > > 1) built id-utils > 2) moved id-utils.el to ~/.emacs-lisp directory > 3) added the following lines to .emacs file to automatically > load id-utils.el on startup: > > (setq load-path (append load-path (list ~/.emacs-lisp"))) > > (autoload 'gid "id-utils" "Interface to ID Utils" t) This is all correct. > 4) Built ID database (from kernel source root dir): > find . -name "*.[chyCHY]" | xargs mkid This is not what I do. Simply type this: mkid . If you only want C and C++ files, use the --exclude, --include and --languages switches to control mkid. > When I try and run 'M-x gid' on a symbol. I know I had it working at one time, but now it's belly up. What exactly fails? What error messages?