Hi Karen,

Eric Ludlam's ISP seems to be having problems. If you can't wait for
service to be restored, here are some alternatives in the order I recommend:

1) Install NT/Emacs 20.4.1. It includes a working version of speedbar.

2) Download JDE 2.1.5 from the JDE website. It contains a version of
speedbar that
   works with 20.3.1. Simply copy that version into the Emacs lisp
directory and remove the 
   old speedbar.elc file.  You don't need to recompile the new file. I
never bother compiling 
   elisp files because I've never noticed a difference in performance on my
systems. 

   Note: that compiling is really easy: just open the file and select
compile from the
   Emacs Lisp menu.

3) Edit the 20.3.1 version of speedbar.el and remove speedbar.elc from your
path.

Regards,

Paul


At 03:47 PM 10/22/99 -0600, Ploski, Karen L wrote:
>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

Reply via email to