Reiner Steib writes: > On Fri, Jan 27 2006, Andreas Seltenreich wrote: >> While it works for ephemeral groups, solid ones seem still broken. >> >> ISTM this broke solid groups back in 2003: >> >> >> I guess the solution is to adapt nnweb to use the server variables >> instead of those custom args to nnweb-request-create-group for solid >> groups? > > Could you suggest a patch, please? How about the one attached? 2006-01-31 Andreas Seltenreich * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo, there's only one active file for all servers. (nnweb-request-scan): Make sure nnweb-articles is initialized on solid groups -- Gnus might have used a FAST request to select the group. (nnweb-request-group, nnweb-google-parse-1): nnweb-type and nnweb-search are no longer redundantly kept in the active file. (nnweb-request-list): Don't list bogus groups. There can only be one. (nnweb-request-create-group): ARGS is no longer used. (nnweb-possibly-change-server, nnweb-request-group): Some initialisation removed -- let nnoo do the work.