From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Timur Aydin Newsgroups: gmane.emacs.help Subject: Re: xcscope setup Date: Wed, 20 May 2015 17:52:46 +0300 Message-ID: <555C9FBE.4010301@taydin.org> References: <555C79FD.9040805@taydin.org> <155DEC68569B714B86C2C7075F5EDA9892BF7DBA@DAKIYA1.pegasus.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1432133594 11410 80.91.229.3 (20 May 2015 14:53:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 May 2015 14:53:14 +0000 (UTC) To: Doug Lewan , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 20 16:53:14 2015 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 1Yv5Mu-0006yh-9A for geh-help-gnu-emacs@m.gmane.org; Wed, 20 May 2015 16:53:12 +0200 Original-Received: from localhost ([::1]:52333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv5Mt-0003jv-GD for geh-help-gnu-emacs@m.gmane.org; Wed, 20 May 2015 10:53:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv5Mb-0003ec-6c for help-gnu-emacs@gnu.org; Wed, 20 May 2015 10:52:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv5MX-0008Er-Bw for help-gnu-emacs@gnu.org; Wed, 20 May 2015 10:52:53 -0400 Original-Received: from bonsai.taydin.org ([213.14.134.124]:34716 helo=mail.taydin.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv5MX-0008EZ-4N for help-gnu-emacs@gnu.org; Wed, 20 May 2015 10:52:49 -0400 Original-Received: from [127.0.0.1] (mail.taydin.org [127.0.0.1]) by mail.taydin.org (Postfix) with ESMTPSA id 7B384440032; Wed, 20 May 2015 17:52:46 +0300 (EEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <155DEC68569B714B86C2C7075F5EDA9892BF7DBA@DAKIYA1.pegasus.local> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.14.134.124 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:104496 Archived-At: On 05/20/2015 04:23 PM, Doug Lewan wrote: > Do you have (require 'cscope) or (load-library "cscope") in your .emacs? > The xcscope documentation says that it isn't necessary to put "(require 'cscope)" into .emacs.el if cscope was installed as an ELPA package. If I put that into.emacs.el anyway, it issues the following error: Warning (initialization): An error occurred while loading `/home/ta/.emacs.el': File error: Cannot open load file, no such file or directory, cscope -- Timur