I think it requires GNU Emacs 21. If you'are using Emacs 20, try
changing this:
(overlay-put ovl 'face (list :background
(cdr (assq 'color (cddddr info)))))
to
(overlay-put ovl 'face (cons 'background-color
(cdr (assq 'color (cddddr info)))))
--
David Kågedal
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]
Messages in current thread:
Re: More precise tag following, , (Wed Jan 31, 4:59 pm)