Hi,

Calling jde-help-symbol (C/cvw) opens a browser window on the proper 
javadoc file, based on your defined docsets list pointed by 
jde-help-docsets variable. Fine.

If jde-help-docsets is not defined, you get a warning. Fine.

If jde-help-docsets is defined but your class html file is not found 
(for example, you have just cleaned up your application doc, and not yet 
regenerated it), you get the following error :
        "wrong type argument: stringp, nil"
which is rather obscure.

It originates in the following statement in method 
jde-help-show-class-member-doc in file jde-help.el (line 343):
        (pos (string-match "[^/]*$" docfile))
where docfile is nil, so the error.

I'm not fluent enough in Lisp, but I would appreciate a more 
understandable error message, such as "No doc found for class foo".

Thanks
/Herv�

-- 
                      Email  : [EMAIL PROTECTED]
  Herv� BITTEUR       Office : +33 1.34.03.01.12
  EMEA IT Architect   Mobile : +33 6.86.49.04.14
    ____ ____ __      Fax    : +33 1.34.03.03.06
   / __// / //  \       
  _\_ \/ / // / /     SUN Microsystems FRANCE           
  \___/\__//_/_/      13, avenue Morane Saulnier                
   Microsystems      78142 V�lizy cedex France

Reply via email to