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 #46045 is a reply to message #45954] Mon, 24 October 2005 14:46 Go to previous messageGo to previous message
Steve.Morris is currently offline  Steve.Morris
Messages: 17
Registered: November 2002
Junior Member
I'm not actually quite sure I'm doing things properly :((

I have completion only if I open IDL in my emacs,i.e. I have to hit C-c
C-s and then for a given command in the IDL command line I get a
completion or a list of possible completion. But not in the emacs file
right away. Also, nothing happens when I hit M-? or C-c ? (is
posssible because in my keybord ? is called with shift-+
combination???)

In any case, if from the idl command line (open by C-c C-s I right
click on one of the possible combination, nothing happens but I get the
following message Wrong type argument: listp, firefox-browse-url).
However, if in .emacs I set the following way
(setq idlwave-help-browser-function 'w3m-browse-url)
a new emacs window pop-up, with the title *IDLWAVE Help*, but nothing
is displayed and the message Wrong type argument: listp, w3m-browse-url
still appear.

I feel really like a stupid but I fear I'm missing something very
basic, indeed.... :(

Here is my .emacs as it looks right now


(setq load-path (cons "/usr/local/share/emacs/site-lisp" load-path))
(setq idlwave-help-directory "/usr/local/etc")

(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))
(setq idlwave-help-browser-function 'w3m-browse-url)
[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: Sun Oct 12 07:33:53 PDT 2025

Total time taken to generate the page: 1.36141 seconds