emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug] Emacs frozen in python mode with which-func & narrow


From: Levin
Subject: [Bug] Emacs frozen in python mode with which-func & narrow
Date: Fri, 3 Aug 2007 11:29:05 +0800
User-agent: KMail/1.9.7

Start emacs with 'emacs -Q', open a python file with content below:
--8<--8<--
#This is a comment

def f():
    print "Hello world"
--8<--8<--

Then narrow region to avoid display of comment:
--8<--8<--

def f():
    print "Hello world"
--8<--8<--

OK, now `M-<', `M-x which-func-mode', `M-x indent-relative'.

Then emacs will froze. `C-g' has no effect.

--
Levin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]