From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Improving cscope support in emacs Date: Sat, 01 May 2010 00:20:10 -0400 Message-ID: <87fx2cuubp.fsf@stupidchicken.com> References: <793868.89308.qm@web65815.mail.ac4.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272687633 10190 80.91.229.12 (1 May 2010 04:20:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 1 May 2010 04:20:33 +0000 (UTC) Cc: Emacs Development To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 01 06:20:32 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O84Bl-0007YR-B9 for ged-emacs-devel@m.gmane.org; Sat, 01 May 2010 06:20:25 +0200 Original-Received: from localhost ([127.0.0.1]:34428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O84Bk-0004m7-Ef for ged-emacs-devel@m.gmane.org; Sat, 01 May 2010 00:20:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O84Bg-0004m1-7k for emacs-devel@gnu.org; Sat, 01 May 2010 00:20:20 -0400 Original-Received: from [140.186.70.92] (port=39560 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O84Be-0004ls-61 for emacs-devel@gnu.org; Sat, 01 May 2010 00:20:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O84Bc-00083l-R5 for emacs-devel@gnu.org; Sat, 01 May 2010 00:20:18 -0400 Original-Received: from pantheon-po15.its.yale.edu ([130.132.50.71]:48064) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O84Bc-00083Y-NX for emacs-devel@gnu.org; Sat, 01 May 2010 00:20:16 -0400 Original-Received: from furry (adsl-99-75-106-162.dsl.wlfrct.sbcglobal.net [99.75.106.162]) (authenticated bits=0) by pantheon-po15.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o414KCXN000510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 1 May 2010 00:20:12 -0400 Original-Received: by furry (Postfix, from userid 1000) id 52C55C055; Sat, 1 May 2010 00:20:11 -0400 (EDT) In-Reply-To: <793868.89308.qm@web65815.mail.ac4.yahoo.com> (dhruva@ymail.com's message of "Fri, 30 Apr 2010 21:06:00 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124384 Archived-At: dhruva writes: > I would like to know if others have their own tweaks or hacks on using > cscope in emacs or plans to provide native support to cscope like vim > does (it is a build time option). The Semantic package included in Emacs from 23.2 onward has optional cscope integration. I haven't had the time to look into how well it works, tho.