From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: Re: Double hyphens in variable names. Date: Tue, 7 Oct 2003 09:57:19 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <4688261.1065513439647.JavaMail.www@wwinf0303> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1065513658 20300 80.91.224.253 (7 Oct 2003 08:00:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2003 08:00:58 +0000 (UTC) Cc: rms , emacs-devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 07 10:00:56 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6mm8-00080j-00 for ; Tue, 07 Oct 2003 10:00:56 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6mm7-0005DF-00 for ; Tue, 07 Oct 2003 10:00:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6mjZ-0004QA-PI for emacs-devel@quimby.gnus.org; Tue, 07 Oct 2003 03:58:17 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6mjC-0004Gd-Ii for emacs-devel@gnu.org; Tue, 07 Oct 2003 03:57:54 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6mif-00042I-2I for emacs-devel@gnu.org; Tue, 07 Oct 2003 03:57:53 -0400 Original-Received: from [193.252.22.28] (helo=mwinf0302.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6mie-000429-JR; Tue, 07 Oct 2003 03:57:20 -0400 Original-Received: from wwinf0303 (wwinf0303 [172.22.134.30]) by mwinf0302.wanadoo.fr (SMTP Server) with ESMTP id A0EA3C000259; Tue, 7 Oct 2003 09:57:19 +0200 (CEST) Original-To: lute.kamstra@cwi.nl X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16973 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16973 >> (defun imenu--menubar-select (item) >> "Use Imenu to select the function or variable named in this menu ITEM." >> >>What is that useful for? > > > It's the existing function from which David "stole" the implementation > of imenu-refresh. Absolutely right ;-) Thanks Lute! David