unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* JDEE problem
@ 2006-02-07 16:57 JoshRountree
  0 siblings, 0 replies; only message in thread
From: JoshRountree @ 2006-02-07 16:57 UTC (permalink / 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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-07 16:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-07 16:57 JDEE problem JoshRountree

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).