unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Marcin Borkowski <mbork@wmi.amu.edu.pl>
To: help-gnu-emacs@gnu.org
Subject: Re: Help with font-lock-add-keywords
Date: Fri, 13 Mar 2015 07:39:31 +0100	[thread overview]
Message-ID: <87mw3he6zg.fsf@wmi.amu.edu.pl> (raw)
In-Reply-To: <87pp8d1ru5.fsf@web.de>


On 2015-03-13, at 04:47, Michael Heerdegen <michael_heerdegen@web.de> wrote:

> Marcin Borkowski <mbork@wmi.amu.edu.pl> writes:
>
>> (font-lock-add-keywords nil '(("foo" . italic)))
>
> According to the doc of `font-lock-keywords', the FACENAME is actually
> an expression that gets evaluated.  So you must probably quote `italic',
> or define a variable that is bound to 'italic.  There are lots of
> variables in Emacs named xxx-face that are bound to face names.

Wow.  Just wow!  I thought I tried it, but somehow I must have done
something wrong.  I did what you suggested now and it worked.  Thanks!

For the record: both quoting and defining a variable worked.  Also, the
strange problem I was writing about seems to be fixed now.  I guess what
happened was this: I did not quote the name of the face (since it wasn't
really `italic', it was my custom one), and Emacs tried to evaluate the
unquoted (and undefined) symbol in the midst of fontifying, so there as
an error and the fontifying routine crashed.  (Just my suspicion, but
seems reasonable.)

> Michael.

Thanks again!

PS. Expect a blog post about keyword-based font-lock soon. ;-)

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



  reply	other threads:[~2015-03-13  6:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-13  3:20 Help with font-lock-add-keywords Marcin Borkowski
2015-03-13  3:47 ` Michael Heerdegen
2015-03-13  6:39   ` Marcin Borkowski [this message]
2015-03-13 12:31     ` Robert Thorpe
2015-03-13 14:37     ` Drew Adams
2015-03-13 14:52       ` Marcin Borkowski
     [not found] <mailman.1931.1426216826.31049.help-gnu-emacs@gnu.org>
2015-03-13  3:33 ` Emanuel Berg
2015-03-13  3:46   ` Marcin Borkowski

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mw3he6zg.fsf@wmi.amu.edu.pl \
    --to=mbork@wmi.amu.edu.pl \
    --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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).