comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Adobe 7.0 in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Adobe 7.0 in IDL [message #46273 is a reply to message #46018] Fri, 11 November 2005 17:36 Go to previous messageGo to previous message
Richard French is currently offline  Richard French
Messages: 173
Registered: December 2000
Senior Member
OK, I have finally decided to bite the bullet and get idlwave running. The
first problem is that I have used 'vi' all my computing life, and I'm having
a hard time remembering all the commands for emacs. The second problem is
that on my Mac, when I fire up emacs in an xterm, it does not have any
widgets that I can use to learn the system, so I have decided to install
Xemacs instead (version 21.4.9). I figured I could learn emacs this way, and
then go back to plain emacs if necessary, once I learned the ropes.

So far so good. I have confirmed (I think) that the IDLWAVE package has been
installed. However, when I try to load the tutorial.pro routine to see the
magic that IDLWAVE can do, I get an error message:

File mode specification error: (void-variable browse-url-browser-function)

And the there is no hint that it has heard of IDLWAVE mode.

Here is my
~/.xemacs/init.el

127 rfrench@telesto> cat init.el
(setq load-path (cons "/usr/local/share/emacs/site-lisp" load-path))

(autoload 'idlwave-mode "idlwave" "IDLWAVE Mode" t)
(autoload 'idlwave-shell "idlw-shell" "IDLWAVE Shell" t)
(setq auto-mode-alist
(cons '("\\.pro\\'" . idlwave-mode) auto-mode-alist))


I'd be very grateful if someone could tell me how to get xemacs to recognize
that this file is an IDL program and get into the proper mode for it.

Many thanks!

Dick French


PS I am running OSX10.4.3 and X11 1.1 - Xfree86 4.4.0 on a PowerBook G4
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Partial implementation of XML-RPC
Next Topic: allocating data to different array on each loop step

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:13:50 PDT 2025

Total time taken to generate the page: 0.00371 seconds