Dr Rainer Woitok writes: > "xemacs" -batch -no-autoloads -l ./vm-build.el -f batch-byte-compile > vm-dired.el > Compiling /home/Rainer/prod/vm-8.2.0b/lisp/vm-dired.el... > Loading dired-mule... > While compiling vm-dired-do-attach-files in file > /home/Rainer/prod/vm-8.2.0b/lisp/vm-dired.el: > ** evaluating (= nil 0): (wrong-type-argument number-char-or-marker-p nil) > ** evaluating (< nil 0): (wrong-type-argument number-char-or-marker-p nil) > Wrote /home/Rainer/prod/vm-8.2.0b/lisp/vm-dired.elc > Done
Thanks for reporting. They do look like warnings because the compilation got completed. The code of `vm-dired-do-attach-files' uses a macro caled `dired-map-over-marks' defined in the Emacs library. There are possibly some problems with the macro. In GNU Emacs, it works fine for me. If you are able to test this function in XEmacs, please let me know if it works. Cheers, Uday
