Hi, Paul told me rumors of a problem with the latest semantic causing font-lock to die in some versions of Emacs. The attached patch should fix this problem for those older versions of Emacs.
Apply the patch to semantic-imenu.el. Enjoy Eric ---------------- diff -r1.39.2.4 -r1.39.2.5 8c8 < ;; X-RCS: $Id: semantic-imenu.el,v 1.39.2.4 2002/03/07 01:26:51 zappo Exp $ --- > ;; X-RCS: $Id: semantic-imenu.el,v 1.39.2.5 2002/03/23 01:13:41 zappo Exp $ 219c219,220 < (semantic-create-imenu-directory-index stream) --- > (semantic-create-imenu-directory-index > (or stream (semantic-bovinate-toplevel t))) -- Eric Ludlam: [EMAIL PROTECTED], [EMAIL PROTECTED] Home: www.ultranet.com/~zappo Siege: www.siege-engine.com Emacs: http://cedet.sourceforge.net GNU: www.gnu.org