From: Nordlöw <per.nordlow@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Image overlays using font-lock-add-keywords() and create-image() for more compact code view
Date: Tue, 10 Jun 2008 07:47:02 -0700 (PDT) [thread overview]
Message-ID: <2b812abc-7a9f-4e2b-9e0c-f96b4efae128@m73g2000hsh.googlegroups.com> (raw)
In-Reply-To: yoijbq2eiv3c.fsf@remote5.student.chalmers.se
On 6 Juni, 14:52, bojohan+n...@dd.chalmers.se (Johan Bockgård) wrote:
> Nordlöw <per.nord...@gmail.com> writes:
> > I thought the following snippet of code should give me a new more
> > compact view of gtk-code.
>
> > (defun pretty-gtk ()
> > "Highlight symbols starting with gtk_ using the GIMP Tool Kit (GTK)
> > Icon."
>
> (add-to-list 'char-property-alias-alist '(display pretty))
> (add-to-list 'font-lock-extra-managed-props 'pretty)
>
> > (font-lock-add-keywords
> > nil
> > `(("\\_<\\(gtk\\)_"
> > (1 '(face nil pretty ,(create-image "~/pnw/images/gtk-logo-rgb-
> > cropped-10x13.png")))))))
> > (add-hook 'c-mode-common-hook 'pretty-gtk)
>
> > It does not show the image overlay, however... What have I missed?
>
> This does not use overlays, BTW.
>
> --
> Johan Bockgård
Thanks!
/Nordlöw
prev parent reply other threads:[~2008-06-10 14:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-05 20:09 Image overlays using font-lock-add-keywords() and create-image() for more compact code view Nordlöw
2008-06-06 12:52 ` Johan Bockgård
2008-06-10 14:47 ` Nordlöw [this message]
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=2b812abc-7a9f-4e2b-9e0c-f96b4efae128@m73g2000hsh.googlegroups.com \
--to=per.nordlow@gmail.com \
--cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.