hi, i was wondering if you could take a lookat my .emacs file, because i am 
having problems, in that jde would load, , thanks,

..........................................................


;; Red Hat Linux default .emacs initialization file


;; Are we running XEmacs or Emacs?
(defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))


;; Set up the keyboard so the delete key on both the regular keyboard


;; and the keypad delete the character under the cursor and to the right

;; under X, instead of the default, backspace behavior.


(global-set-key [delete] 'delete-char)
(global-set-key [kp-delete] 'delete-char)


;; Turn on font-lock mode for Emacs
(cond ((not running-xemacs)
        (global-font-lock-mode t)))
;; Always end a file with a newline
(setq require-final-newline t)


;; Stop at the end of the file, not just add lines
(setq next-line-add-newlines nil)



;; Set debug option
(setq debug-on-error t)



(require 'jde)

(add-to-list 'load-path "~/home/ceecsp/jde-2.2.8")

(add-to-list 'load-path (expand-file-name "~/home/ceecsp/eieio-0.17beta3"))

(add-to-list 'load-path (expand-file-name "~/home/ceecsp/elib-1.0"))

(add-to-list 'load-path (expand-file-name 
"~/home/ceecsp/semantic-1.4beta12"))

(add-to-list 'load-path (expand-file-name 
"~/home/ceecsp/speedbar-0.14beta2"))

..................................................................

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to