From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Need help on init error
Date: Thu, 09 Feb 2006 15:06:03 -0700 [thread overview]
Message-ID: <dsgecg$vsm$1@sea.gmane.org> (raw)
In-Reply-To: <D6DE73398967E54096684518594D9931B7F468@exch-one.centrify.com>
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(#<buffer *load*> nil "~/.emacs" nil t)
> load-with-code-conversion("/home/leol/.emacs" "~/.emacs" t t)
> load("~/.emacs" t t)
> #[nil "\b…— Æ=ƒ\x11 Ç\bÈQ‚5 É=ƒ' ÊÇËÌ#ƒ# Í‚5 ΂5 Ï=ƒ1 Ђ5
> Ç\bÑQ\x1aÒ\x13Ó\nÒ‰#ˆ
> Ò=ƒF Ë\x13
> ƒˆ Ô
> !Õšƒˆ Ö
> !‰\x1c×P\x1dØ
> !ƒd
> ‚o Ø\f!ƒn \f‚o ˉ\x14ƒ‡ Ù\f
> \"ƒ… ÚÛ\f
> #ˆÜÝ!ˆ\f\x13*\x0e\x1f†– Ë\x1e ÓÞÒ‰#))‡" [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
next prev parent reply other threads:[~2006-02-09 22:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-09 18:43 Need help on init error Leo Liou
2006-02-09 22:06 ` Kevin Rodgers [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-02-10 17:03 Leo Liou
2006-02-13 16:54 ` Kevin Rodgers
2006-02-14 17:09 Leo Liou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='dsgecg$vsm$1@sea.gmane.org' \
--to=ihs_4664@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).