From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: How to set database directory for cscope? Date: Fri, 05 Dec 2008 16:12:37 +0100 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228491753 10320 80.91.229.12 (5 Dec 2008 15:42:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2008 15:42:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 05 16:43:37 2008 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 1L8cpl-0008KJ-M0 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Dec 2008 16:43:13 +0100 Original-Received: from localhost ([127.0.0.1]:44557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8coa-0001Cc-MY for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Dec 2008 10:42:00 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!feeder.erje.net!news.motzarella.org!motzarella.org!news.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.motzarella.org U2FsdGVkX19vcJ0zFV6PRBDSgBjvOHKueQcuPPRVFxTWsipJosCZ9cl6FFxVFXWriNKRvlXcfAkO6uQ9DrIYfTgIC5bV0jPj+tsOTJFHMRbvuykBytbVr78APNZrj6mo3Ysj6NxxVDE= Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Fri, 5 Dec 2008 15:13:27 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/IkgIjl2JHMw+OVy/GGJxflln5WpjIlEaxHffT6JyyJw== Cancel-Lock: sha1:rbaZ/RsCsbpLiQ7rlsuzI9VPPUg= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:165053 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:60380 Archived-At: ZelluX writes: > Hi, all > > I'm reading Python source code with emacs and cscope, but when i open a > source file under trunk/Python/ directory, and use C-c s d to find the > definition of some types(which are defined under trunk/Include/ directory), > cscope will search the symbol only in Python/ directory. My question is how > to make it search in the whole Python project, that is how to set Database > directory to trunk/ ? > > Many thanks for your reply > Hi, all > > I'm reading Python source code with emacs and cscope, but when i open a source file under trunk/Python/ directory, and use C-c s d to find the definition of some types(which > are defined under trunk/Include/ directory), cscope will search the symbol only in Python/ directory. My question is how to make it search in the whole Python project, that > is how to set Database directory to trunk/ ? > > Many thanks for your reply > cscope-database-regexps is what you want I think.