* gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 1 Aug 2007 11:07:24 +0000 (11:07 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 1 Aug 2007 11:07:24 +0000 (11:07 +0000)
commit6651aa07343dec74a216dea4bee91fb8c283ee78
tree37dc60ad4174538011f90f72351a9e9b2381f726
parent389496ad9ca0e9993a5943230ef4c8af8f1d079a
* gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
 group-name-at-point.
(gnus-group-completing-read): New function that offers decoded non-ASCII group
 names for completion.
(gnus-fetch-group, gnus-group-read-ephemeral-group)
(gnus-group-jump-to-group, gnus-group-make-group-simple)
(gnus-group-unsubscribe-group, gnus-group-fetch-charter)
(gnus-group-fetch-control): Use it.
(gnus-fetch-group): Use group-name-at-point for the initial value rather than
 the default value; use gnus-alive-p.

* gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
(gnus-summary-mail-other-window, gnus-summary-news-other-window)
(gnus-summary-post-news): Use gnus-group-completing-read.

* gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
(gnus-read-move-group-name): Decode group name for completion.
lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-msg.el
lisp/gnus-sum.el