From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86058 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: registry marks? Date: Sat, 11 Jul 2015 15:21:52 +0800 Message-ID: <87r3of88hb.fsf@ericabrahamsen.net> References: <6sw6c7lheqtu05.fsf@bo-c02p460yg3qc.home> <87a8v69ltb.fsf@ericabrahamsen.net> <6sw6c7egkg2opt.fsf@bo-c02p460yg3qc.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436599406 13382 80.91.229.3 (11 Jul 2015 07:23:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jul 2015 07:23:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34293@lists.math.uh.edu Sat Jul 11 09:23:14 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZDp7x-0006YP-UK for ding-account@gmane.org; Sat, 11 Jul 2015 09:23:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZDp7X-0004qk-8E; Sat, 11 Jul 2015 02:22:47 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZDp7V-0004qO-L8 for ding@lists.math.uh.edu; Sat, 11 Jul 2015 02:22:45 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1ZDp7U-0000Ch-Ug for ding@lists.math.uh.edu; Sat, 11 Jul 2015 02:22:45 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZDp7T-0000Kp-KI for ding@gnus.org; Sat, 11 Jul 2015 09:22:43 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZDp7S-0006J2-3M for ding@gnus.org; Sat, 11 Jul 2015 09:22:42 +0200 Original-Received: from 222.128.167.57 ([222.128.167.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jul 2015 09:22:42 +0200 Original-Received: from eric by 222.128.167.57 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Jul 2015 09:22:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 222.128.167.57 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:6DZnmI8WwFcdIn5tGBpai09888g= X-Spam-Score: -0.3 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86058 Archived-At: Peter Davis writes: > Eric Abrahamsen writes: > >> Peter Davis writes: >> >>> I'm running gnus 5.13 and, while the gnus menu offers an option for >>> adding registry marks to a message, the variable gnus-registry-marks is >>> undefined, and none of my attempts to mark a message work. >>> >>> Is there something I have to configure to enable this feature? >>> >>> I'm assuming once I've marked messages, I can somehow retrieve them by >>> mark, or list all the messages marked Important or whatever, right? I'm >>> using nnimap. >> >> Have you required the gnus-registry library, and put >> (gnus-registry-initialize) in your init files? I can't think of any >> other way that `gnus-registry-marks' would be undefined... > > Ok, that definitely helps. Now I can see the values for > gnus-registry-marks, but when I try to add one, e.g., via `M M i', I get: > > Removing mark nil with message ID <87a8v69ltb.fsf@ericabrahamsen.net>, resulting in nil > > Thanks, > -pd Yup, looks like the commands were being given to the function backwards. I've pushed a patch for this, would you try it out? Eric