From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Assignment of misc packages for emacs Date: Wed, 15 May 2002 07:51:20 +0300 (IDT) Sender: emacs-devel-admin@gnu.org Message-ID: References: <5xvg9qmgzt.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1021438438 20581 127.0.0.1 (15 May 2002 04:53:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 15 May 2002 04:53:58 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177qnW-0005Lq-00 for ; Wed, 15 May 2002 06:53:58 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 177qys-0001cd-00 for ; Wed, 15 May 2002 07:05:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177qnj-0004dJ-00; Wed, 15 May 2002 00:54:11 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 177qmo-0004ZZ-00; Wed, 15 May 2002 00:53:14 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA00715; Wed, 15 May 2002 07:51:20 +0300 (IDT) X-Sender: eliz@is Original-To: no-spam@cua.dk In-Reply-To: <5xvg9qmgzt.fsf@kfs2.cua.dk> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3949 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3949 On 15 May 2002 no-spam@cua.dk wrote: > I'm visiting ~/fsf/emacs/lwlib/xlwmenu.c > On line 1625, there is a call to the function x_free_dpy_colors. > I want find out where it is defined & used elsewhere. > > I place the cursor on the name of the function and enters M-x match > (I've bound it to H-m). Isn't this a job for ID-utils (which have an Emacs interface)? Once you've created the ID database by running mkid, the searches are lightning-fast and very accurate (because mkid knows about tokens in various programming languages including C). Perhaps we should make the ID-utils interface part of Emacs, and expand it to present a menu of possibilities.