From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: anything and ctags-exuberant Date: Sat, 18 Oct 2008 08:42:00 +0200 Message-ID: <874p3ae75z.fsf@tux.homenetwork> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224312449 30029 80.91.229.12 (18 Oct 2008 06:47:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2008 06:47:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 18 08:48:29 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kr5bw-0005sg-My for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Oct 2008 08:48:29 +0200 Original-Received: from localhost ([127.0.0.1]:51066 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kr5ar-0000Eg-PJ for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Oct 2008 02:47:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kr5a4-0008F9-Vm for help-gnu-emacs@gnu.org; Sat, 18 Oct 2008 02:46:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kr5a3-0008Ed-Q2 for help-gnu-emacs@gnu.org; Sat, 18 Oct 2008 02:46:31 -0400 Original-Received: from [199.232.76.173] (port=60258 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kr5a3-0008ER-JF for help-gnu-emacs@gnu.org; Sat, 18 Oct 2008 02:46:31 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:64798) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kr5a3-0006Ud-Lj for help-gnu-emacs@gnu.org; Sat, 18 Oct 2008 02:46:31 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kr5a2-0007ay-8f for help-gnu-emacs@gnu.org; Sat, 18 Oct 2008 02:46:30 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kr5a0-0005SL-3i for help-gnu-emacs@gnu.org; Sat, 18 Oct 2008 06:46:28 +0000 Original-Received: from 228.78.88-79.rev.gaoland.net ([79.88.78.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Oct 2008 06:46:28 +0000 Original-Received: from thierry.volpiatto by 228.78.88-79.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Oct 2008 06:46:28 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 45 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 228.78.88-79.rev.gaoland.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:z5z7fMuieIRQY2ga2ddS2dIq2xg= X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58900 Archived-At: Richard Riley writes: > Thierry Volpiatto writes: > >> Hi, >> Richard Riley 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