Benjamin Rutt <[EMAIL PROTECTED]> writes:

> Benjamin Rutt <rutt.4 <at> osu.edu> writes:
>
>> Is there anything I can do to make this report more useful?  It
>> doesn't happen with emacs -q unfortunately.
>
> hoorah, I can now dupe it with command line
>
>   emacs -q --eval '(add-hook (quote python-mode-hook) (lambda ()
> (imenu-add-menubar-index)))' --eval '(setq imenu-auto-rescan t)'
> bugreport.py
>
> so imenu is implicated.  can anyone else dupe it now? 

Ah yes, now I can replicate it.  The trouble was that your test
program had long lines that were automatically snipped by Gnus.

Here is a simpler test case:

#!/usr/bin/env python
def foo(bar):
    foo = foo("""foo""").bar("
    cmd = """foo"""
    bar

emacs -q foo.py
M-: (python-imenu-create-index) RET



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to