From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Where is the function that adds the 'message text property in compilation buffers? Date: Thu, 30 Dec 2010 16:29:01 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1293755469 19947 80.91.229.12 (31 Dec 2010 00:31:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 31 Dec 2010 00:31:09 +0000 (UTC) To: "'Lennart Borgman'" , "'Emacs-Devel devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 31 01:31:05 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PYStZ-0001No-3j for ged-emacs-devel@m.gmane.org; Fri, 31 Dec 2010 01:31:05 +0100 Original-Received: from localhost ([127.0.0.1]:53230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYStV-00061F-Jc for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2010 19:30:57 -0500 Original-Received: from [140.186.70.92] (port=46559 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYStM-0005yc-MM for emacs-devel@gnu.org; Thu, 30 Dec 2010 19:30:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYStL-000757-16 for emacs-devel@gnu.org; Thu, 30 Dec 2010 19:30:48 -0500 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:33993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYStK-00074v-OB for emacs-devel@gnu.org; Thu, 30 Dec 2010 19:30:46 -0500 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oBV0Ugig031634 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 31 Dec 2010 00:30:43 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oBV0Uf73031183; Fri, 31 Dec 2010 00:30:41 GMT Original-Received: from abhmt001.oracle.com by acsmt353.oracle.com with ESMTP id 918179811293755348; Thu, 30 Dec 2010 16:29:08 -0800 Original-Received: from dradamslap1 (/10.159.221.139) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 30 Dec 2010 16:29:08 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcuofcUEslLB8n/aSFmYIcSRNHwwdAAA7w4g In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134061 Archived-At: > 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.