help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

JDEE problem


From: JoshRountree
Subject: JDEE problem
Date: 7 Feb 2006 08:57:21 -0800
User-agent: G2/0.2

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 via email to

[Prev in Thread] Current Thread [Next in Thread]