Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: registry marks?
Date: Sat, 11 Jul 2015 23:44:56 +0800	[thread overview]
Message-ID: <87mvz28zrb.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <m2y4imgb7v.fsf@PFDStudio-Air.home>

Peter Davis <pfd@pfdstudio.com> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> Peter Davis <pfd@pfdstudio.com> writes:
>>
>>> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>>>
>>>> Peter Davis <pfd@pfdstudio.com> 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.)

In that case it's a little fiddly -- if you want to run the latest Gnus
codebase, your only realistic option is to clone the Gnus git repo, and
then add that to your load path. So this:

git clone http://git.gnus.org/gnus.git

And then:

(add-to-list 'load-path "~/wherever/you/put/gnus/lisp")

That should get you running the newest code.

Yours,
Eric




      reply	other threads:[~2015-07-11 15:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 17:54 Peter Davis
2015-07-09  1:11 ` Eric Abrahamsen
2015-07-10 12:15   ` Peter Davis
2015-07-10 12:43     ` Peter Davis
2015-07-11  7:21     ` Eric Abrahamsen
2015-07-11 11:55       ` Peter Davis
2015-07-11 15:44         ` Eric Abrahamsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mvz28zrb.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).