[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imenu issue from Bug #13438
From: |
Stefan Monnier |
Subject: |
Re: imenu issue from Bug #13438 |
Date: |
Tue, 22 Jan 2013 16:08:52 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> 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