emacs-devel
[Top][All Lists]
Advanced

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

RE: Where is the function that adds the 'message text property in compil


From: Drew Adams
Subject: RE: Where is the function that adds the 'message text property in compilation buffers?
Date: Thu, 30 Dec 2010 16:29:01 -0800

> Can someone please tell me that. I can't find it ;-)

Did you look? in compile.el?

I see this in `compilation-compat-parse-errors', just by searching for
"'message":

(put-text-property src (line-end-position)
                             'message (list loc 2))

There might be additional locations.  I just looked quickly.




reply via email to

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