>>>>> In Katsumi Yamaoka wrote: > I noticed I cannot delete nnml groups if there are persistent > articles. > Debugger entered--Lisp error: (file-error "Removing old name: > is a directory" "/home/yamaoka/News/cache/nnml:foo.bar.baz") > delete-file("/home/yamaoka/News/cache/nnml:foo.bar.baz") > gnus-delete-file("/home/yamaoka/News/cache/nnml:foo.bar.baz") > gnus-cache-delete-group("nnml:foo.bar.baz") > gnus-request-delete-group("nnml:foo.bar.baz" (4)) > gnus-group-delete-group("nnml:foo.bar.baz" (4)) > call-interactively(gnus-group-delete-group) > There seems to be the same problem in `gnus-agent-delete-group'. > Although making articles persistent in nnml groups might be > nonsense, it will be useful for back ends which don't make local > article files. > Emacs 21 provides the `dired-delete-file' function which deletes > a file and also a directory recursively. Can't we use the copy > of it as `gnus-delete-file'? Here it is: