Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: gnus-registry-marks support
Date: Tue, 24 May 2011 21:24:04 -0500	[thread overview]
Message-ID: <87sjs3a56j.fsf@lifelogs.com> (raw)
In-Reply-To: <87oc2w83w3.fsf@gnumonk.com>

On Sat, 21 May 2011 21:03:32 +0530 Deepak Tripathi <deepak@gnumonk.com> wrote: 

DT> does gnus-registry-marks supported images? or unicode char.

You can use any character, including Unicode characters, as the :char
property.  I use:

#+begin_src lisp
(setq gnus-registry-marks  
      '((Important
     :char ?ι
     :image "summary_important")
    (Work
     :char ?ω
     :image "summary_work")
    (Personal
     :char ?π
     :image "summary_personal")
    (To-Do
     :char ?τ
     :image "summary_todo")
    (Later
     :char ?λ
     :image "summary_later")))

#+end_src

The :image property is unused because no one has asked for it yet.  Can
you suggest some images we could use?  They should be small, 16x16 or
32x32 PNGs and free.  I'll take care of the code (probably it will be
just another user-format plugin).

Thanks
Ted




  reply	other threads:[~2011-05-25  2:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-21 15:33 Deepak Tripathi
2011-05-25  2:24 ` Ted Zlatanov [this message]
2011-05-31 16:44   ` Ted Zlatanov
2011-06-01 10:20     ` Deepak Tripathi
2011-06-01 13:18       ` Ted Zlatanov
2011-06-01 17:27         ` Deepak Tripathi
2011-06-02  7:01         ` Deepak Tripathi
2011-06-06 18:06           ` Ted Zlatanov

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=87sjs3a56j.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --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).