1 May 2004 02:00
RE: JDE 2.3.4beta2 and jde-import-all
Jayakrishnan Nair <tiptronicus <at> hotmail.com>
2004-05-01 00:00:14 GMT
2004-05-01 00:00:14 GMT
I was able to use 2.3.4beta2 successfully. This is what I have in my ~/.emacs (add-to-list 'load-path (expand-file-name "c:/Applications/Editor/emacs-lib/jde-2.3.4beta2/lisp")) (add-to-list 'load-path (expand-file-name "c:/Applications/Editor/emacs-lib/semantic-1.4.4")) (add-to-list 'load-path (expand-file-name "c:/Applications/Editor/emacs-lib/speedbar-0.14beta4")) (add-to-list 'load-path (expand-file-name "c:/Applications/Editor/emacs-lib/elib-1.0")) (add-to-list 'load-path (expand-file-name "c:/Applications/Editor/emacs-lib/eieio-0.17")) Now to use cedet I did the following (load-file "c:/Applications/Editor/emacs-lib/cedet-1.0beta2a/common/cedet.el") (add-to-list 'load-path (expand-file-name "c:/Applications/Editor/emacs-lib/jde-2.3.4beta2/lisp")) (add-to-list 'load-path (expand-file-name "c:/Applications/Editor/emacs-lib/elib-1.0"))(Continue reading)
Another example that come to my mind is tree-widget, which is about to
be included in GNU Emacs, with new capabilities like image themes
support to draw nice-looking trees.
>
> Nevertheless, I will do this now to allay your concern.
Thanks!
David
Latchezar
> -----Original Message-----
> From: Jason Rumney [mailto:jasonr <at> gnu.org]
> Sent: Monday, May 03, 2004 10:27 AM
> To: david.ponce <at> wanadoo.fr
> Cc: Paul Kinnucan; jdee
> Subject: Re: Avoid JDEE to shadow standard libraries
>
> David PONCE <david.ponce <at> wanadoo.fr> writes:
>
> > + (condition-case nil
> > + ;; If the library if available, use it.
> > + (require feature)
> > + (error
> > + ;; Try to use the one from the JDEE's distribution.
> > + (require feature (format "jde-%s" feature)))))
>
> It might be cleaner to use:
>
> (if (not (require feature nil t))
> (require feature (format "jde-%s" feature)))
>
>
RSS Feed