GNU bug report logs -
#13438
24.2.92; Infinite loop in python imenu support
Previous Next
Reported by: Ivan Andrus <darthandrus <at> gmail.com>
Date: Mon, 14 Jan 2013 21:00:02 UTC
Severity: important
Found in version 24.2.92
Done: Fabián Ezequiel Gallina <fabian <at> anue.biz>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 13438 <at> debbugs.gnu.org (full text, mbox):
> * imenu.el (imenu-default-create-index-function): Remove useless
> infinite loop check.
[...]
> --- a/lisp/imenu.el 2013-01-01 09:11:05 +0000
> +++ b/lisp/imenu.el 2013-01-23 21:55:46 +0000
> @@ -683,8 +683,6 @@
> (goto-char (point-max))
> ;; Search for the function
> (while (funcall imenu-prev-index-position-function)
> - (when (= pos (point))
> - (error "Infinite loop at %s:%d: imenu-prev-index-position-function does not move point" (buffer-name) pos))
> (setq pos (point))
> (save-excursion
> (setq name (funcall imenu-extract-index-name-function)))
I'm not keen on removing an infinite loop check from emacs-24 at this
stage. Why is this issue (apparently) only seen in Python mode, and why
isn't there a Python-specific solution (which seems like it would be
just making imenu-prev-index-position-function return nil when
appropriate)?
Related discussion:
http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00536.html
This bug report was last modified 12 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.