From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80651 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-sync-save fails with "wrong-type-argument number-or-marker-p" Date: Thu, 08 Dec 2011 20:07:30 +0100 Organization: Probably a good idea Message-ID: <87aa72lw5p.fsf@dod.no> References: <87bos21un6.fsf@dod.no> <87y5v6zisl.fsf@dod.no> <87vcpt1jsq.fsf@dod.no> <87aa73p17i.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1323371351 4032 80.91.229.12 (8 Dec 2011 19:09:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2011 19:09:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28933@lists.math.uh.edu Thu Dec 08 20:09:08 2011 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 1RYjL7-0007Qt-2H for ding-account@gmane.org; Thu, 08 Dec 2011 20:09:05 +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 1RYjJx-00025m-0o; Thu, 08 Dec 2011 13:07:53 -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 1RYjJv-00025Y-JG for ding@lists.math.uh.edu; Thu, 08 Dec 2011 13:07:51 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RYjJt-0001SN-9y for ding@lists.math.uh.edu; Thu, 08 Dec 2011 13:07:50 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RYjJq-0005t8-Aj for ding@gnus.org; Thu, 08 Dec 2011 20:07:46 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RYjJo-0006vO-NT for ding@gnus.org; Thu, 08 Dec 2011 20:07:44 +0100 Original-Received: from cm-84.208.231.161.getinternet.no ([84.208.231.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Dec 2011 20:07:44 +0100 Original-Received: from sb by cm-84.208.231.161.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Dec 2011 20:07:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.231.161.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:/TTm56xfJB6SiGO/bB4FZUaEpNM= X-Spam-Score: -6.1 (------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80651 Archived-At: >>>>> Ted Zlatanov : > I'm at a conference so I can't do the code fix properly, but I think > if you try the attached patch it will fix the issue. Unfortunately it didn't. I still get Wrong type argument: number-or-marker-p, "8-54ce40d61d4b92eda3bffb29c6e0b1c6" on `gnus-sync-save'. Here's what I did: 1. Save the attachment to /tmp/sync-junk.patch 2. Apply the patch: #+begin_src sh cd git/gnus git apply /tmp/sync-junk.patch #+end_src 3. Rebuild gnus: #+begin_src sh (cd ~/git/gnus; make clean; make; cd lisp; make tags) #+end_src 4. Start a new Emacs with a new Gnus 5. Run `gnus-sync-read', followed by `g' 6. Visit a gmane group to make things dirty 7. Run `gnus-sync-save'. and the issue occurs: #+begin_example Wrong type argument: number-or-marker-p, "8-54ce40d61d4b92eda3bffb29c6e0b1c6" #+end_example