Read the release notes for JDE-2.2.7.1 regarding the version
of semantic that it requires..

- Paul

At 07:57 PM 7/21/2001 -0400, you wrote:
>
>
>Oops.. THIS is my most recent .emacs file:
>
>(setq debug-on-error t)
>
>;; Update the Emacs load-path to include the path to
>;; the JDE and its require packages. This code assumes
>;; that you have installed the packages in the emacs/site
>;; subdirectory of your home directory.
>(add-to-list 'load-path (expand-file-name
>"~/emacs/site/jde-latest/jde-2.2.7.1/lisp"))
>(add-to-list 'load-path (expand-file-name
>"~/emacs/site/semantic/semantic-1.3.3"))
>(add-to-list 'load-path (expand-file-name
>"~/emacs/site/speedbar/speedbar-0.13a"))
>(add-to-list 'load-path (expand-file-name
>"~/emacs/site/eieio/eieio-0.16"))
>(add-to-list 'load-path (expand-file-name "~/emacs/site/elib/elib-1.0"))
>
>
>(require 'jde)
>

Reply via email to