From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: brian.auld@adic.com Newsgroups: gmane.emacs.help Subject: RE: gid doc? Date: Tue, 6 May 2003 07:06:05 -0700 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <995FF289C9D69747A09E42992644595405B23738@penguin.adic.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: main.gmane.org 1052230401 366 80.91.224.249 (6 May 2003 14:13:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 May 2003 14:13:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 06 16:13:20 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 19D3C4-00005l-00 for ; Tue, 06 May 2003 16:13:20 +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 19D3Ab-0006Qx-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 06 May 2003 10:11:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19D39Q-00066b-00 for help-gnu-emacs@gnu.org; Tue, 06 May 2003 10:10:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19D39E-0005oQ-00 for help-gnu-emacs@gnu.org; Tue, 06 May 2003 10:10:27 -0400 Original-Received: from outgoingmail.adic.com ([63.81.117.28] helo=penguin.adic.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19D39B-0005lL-00 for help-gnu-emacs@gnu.org; Tue, 06 May 2003 10:10:22 -0400 Original-Received: by penguin.adic.com with Internet Mail Service (5.5.2653.19) id ; Tue, 6 May 2003 07:06:07 -0700 Original-To: help-gnu-emacs@gnu.org X-Mailer: Internet Mail Service (5.5.2653.19) 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:9330 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9330 Are there any particular guidelines for using gid in the kernel tree. These are the steps I took: 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) 4) Built ID database (from kernel source root dir): find . -name "*.[chyCHY]" | xargs 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. Is my 'find ...' in error? Any pointers would be appreciated. -- Brian > -----Original Message----- > From: Eli Zaretskii [mailto:eliz@elta.co.il] > Sent: Sunday, May 04, 2003 11:32 PM > To: help-gnu-emacs@gnu.org > Subject: Re: gid doc? > > > From: brian.auld@adic.com > > Date: Sun, 4 May 2003 11:27:51 -0700 > > > > Can anyone recommand a url or howto or manual that talks about using > 'gid' with emacs. > > There's the "M-x gid" command, and that's about all there is to it. > > > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs