[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: empty .emacs disables which-func-mode
From: |
Stephan Stahl |
Subject: |
Re: empty .emacs disables which-func-mode |
Date: |
Thu, 3 Mar 2005 13:42:50 +0100 (CET) |
User-agent: |
SquirrelMail/1.4.0 |
Just some more information on this:
which-func-mode gets disabled every time which-func-update runs on a
buffer were imenu--make-index-alist does not find anything and throws
an (error "No items suitable for an index found in this buffer").
This error is caught by which-func-mode which then cancel
which-func-mode.
A easy way to reproduce this is:
emacs -Q
C-h v which-function-mode -> nil
M-x which-func-mode
C-h v which-function-mode -> t
load empty .emacs
C-x C-f /.emacs
/.emacs should not exists and is empty..
C-h v which-function-mode -> nil
Stephan
--
Stephan Stahl