From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74799 Path: news.gmane.org!not-for-mail From: david.goldberg6@verizon.net (Dave Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: gcc-mark-as-read sometimes broken on Exchange Date: Mon, 06 Dec 2010 15:53:58 -0500 Message-ID: <84d3pehbbt.fsf@davestoy.home> References: <84aakq4oh8.fsf@davestoy.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291668895 7197 80.91.229.12 (6 Dec 2010 20:54:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 20:54:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23155@lists.math.uh.edu Mon Dec 06 21:54:49 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 1PPi5A-0000cj-CE for ding-account@gmane.org; Mon, 06 Dec 2010 21:54:48 +0100 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 1PPi53-0007L5-VW; Mon, 06 Dec 2010 14:54:42 -0600 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 1PPi52-0007Kk-KP for ding@lists.math.uh.edu; Mon, 06 Dec 2010 14:54:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PPi51-0008He-7a for ding@lists.math.uh.edu; Mon, 06 Dec 2010 14:54:40 -0600 Original-Received: from vms173013pub.verizon.net ([206.46.173.13]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PPi50-00071T-00 for ; Mon, 06 Dec 2010 21:54:38 +0100 Original-Received: from davestoy.home.verizon.net ([unknown] [173.48.216.252]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LD0001HTY1NPC75@vms173013.mailsrvcs.net> for ding@gnus.org; Mon, 06 Dec 2010 14:53:49 -0600 (CST) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: (Lars Magne Ingebrigtsen's message of "Wed, 01 Dec 2010 18:15:27 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.4.22 (linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74799 Archived-At: > Dave Goldberg writes: >> gnus-group-mark-article-read("nnimap+exchange:Sent Items" nil) >> gnus-inews-do-gcc() > The only way this could happen, I think, is if > `nnimap-request-accept-article' returns nil as the article number. It > would be interesting to find out why or how that happens. And whether > that is what's happening. :-) > If you get a raw article buffer (`C-u C-u g'), and put that text in a > different buffer, and then eval > (nnimap-request-accept-article "group.name" "server-name") > what does it return? Sorry, was away for a few days. Still happens with a git pull this morning. I must be doing something wrong because when I try the above I get this backtrace, with either server (cyrus or exchange): Debugger entered--Lisp error: (wrong-type-argument processp nil) process-buffer(nil) proto-stream-get-response(nil 1 "\n") proto-stream-open-tls("*nnimap*" #"> "nnimap:cyrus" "imaps" (:type ssl :shell-command "ssh %s imapd" :capability-command "1 CAPABILITY\n" :success " OK " :starttls-function #)) open-protocol-stream("*nnimap*" #"> "nnimap:cyrus" "imaps" :type ssl :shell-command "ssh %s imapd" :capability-command "1 CAPABILITY\n" :success " OK " :starttls-function #) nnimap-open-connection-1(#) nnimap-open-connection(#) nnimap-open-server("nnimap:cyrus") nnimap-possibly-change-group(nil "nnimap:cyrus") nnimap-request-accept-article("INBOX" "nnimap:cyrus") eval((nnimap-request-accept-article "INBOX" "nnimap:cyrus")) #((nnimap-request-accept-article "INBOX" "nnimap:cyrus") nil) call-interactively(eval-expression) Thanks, -- Dave Goldberg david.goldberg6@verizon.net