From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "boris" Newsgroups: gmane.emacs.help Subject: the emacs vs cscope problem Date: Sat, 15 Mar 2003 11:28:59 +0800 Organization: Intel Corporation Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1047699631 24711 80.91.224.249 (15 Mar 2003 03:40:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2003 03:40:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 15 04:40:27 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18u2X5-0006QN-00 for ; Sat, 15 Mar 2003 04:40:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18u2X1-0002Uc-05 for gnu-help-gnu-emacs@m.gmane.org; Fri, 14 Mar 2003 22:40:23 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: shsdun01-18.sh.intel.com Original-X-Trace: news01.intel.com 1047699645 27613 172.16.213.53 (15 Mar 2003 03:40:45 GMT) Original-X-Complaints-To: usenet@news01.intel.com Original-NNTP-Posting-Date: Sat, 15 Mar 2003 03:40:45 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!petbe.visi.com!news.lightlink.com!vienna7.his.com!attws1!ip.att.net!news01.intel.com!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:111118 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7618 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7618 I could use the cscope in Emacs with xcscope.el developed by Darryl Okahata. And the Cscope menu has been appeared on the menu bar. However when I search a function(C-c s d), which will be defined in many files, the cscope could show the file list and line number. But when i move on the selected file and press ENTER, nothing happens, the emacs tells me Buffer is read-only: # instead jumping to the selected file. :( Do I miss sth? thanks. Emacs 21.2.1 Cscope 15.3 # cd /home/work/proj1 # cscope -b -R # cscope-index -r -v -f cscope.out # emacs app.c //search in app.c