Hello, Each time I run emacs, I receive this error message:
An error has occurred while loading `d:/usr/home/_emacs': File error: "Cannot open load file", "cua-mode.el" The cua-mode.el is located at D:/usr/home/emacs/site The following code is from my _emacs file: (add-to-list 'load-path (expand-file-name "D:/usr/home/emacs/site/jde/lisp")) (add-to-list 'load-path (expand-file-name "D:/usr/home/emacs/site/semantic")) (add-to-list 'load-path (expand-file-name "D:/usr/home/emacs/site/speedbar")) (add-to-list 'load-path (expand-file-name "D:/usr/home/emacs/site/eieio")) (add-to-list 'load-path (expand-file-name "D:/usr/home/emacs/site/elib")) ;; CUA standard text selection mode and cut-and-paste used by Windows. (pc-selection-mode) (require 'cua-mode.el) (CUA-mode t) I don't what I'm doing wrong. Could someone please suggestion some soultions? Thanks! See Dave Matthews Band live or win a signed guitar http://r.lycos.com/r/bmgfly_mail_dmb/http://win.ipromotions.com/lycos_020201/splash.asp
