Menu

#9 warnings from byte-compile-file

version 1.2.0
closed-out-of-date
misc (8)
5
2001-10-01
2001-09-01
No

I compiled the emacs lisp files "doxymacs.el" and
"xml-parse.el" using the "byte-compile-file" function
in xemacs and got the following warning messages:

Compiling file /user/veenstra/lib/emacslib/doxymacs.el
at Fri Aug 31 18:13:21 2001
While compiling the end of the data:
** the function browse-url is not known to be
defined.

Compiling file /user/veenstra/lib/emacslib/xml-parse.el
at Fri Aug 31 17:58:23 2001
While compiling xml-parse-profile:
** variable elp-function-list bound but not
referenced
While compiling xml-parse-skip-tag:
** char-after called with 0 args, but requires 1-2
While compiling xml-parse-read:
** char-after called with 0 args, but requires 1-2
** char-after called with 0 args, but requires 1-2
** char-after called with 0 args, but requires 1-2
** variable data-beg bound but not referenced
** variable attrs bound but not referenced

I'm not an emacs lisp hacker so I don't know if these
are important but I thought I would report them.

Jack V.

Discussion

  • Ryan T. Sammartino

    Logged In: YES
    user_id=152677

    I don't get any warnings for doxymacs.el, but xml-parse.el
    gives me:

    Compiling file
    /home/ryants/projects/doxymacs/lisp/xml-parse.el at Sat Sep
    1 18:45:52 2001
    ** variable elp-function-list bound but not referenced
    While compiling xml-parse-read:
    ** variable data-beg bound but not referenced
    ** variable attrs bound but not referenced

    now, I didn't write xml-parse, I just distribute it with
    doxymacs for convenience's sake. The xml-parse author
    assures me that these warnings are safely ignored.

    Which version of XEmacs are you using?
    Does doxymacs still work for you even with these warnings?

     
  • Ryan T. Sammartino

    Logged In: YES
    user_id=152677

    Well, it's been a month since I've heard anything on this,
    and it doesn't seem to affect functionality in anyway, so
    I'm going to close it... feel free to re-open it if you
    think there's a problem.

     
  • Ryan T. Sammartino

    • status: open --> closed-out-of-date
     

Log in to post a comment.