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: Best way to get a cross-reference listing... Date: Wed, 23 Apr 2003 22:53:00 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2950-Wed23Apr2003225259+0300-eliz@elta.co.il> References: <995FF289C9D69747A09E42992644595405B23714@penguin.adic.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051128382 32571 80.91.224.249 (23 Apr 2003 20:06:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 20:06:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 22:06:16 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 198QVR-0008S3-00 for ; Wed, 23 Apr 2003 22:06:16 +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 198QW1-0000Uj-01 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 16:06:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 198QPP-0006c4-00 for help-gnu-emacs@gnu.org; Wed, 23 Apr 2003 15:59:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 198QP9-0006XL-00 for help-gnu-emacs@gnu.org; Wed, 23 Apr 2003 15:59:53 -0400 Original-Received: from thor.inter.net.il ([192.114.186.11]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198QL8-0005jd-00 for help-gnu-emacs@gnu.org; Wed, 23 Apr 2003 15:55:34 -0400 Original-Received: from zaretsky (tony08-194-32.inter.net.il [80.230.194.32] (may be forged)) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AXP69615; Wed, 23 Apr 2003 22:55:31 +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: <995FF289C9D69747A09E42992644595405B23714@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:8740 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8740 > From: brian.auld@adic.com > Date: Wed, 23 Apr 2003 06:35:09 -0700 > > I downloaded and installed gid on my linux box. However, an 'M-x gid' results in a [no-match] beeeeep. Is there a step I'm missing?? You need to install id-utils.el somewhere where Emacs will find it (along your load-path) and add this line to your ~/.emacs init file: (autoload 'gid "id-utils" "Interface to ID Utils" t)