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: Mon, 6 Oct 2003 11:26:09 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <291997.1065432369729.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 1065432481 13668 80.91.224.253 (6 Oct 2003 09:28:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 09:28:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Oct 06 11:27:59 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 1A6Rep-0007gK-00 for ; Mon, 06 Oct 2003 11:27:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A6Rep-00069J-00 for ; Mon, 06 Oct 2003 11:27:59 +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 1A6Rek-0004lE-8B for emacs-devel@quimby.gnus.org; Mon, 06 Oct 2003 05:27:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6Rdc-0004ZD-BP for emacs-devel@gnu.org; Mon, 06 Oct 2003 05:26:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6Rd5-0004QB-2X for emacs-devel@gnu.org; Mon, 06 Oct 2003 05:26:42 -0400 Original-Received: from [193.252.22.28] (helo=mwinf0301.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6Rd4-0004Py-MF for emacs-devel@gnu.org; Mon, 06 Oct 2003 05:26:10 -0400 Original-Received: from wwinf0303 (wwinf0303 [172.22.134.30]) by mwinf0301.wanadoo.fr (SMTP Server) with ESMTP id B46FC4009CA; Mon, 6 Oct 2003 11:26:09 +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:16961 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16961 >>(defun imenu-refresh () >> "Refresh the imenu." >> (imenu--cleanup) >> (setq imenu--index-alist nil) >> (imenu-update-menubar) >> t) > > > Why insist on returning t? I just copied the code from `imenu--menubar-select' ;-) I don't know the meaning of returning t after a rescan. David