Hi!
I have a problem on lookup package (
http://openlab.ring.gr.jp/lookup/)
with XEmacs 21.2.15. Making lookup package makes XEmacs to show an
error message "Wrong type argument: stringp, nil." The error is
occured while evaluating following elisp in "lookup-comple.el", which
byte-compiles *.el files.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(if (string< emacs-version "19.29")
(setq command-line-args-left (cdr command-line-args-left)))
(defvar lookup-optional-packages '("bitmap" "browse-url"))
(let ((load-path (cons nil load-path))
(byte-compile-warnings nil))
(mapcar 'load command-line-args-left)
(mapcar (lambda (file) (load file t)) lookup-optional-packages)
(batch-byte-compile))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This has not been occured with XEmacs 21.2.13. (I didn't check with
21.2.14) Is this a problem of XEmacs 21.2.15?
--
Osamu MIHARA // NEC Printers Division