From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Need help on init error Date: Thu, 09 Feb 2006 15:06:03 -0700 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1139526470 14529 80.91.229.2 (9 Feb 2006 23:07:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 23:07:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 10 00:07:50 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7Ksm-0008VV-CQ for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Feb 2006 00:07:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Ksl-0006DE-N6 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 18:07:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7JwK-00077a-9d for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 17:07:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7JwI-00075Q-JU for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 17:06:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7JwI-00075C-Cy for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 17:06:58 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F7Jzv-0002k9-8S for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 17:10:43 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F7JwD-00023T-7P for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 23:06:53 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2006 23:06:53 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Feb 2006 23:06:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 48 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: 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:33109 Archived-At: Leo Liou wrote: > Added support for cscope in my .emacs > (require 'xscope) > And on starting up emacs got … > --------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Debugger entered--Lisp error: (file-error "Cannot open load file" "xscope") > require(xscope) > eval-buffer(# nil "~/.emacs" nil t) > load-with-code-conversion("/home/leol/.emacs" "~/.emacs" t t) > load("~/.emacs" t t) > #[nil "…— Æ=ƒ ÇÈQ‚5 É=ƒ' ÊÇËÌ#ƒ# Í‚5 ΂5 Ï=ƒ1 Ђ5 > ÇÑQÒÓ\nÒ‰#ˆ > Ò=ƒF Ë > ƒˆ Ô > !Õšƒˆ Ö > !‰×PØ > !ƒd > ‚o Ø\f!ƒn \f‚o ˉƒ‡ Ù\f > \"ƒ… ÚÛ\f > #ˆÜÝ!ˆ\f*†– Ë ÓÞÒ‰#))‡" [init-file-user system-type user-init-file-1 > user-init-file source alt ms-dos "~" "/_emacs" windows-nt > directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "~/_emacs" > vax-vms "sys$login:.emacs" "/.emacs" t load file-name-extension "elc" > file-name-sans-extension ".el" file-exists-p file-newer-than-file-p > message "Warning: %s is newer than %s" sit-for 1 "default" > inhibit-default-init inhibit-startup-message] 5]() > > command-line() > normal-top-level() > -------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > This seems to emit from startup.el. > Any pointer/help is greatly appreciated …. > This is emacs 21.2.1 on RH9. The xscope.el and/or xscope.elc file must be in a directory that is a member of load-path. Type `C-h v load-path RET' to see that variable's value. Whereever you have installed the xscope.el?(c) files, add that to your load-path before the (require 'xscope) form e.g. (setq load-path (cons "~/emacs" load-path)) -- Kevin Rodgers