From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: imenu issue from Bug #13438 Date: Tue, 22 Jan 2013 16:08:52 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358888942 14683 80.91.229.3 (22 Jan 2013 21:09:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2013 21:09:02 +0000 (UTC) Cc: Emacs-Devel devel To: Fabian Ezequiel Gallina Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 22 22:09:20 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Txl5q-0004Ge-N2 for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2013 22:09:18 +0100 Original-Received: from localhost ([::1]:44897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Txl5Z-0002Ck-Af for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2013 16:09:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Txl5W-0002CO-2v for emacs-devel@gnu.org; Tue, 22 Jan 2013 16:08:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Txl5U-00064X-Ax for emacs-devel@gnu.org; Tue, 22 Jan 2013 16:08:57 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:50760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Txl5U-00064R-7l for emacs-devel@gnu.org; Tue, 22 Jan 2013 16:08:56 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r0ML8klN010428; Tue, 22 Jan 2013 16:08:47 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id ACF64AE3F6; Tue, 22 Jan 2013 16:08:52 -0500 (EST) In-Reply-To: (Fabian Ezequiel Gallina's message of "Tue, 22 Jan 2013 15:37:40 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4469=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4469> : streams <893013> : uri <1325250> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156589 Archived-At: > bobp is not enough, because I could build an > imenu-prev-index-position-function that returns something even when at > bobp and the infloop would take place. That's OK. It'd be a bug in that imenu-prev-index-position-function. Actually, AFAIK bobp would never be needed, it's just the responsibility of imenu-prev-index-position-function to make sure it eventually returns nil. Stefan