Re: idlwave: spaces round = and other operators [message #58458 is a reply to message #58373] |
Thu, 31 January 2008 11:46   |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
JD Smith wrote:
> I'm going to guess that the system routines aren't being located. Do
> you see an error like "Could not locate any system routine
> information." after loading IDLWAVE? This indicates that IDLWAVE
> can't find your IDL install (it usually consults the IDL_DIR
> environment variable, or asks the shell, but Window's has no IDL
> shell). If so, you need to set the system directory, ala:
>
> http://idlwave.org/idlwave.html#SEC66
Sorry, no luck. I tried both
;; The location of the IDL library directories, both standard, and your
own.
;; note that the initial "+" expands the path recursively
(setq idlwave-library-path
'("+c:/RSI/IDL55/lib/" "+c:/path/to/my/idllibs" ))
;; location of the IDL system directory (try "print,!DIR")
(setq idlwave-system-directory "c:/RSI/IDL62/")
in my .emacs (of course with paths adjusted to my system), but it didn't
help. It did get rid of the "HTML help location not found: try setting
`idlwave-system-directory' and/or `idlwave-html-help-location'." error
message when starting IDLWAVE but didn't get rid of the "spaces around
operators" problem.
Any more ideas?
Thanks,
Benjamin
|
|
|