On Tue, Sep 28 2010, Dan Christensen wrote: >> diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el >> index 4788deb..1cb3637 100644 >> --- a/lisp/gnus-agent.el >> +++ b/lisp/gnus-agent.el >> @@ -459,10 +459,7 @@ manipulated as follows: >> (let ((def (or (gnus-group-group-name) gnus-newsgroup-name))) >> (when def >> (setq def (gnus-group-decoded-name def))) >> - (gnus-group-completing-read (if def >> - (concat "Group Name (" def "): ") >> - "Group Name: ") >> - nil nil t nil nil def))) >> + (gnus-group-completing-read nil t nil nil def))) > > Should the new code have "Group Name" as the first argument? Good catch, thanks! That gave me the idea to make the prompt optional, since usually it's just "Group". Patch following this mail. -- Julien Danjou // ᐰ http://julien.danjou.info