help-gnu-emacs
[Top][All Lists]
Advanced

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

More imenu questions


From: gamename
Subject: More imenu questions
Date: 10 Nov 2005 11:23:34 -0800
User-agent: G2/0.2

Hi,

I'm trying to add menu items in tcl like this:
(setq tcl-imenu-generic-expression
      '((TestCases  "^aetest::testcase -tc_id \\([_-A-Za-z0-9+]+\\)[
]+{" 1)))

When I turn on the major mode (tcl-mode), I get this error:
"Wrong type argument: symbolp, ((TestCases "^aetest::testcase -tc_id
\\([_-A-Za-z0-9+]+\\)[ ]+{" 1))"

What am I doing wrong?



reply via email to

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