Gnus development mailing list
 help / color / mirror / Atom feed
From: Peter Davis <pfd@pfdstudio.com>
To: Eric Abrahamsen <eric@ericabrahamsen.net>
Cc: ding@gnus.org
Subject: Re: registry marks?
Date: Fri, 10 Jul 2015 08:43:12 -0400	[thread overview]
Message-ID: <6sw6c7wpy8qj33.fsf@dhcp-10-92-133-17.hmco.com> (raw)
In-Reply-To: <6sw6c7egkg2opt.fsf@bo-c02p460yg3qc.home> (Peter Davis's message of "Fri, 10 Jul 2015 08:15:26 -0400")

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

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



  reply	other threads:[~2015-07-10 12:43 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 [this message]
2015-07-11  7:21     ` Eric Abrahamsen
2015-07-11 11:55       ` Peter Davis
2015-07-11 15:44         ` Eric Abrahamsen

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=6sw6c7wpy8qj33.fsf@dhcp-10-92-133-17.hmco.com \
    --to=pfd@pfdstudio.com \
    --cc=ding@gnus.org \
    --cc=eric@ericabrahamsen.net \
    /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).