From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73450 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.gnus.general Subject: patch for gnus-group-unsubscribe-group Date: Thu, 21 Oct 2010 16:59:41 -0600 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287701767 6404 80.91.229.12 (21 Oct 2010 22:56:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 22:56:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21819@lists.math.uh.edu Fri Oct 22 00:56:06 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P943I-0004TA-Ne for ding-account@gmane.org; Fri, 22 Oct 2010 00:56:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P9431-0007by-Kh; Thu, 21 Oct 2010 17:55:47 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P942z-0007bk-Op for ding@lists.math.uh.edu; Thu, 21 Oct 2010 17:55:45 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P942y-0000Go-8b for ding@lists.math.uh.edu; Thu, 21 Oct 2010 17:55:45 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P942x-0006K6-00 for ; Fri, 22 Oct 2010 00:55:43 +0200 Original-Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9LMtc1Z017026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 21 Oct 2010 18:55:38 -0400 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9LMtbww000988 for ; Thu, 21 Oct 2010 18:55:37 -0400 Original-Received: from parfait.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o9LMtZE0024594 for ; Thu, 21 Oct 2010 18:55:36 -0400 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-Spam-Score: -7.9 (-------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73450 Archived-At: 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)