From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ZelluX Newsgroups: gmane.emacs.help Subject: Help needed to enable cscope Date: Tue, 2 Dec 2008 18:46:18 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228282043 528 80.91.229.12 (3 Dec 2008 05:27:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2008 05:27:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 03 06:28:29 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 1L7kHk-0006YD-Qz for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2008 06:28:28 +0100 Original-Received: from localhost ([127.0.0.1]:57021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7kGa-0002Y5-F0 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Dec 2008 00:27:16 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k1g2000prb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 58.207.176.27 Original-X-Trace: posting.google.com 1228272379 7014 127.0.0.1 (3 Dec 2008 02:46:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 3 Dec 2008 02:46:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k1g2000prb.googlegroups.com; posting-host=58.207.176.27; posting-account=UTne2woAAAAfHYwR210ibEljG1iYL7iO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165002 X-Mailman-Approved-At: Wed, 03 Dec 2008 00:26:59 -0500 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:60331 Archived-At: Hi, all I'm new to emacs and now have some difficulty in enabling cscope in emacs. I've installed cscope on my ArchLinux and downloaded xcscope.el and cscope-indexer from cscope.sf.net Then i copied cscope-indexer to /usr/bin(with executable permission) and xcscope.el to ~/emacs, and add lines to ~/.emacs like this: (setq load-path (cons "~/emacs" load-path)) (require 'xcscope) But when i start emacs again, and press Ctrl-c s, it says 'C-c s is undefined'. At first i thought it was because emacs couldnot find xcscope, but when i renamed xcscope.el to xcscope1.el, the emacs said 'cannot find xcscope', which didn't occur before renaming, so i think the path is just right. Could you help me find out where the problem lies? Thanks for your reply.