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

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

Re: anything and ctags-exuberant


From: Thierry Volpiatto
Subject: Re: anything and ctags-exuberant
Date: Sat, 18 Oct 2008 08:42:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Richard Riley <rileyrgdev@gmail.com> writes:

> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>
>> Hi,
>> Richard Riley <rileyrgdev@gmail.com> writes:
>>
>>> Has anyone out there got a working ctags-exuberant implementation
>>> plugged into "anything" ? The ctags version in here does not work for
>>> me:
>> No didn't try it yet.
>>> http://www.emacswiki.org/emacs/RubikitchAnythingConfiguration
>>>
>>> I would use anything-gtags but that does not support elisp unfortunately.
>> You can use with elisp anything+imenu that work very well.
>>
>>> regards
>>>
>>> r.
>
> Hi,
>
> Thanks for the suggestion. I had to revert to pre4 release of CEDET as
> the CVS version impeded imenu building its tags references. In addition
> the imenu support in anything-config.el did not work. Instead I copied
> the code code directly from the sources wiki here:
>
> http://www.emacswiki.org/emacs/AnythingSources#toc1
>
You can also use my sources for imenu (types, functions, variables)
http://www.emacswiki.org/emacs/Anything#toc14

There is a small error of pasting:

,----
| (defvar anything-c-imenu-cache-types nil)
| (make-variable-buffer-local 'anything-c-imenu-cache-var) ==> replace by:
| (make-variable-buffer-local 'anything-c-imenu-cache-types)
`----

I will correct it today.

-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France





reply via email to

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