Gnus development mailing list
 help / color / mirror / Atom feed
* patch for gnus-group-unsubscribe-group
@ 2010-10-21 22:59 Tom Tromey
  2010-10-22  1:40 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2010-10-21 22:59 UTC (permalink / raw)
  To: ding

I recently tried the new nnimap support using bzr trunk emacs.
I needed the appended patch to get "U" to work in the group buffer.
I looked and apparently this is also needed in git gnus.

Without this I got an error from gnus-group-completing-read.

Tom

=== modified file 'lisp/gnus/gnus-group.el'
*** lisp/gnus/gnus-group.el	2010-10-18 22:09:28 +0000
--- lisp/gnus/gnus-group.el	2010-10-21 22:25:50 +0000
***************
*** 3676,3682 ****
  Killed newsgroups are subscribed.  If SILENT, don't try to update the
  group line."
    (interactive (list (gnus-group-completing-read
! 		      nil (gnus-read-active-file-p))))
    (let ((newsrc (gnus-group-entry group)))
      (cond
       ((string-match "^[ \t]*$" group)
--- 3676,3682 ----
  Killed newsgroups are subscribed.  If SILENT, don't try to update the
  group line."
    (interactive (list (gnus-group-completing-read
! 		      nil nil (gnus-read-active-file-p))))
    (let ((newsrc (gnus-group-entry group)))
      (cond
       ((string-match "^[ \t]*$" group)




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: patch for gnus-group-unsubscribe-group
  2010-10-21 22:59 patch for gnus-group-unsubscribe-group Tom Tromey
@ 2010-10-22  1:40 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2010-10-22  1:40 UTC (permalink / raw)
  To: ding

Tom Tromey wrote:
> I recently tried the new nnimap support using bzr trunk emacs.
> I needed the appended patch to get "U" to work in the group buffer.
> I looked and apparently this is also needed in git gnus.

> Without this I got an error from gnus-group-completing-read.

Fixed in Gnus git and Emacs bzr.  Thank you.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-22  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-21 22:59 patch for gnus-group-unsubscribe-group Tom Tromey
2010-10-22  1:40 ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).