>>>>> "ZSH" == Shenghuo ZHU writes: ZSH> I am working on nnwarchive, a backend for web archives of ZSH> mailing-lists. Now, it only works with egroups.com. More web ZSH> archives such as onelist.com, are supposed to be implemented. I attached the code. To setup, use the following code. (defun nnwarchive-load () "Setup nnwarchive." (interactive) (require 'nnwarchive) (setq nnwarchive-login "your@email.address.at.egroups") (setq nnwarchive-passwd "the passwd") (push '("nnwarchive" none) gnus-valid-select-methods)) Maybe a small bug in w3 0.44. (load-library "url") to make sure `url-maybe-relative' is using the copy from url.el. -- Shenghuo ZHU