From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86059 Path: news.gmane.org!not-for-mail From: Peter Davis Newsgroups: gmane.emacs.gnus.general Subject: Re: registry marks? Date: Sat, 11 Jul 2015 07:55:32 -0400 Message-ID: References: <6sw6c7lheqtu05.fsf@bo-c02p460yg3qc.home> <87a8v69ltb.fsf@ericabrahamsen.net> <6sw6c7egkg2opt.fsf@bo-c02p460yg3qc.home> <87r3of88hb.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436615793 24163 80.91.229.3 (11 Jul 2015 11:56:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jul 2015 11:56:33 +0000 (UTC) Cc: ding@gnus.org To: Eric Abrahamsen Original-X-From: ding-owner+M34294@lists.math.uh.edu Sat Jul 11 13:56:21 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 1ZDtOH-0003li-4K for ding-account@gmane.org; Sat, 11 Jul 2015 13:56:21 +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 1ZDtNc-0000lX-B1; Sat, 11 Jul 2015 06:55:40 -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 1ZDtNa-0000lJ-Fo for ding@lists.math.uh.edu; Sat, 11 Jul 2015 06:55:38 -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 1ZDtNZ-0004mC-4T for ding@lists.math.uh.edu; Sat, 11 Jul 2015 06:55:38 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ZDtNX-0006Ow-BJ for ding@gnus.org; Sat, 11 Jul 2015 13:55:35 +0200 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B7F0420E5F for ; Sat, 11 Jul 2015 07:55:33 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 11 Jul 2015 07:55:33 -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=NeqzVmUIbrT5rX7u1LhUlHc6kPg=; b=fjgqA cwcNtnUivo3b0pPFw33s93ApzISpgeUXB+2vVbvf5N3hGcfREDHGlgoU3xMpeBa6 W0ChZiZmxNVCjsd0qaAGHMNpKdPhsbkMEDM7VR+0W71R4SQ4gjM2PzZyaAygHZRW iKUDtZfhQNae4gz17Pw13QDcHz2kEkIf6RcE9k= X-Sasl-enc: 7312b4eBOEY08Jo/ReRBhWS6VADpxaNMdbxV3D1euyPX 1436615733 Original-Received: from PFDStudio-Air.home (pool-98-110-161-120.bstnma.fios.verizon.net [98.110.161.120]) by mail.messagingengine.com (Postfix) with ESMTPA id 572D4C00024; Sat, 11 Jul 2015 07:55:33 -0400 (EDT) In-Reply-To: <87r3of88hb.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sat, 11 Jul 2015 15:21:52 +0800") 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:86059 Archived-At: Eric Abrahamsen writes: > 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? I'd be happy to, Eric, but I confess that I don't know how to do that. I'm running Gnus on Aquamacs 3.2 GNU Emacs 24.4.51.2. Can I just pull a .el file from somewhere, substitute it for an existing file, and then restart emacs? Or do I have to rebuild a binary? (If I find out how to do this, maybe I can also try out some of the very tempting IMAP improvements people have been talking about.) Thanks, -pd