From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grantzhou@gmail.com Newsgroups: gmane.emacs.help Subject: Re: using cscope inside emacs with mac os x Date: Mon, 11 Nov 2013 00:18:00 -0800 (PST) Message-ID: <9a2f932e-2b45-4dc6-8901-4d6d8b159693@googlegroups.com> References: <2624582.614.1325964499857.JavaMail.geo-discussion-forums@prlk31> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1384176292 7189 80.91.229.3 (11 Nov 2013 13:24:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Nov 2013 13:24:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 11 14:24:56 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VfrU2-0002mv-ND for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Nov 2013 14:24:50 +0100 Original-Received: from localhost ([::1]:37071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfrU2-0005mM-3r for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Nov 2013 08:24:50 -0500 X-Received: by 10.66.172.79 with SMTP id ba15mr9942875pac.26.1384157880743; Mon, 11 Nov 2013 00:18:00 -0800 (PST) X-Received: by 10.50.138.197 with SMTP id qs5mr258603igb.7.1384157880663; Mon, 11 Nov 2013 00:18:00 -0800 (PST) Original-Path: usenet.stanford.edu!y3no6364806pbx.0!news-out.google.com!9ni19737qaf.0!nntp.google.com!o2no29303121qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.55.175.120; posting-account=uPX0jQoAAADiLesR484ATgC82_8dvg03 Original-NNTP-Posting-Host: 96.55.175.120 User-Agent: G2/1.0 Injection-Date: Mon, 11 Nov 2013 08:18:00 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:202171 X-Mailman-Approved-At: Mon, 11 Nov 2013 08:24:29 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94444 Archived-At: have the same problem and fixed. 1. Check the cscope path 2. Add the path into the emacs configuration file. For example, .emacs.d/init.el ;;; Mac OS X Setup ;;; The Mac may fail to find cscope (when (eq system-type 'darwin) ;;; exec path (setq exec-path (append '("/opt/local/bin") exec-path))) On Saturday, January 7, 2012 11:29:28 AM UTC-8, kaundin...@gmail.com wrote: > Bernardo, > > > > I am facing the same problem. C-h v cscope-program RET says that this does not exist > > > > How can I fix this? Cscope is in my Path. > > > > Please advice. > > > > Best. > > SK