From: JoshRountree@gmail.com
Subject: JDEE problem
Date: 7 Feb 2006 08:57:21 -0800 [thread overview]
Message-ID: <1139331441.613389.91300@g43g2000cwa.googlegroups.com> (raw)
Windows XP
I created a directory, and pointed the environment variable HOME to it.
I put what I thought was all the requirements in HOME/addons
.emacs file:
(add-to-list 'load-path (expand-file-name "~/addons/jde/lisp"))
(add-to-list 'load-path (expand-file-name "~/addons/semantic"))
(add-to-list 'load-path (expand-file-name "~/addons/speedbar"))
(add-to-list 'load-path (expand-file-name "~/addons/elib"))
(add-to-list 'load-path (expand-file-name "~/addons/eieio"))
(require 'jde)
(custom-set-variables
;; custom-set-variables was added by Custom -- don't edit or
cut/paste it!
;; Your init file should contain only one such instance.
'(case-fold-search t)
'(current-language-environment "Latin-1")
'(default-input-method "latin-1-prefix")
'(global-font-lock-mode t nil (font-lock))
'(show-paren-mode t nil (paren))
'(transient-mark-mode t))
(custom-set-faces
;; custom-set-faces was added by Custom -- don't edit or cut/paste
it!
;; Your init file should contain only one such instance.
)
(pc-selection-mode)
(load "cua-mode")
(CUA-mode t)
And, I get this error.
file-error "Cannot open load file" "mode-local"
reply other threads:[~2006-02-07 16:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1139331441.613389.91300@g43g2000cwa.googlegroups.com \
--to=joshrountree@gmail.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).