[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-registry- functions seem not to work in Xemacs (21.4x Mule)
From: |
Ted Zlatanov |
Subject: |
Re: gnus-registry- functions seem not to work in Xemacs (21.4x Mule) |
Date: |
Thu, 03 Dec 2009 11:56:56 -0600 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Thu, 03 Dec 2009 12:18:40 +0100 Uwe Brauer <oub@mat.ucm.es> wrote:
>>>>>> "Ted" == Ted Zlatanov <tzz@lifelogs.com> writes:
>> On Fri, 27 Nov 2009 19:07:31 +0100 Uwe Brauer <oub@mat.ucm.es> wrote:
UB> I tried then to set gnus-registry-set-article-Important-mark
UB> in a nnimap folder but nothing happened.
UB> My setting is
UB> for gnus-summary-line-format
UB> "%U%R%z%I%N %(%[ %-20,20n%]%) %-23,23~(form (rfc2047-decode-string
(gnus-extra-header 'To)))@ %D %k %L %s
UB> "
UB> should this be changed.
UB> If somebody, using xemacs, uses the registry function successfully I
UB> would appreciate his/her help.
>> Can you try (gnus-registry-get-article-marks) on the article after
>> setting the Important mark? It should return that mark; if it doesn't
>> it's a registry problem. If it does it's a summary format problem.
UB> It returns
UB> Marks are (Important)
UB> So I conclude it is a summary format problem.
UB> What should be the correct setting.
I use:
(defalias 'gnus-user-format-function-M 'gnus-registry-user-format-function-M)
and then you can use %uM in your format. Mine uses "[%6uM]" to show up
to 6 registry marks.
Ted