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

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

Re: More imenu questions


From: rgb
Subject: Re: More imenu questions
Date: 10 Nov 2005 15:55:50 -0800
User-agent: G2/0.2

gamename wrote:
> 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?

Put "TestCases" in quotes.



reply via email to

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