Hello:
This is the first message I have ever sent to [EMAIL PROTECTED] If I
should have sent it elsewhere,
please do accept my apologizes as I become oriented.
I'm a relatively new Emacs user and new Java programmer, although I do have
20+ years programming
experience. I have successfully installed Emacs 20.3.1 on WinNT, SP4, and
Sun Microsystem's
1.2.2 JDK. I'm making steady progress through the learning curve.
Here is my problem. I am not able to download the following file:
ftp://www.ultranet.com/pub/zappo/speedbar.0.7.3.tar.gz
I would like to obtain this file since when I try to start emacs 20.3.1 with
a ".emacs" that contains
a setq command to add the JDE package to my load path, the following error
appears in the
Emacs messge buffer:
Error in init file: Symbol's value as variable is void:
c-frame
My configuration:
- Windows NT, SP4
- Emacs 20.3.1
- Sun Microsystem's 1.2.2 JDK
- cc-mode (??? Can you tell me how to tell what the cc-mode is?)
Here is my complete .emacs file:
(setq font-lock-maximum-decoration
'((java-mode . 2)))
(global-font-lock-mode t)
(setq default-frame-alist
'((background-color . "cornsilk")
(cursor-color . "red")))
(set-default-font "-*- Courier New-bold-r-*-*-14-80-*-*-c-*-*-ansi-")
(set-frame-height (selected-frame) 40)
(set-frame-width (selected-frame) 80)
(setq load-path
(nconc
'(
"e:/gnu/jde-2.1.6beta10/lisp"
;; Add paths to other add-on packages here.
)
load-path))
(require 'jde)
(show-paren-mode)
(setq printer-name "//RV-PRINT1/Armadillo-PCL")
I am able to edit speedbar.el that came with emacs-20.3.1, so I could change
the define-key statement; however, I do not know how to recompile
speedbar.el.
Thank you very much in advance for your help and understanding!
Karen