Gnus development mailing list
 help / color / mirror / Atom feed
* registry marks?
@ 2015-07-08 17:54 Peter Davis
  2015-07-09  1:11 ` Eric Abrahamsen
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Davis @ 2015-07-08 17:54 UTC (permalink / raw)
  To: ding


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.

Thanks,
-pd



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: registry marks?
  2015-07-08 17:54 registry marks? Peter Davis
@ 2015-07-09  1:11 ` Eric Abrahamsen
  2015-07-10 12:15   ` Peter Davis
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Abrahamsen @ 2015-07-09  1:11 UTC (permalink / raw)
  To: ding

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...

Eric




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: registry marks?
  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
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Davis @ 2015-07-10 12:15 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: ding

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: registry marks?
  2015-07-10 12:15   ` Peter Davis
@ 2015-07-10 12:43     ` Peter Davis
  2015-07-11  7:21     ` Eric Abrahamsen
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Davis @ 2015-07-10 12:43 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: ding

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: registry marks?
  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
  1 sibling, 1 reply; 7+ messages in thread
From: Eric Abrahamsen @ 2015-07-11  7:21 UTC (permalink / raw)
  To: ding

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?

Eric




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: registry marks?
  2015-07-11  7:21     ` Eric Abrahamsen
@ 2015-07-11 11:55       ` Peter Davis
  2015-07-11 15:44         ` Eric Abrahamsen
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Davis @ 2015-07-11 11:55 UTC (permalink / raw)
  To: Eric Abrahamsen; +Cc: ding

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.)

Thanks,
-pd




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: registry marks?
  2015-07-11 11:55       ` Peter Davis
@ 2015-07-11 15:44         ` Eric Abrahamsen
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Abrahamsen @ 2015-07-11 15:44 UTC (permalink / raw)
  To: ding

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-11 15:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-08 17:54 registry marks? 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 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).