help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extending the concept of pretty-greek with icons/images


From: Johan Bockgård
Subject: Re: Extending the concept of pretty-greek with icons/images
Date: Fri, 05 Oct 2007 15:39:18 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Nordlöw <per.nordlow@gmail.com> writes:

> Wanting to try out my idea I thought I could start simple by
> overlay/change all the gtk_ prefix with a miniturized version of the
> GTK's main icon seen www.gtk.org
> (http://www.gtk.org/images/gtk-logo-rgb.gif). Is this possible to do
> easily in Emacs or do I have to change the internals (C code) of
> Emacs?

Something like

    (defun pretty-icons ()
      (add-to-list 'char-property-alias-alist '(display pretty))
      (add-to-list 'font-lock-extra-managed-props 'pretty)

      (font-lock-add-keywords
       nil
       `(("\\_<\\(foo\\)-"
          (1 '(face nil pretty ,(create-image "lock.xpm")))))))


http://i23.tinypic.com/2l93yuu.png

-- 
Johan Bockgård


reply via email to

[Prev in Thread] Current Thread [Next in Thread]