From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86055 Path: news.gmane.org!not-for-mail From: Peter Davis Newsgroups: gmane.emacs.gnus.general Subject: Re: registry marks? Date: Fri, 10 Jul 2015 08:43:12 -0400 Message-ID: <6sw6c7wpy8qj33.fsf@dhcp-10-92-133-17.hmco.com> 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 1436532211 20672 80.91.229.3 (10 Jul 2015 12:43:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jul 2015 12:43:31 +0000 (UTC) Cc: ding@gnus.org To: Eric Abrahamsen Original-X-From: ding-owner+M34291=ding+2Daccount=gmane.org@lists.math.uh.edu Fri Jul 10 14:43:20 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 1ZDXeB-0000wx-EA for ding-account@gmane.org; Fri, 10 Jul 2015 14:43:19 +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 1ZDXe9-00080k-JA for ding-account@gmane.org; Fri, 10 Jul 2015 07:43:17 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZDXe8-00080e-FR for ding@lists.math.uh.edu; Fri, 10 Jul 2015 07:43:16 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZDXe7-0006bR-8A for ding@lists.math.uh.edu; Fri, 10 Jul 2015 07:43:16 -0500 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ZDXe5-00018u-Rt for ding@gnus.org; Fri, 10 Jul 2015 14:43:13 +0200 Original-Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 974D8207C7 for ; Fri, 10 Jul 2015 08:43:12 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Fri, 10 Jul 2015 08:43:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=LROj8AXP/spJ/YmK7dsY7zQR3D0=; b=rdwIN fQA2BRvZVc8k/rc2Qq8+oEwm4cMM7IUOIxElSP4jnuy6bR242+kKiH9rFTLAac42 4XeJ8TRD3UZWWY5BXuww6XjuvAy+FQDPIwKLteIlmK6IhQgwVCb+WtNG2p8RGRIy T0p7T+mzUe1xf26X3ULZ3Zxy3qLa2qZWmUbDNE= X-Sasl-enc: N7Pkc3rxumsVdti5Hb+B23WgDdfJqhKw8A4K+1dN7ORW 1436532192 Original-Received: from dhcp-10-92-133-17.hmco.com (unknown [206.208.105.143]) by mail.messagingengine.com (Postfix) with ESMTPA id 55308C00027; Fri, 10 Jul 2015 08:43:12 -0400 (EDT) In-Reply-To: <6sw6c7egkg2opt.fsf@bo-c02p460yg3qc.home> (Peter Davis's message of "Fri, 10 Jul 2015 08:15:26 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (darwin) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86055 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 Also, for some reason, adding these two lines: (require 'gnus-registry) (gnus-registry-initialize) to my .gnus.el file has broken some of my keyboard definitions. For example, 'd', which I had defined to mark a message as expirable and move to the next one: ... (local-set-key "d" [?M ?M ?e ?e down ?g]) now gives me the error: After 0 kbd macro iterations: undefined: Keyboard macro terminated by a command ringing the bell Thanks, -pd