From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13197 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.user Subject: Re: New issue: emails get stuck in Mail/Incoming* files Date: Fri, 30 Oct 2009 23:46:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <22d0703e-7419-48a0-822d-2cd7b7585f44@g23g2000yqh.googlegroups.com> <2545451f-beb5-4fe8-b46c-d2d0b96077f0@g23g2000yqh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1256974834 6042 80.91.229.12 (31 Oct 2009 07:40:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Oct 2009 07:40:34 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Oct 31 08:40:27 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N48ZW-0006pr-Ai for gegu-info-gnus-english@m.gmane.org; Sat, 31 Oct 2009 08:40:26 +0100 Original-Received: from localhost ([127.0.0.1]:58553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N48ZV-0001fZ-KY for gegu-info-gnus-english@m.gmane.org; Sat, 31 Oct 2009 03:40:25 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!z41g2000yqz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 33 Original-NNTP-Posting-Host: 82.235.205.153 Original-X-Trace: posting.google.com 1256971581 18483 127.0.0.1 (31 Oct 2009 06:46:21 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 31 Oct 2009 06:46:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z41g2000yqz.googlegroups.com; posting-host=82.235.205.153; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009090905 Fedora/3.0.14-1.fc10 Firefox/3.0.14, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.gnus:83573 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13197 Archived-At: On Oct 30, 11:32=A0pm, Tassilo Horn wrote: > Francis Moreau writes: > > Hi Francis, > > > > > =A0 =A0(defun my-gnus-group-get-new-news (level) > > =A0 =A0 =A0(interactive "P") > > =A0 =A0 =A0(gnus-group-get-new-news (or level 2)) > > =A0 =A0 =A0(gnus-group-list-groups)) > > > =A0 =A0(define-key gnus-group-mode-map [?g] 'my-gnus-group-get-new-news= ) > > > And it happens to cause the issue I'm currently facing: if I remove > > this binding and therefore call a 'raw' gnus-group-get-new-news() when > > pressing 'g' it works as expected. > > > I actually did another test without redefining 'g' binding: I did "C-u > > 2 g" to rescan emails for group levels 1, 2 and it fails the same way > > as before. > > > So either I haven't understand gnus-group-get-new-news documentation, > > or this function is boggus. > > Hm, looks all good to me. =A0Try to edebug that function and see where it > differs with and without level. > Is there another news group where development on Gnus are discussed ? Thanks