From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tobias C. Rittweiler" Newsgroups: gmane.emacs.devel Subject: Re: Compilation-mode putting `help-echo', `mouse-face' on `font-lock-extra-managed-props' Date: Wed, 16 Sep 2009 16:57:17 +0200 Message-ID: <87eiq7os36.fsf@freebits.de> References: <877hvzzyyj.fsf@freebits.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253113119 12802 80.91.229.12 (16 Sep 2009 14:58:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2009 14:58:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 16 16:58:32 2009 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.50) id 1Mnvxm-0007Eu-W9 for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2009 16:58:31 +0200 Original-Received: from localhost ([127.0.0.1]:53115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mnvxm-0002d6-Gv for ged-emacs-devel@m.gmane.org; Wed, 16 Sep 2009 10:58:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mnvx8-0002NW-5n for emacs-devel@gnu.org; Wed, 16 Sep 2009 10:57:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mnvx3-0002Lq-RI for emacs-devel@gnu.org; Wed, 16 Sep 2009 10:57:49 -0400 Original-Received: from [199.232.76.173] (port=53467 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mnvx3-0002Lm-LL for emacs-devel@gnu.org; Wed, 16 Sep 2009 10:57:45 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:43421) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mnvx2-0002qg-Ur for emacs-devel@gnu.org; Wed, 16 Sep 2009 10:57:45 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mnvwy-0006y7-BO for emacs-devel@gnu.org; Wed, 16 Sep 2009 16:57:40 +0200 Original-Received: from host146.natpool.mwn.de ([138.246.7.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2009 16:57:40 +0200 Original-Received: from tcr by host146.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Sep 2009 16:57:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host146.natpool.mwn.de User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:86rKJZM37tkLRlnsqIAh+fjN5SQ= X-detected-operating-system: by monty-python.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:115393 Archived-At: Stefan Monnier <...> writes: > > Why does compilation-mode put `help-echo', and `mouse-face' on > > `font-lock-extra-managed-props'? > > Because it places those properties from font-lock. > > > As far as I can see that prevents me from easily inserting links (say to > > reference documentation) into a compilation buffer, and make clicking on > > it open a web browser. > > Unless you do it from font-lock, of course. > > > Is there an alternative way? > > Place those properties from font-lock rules. Hrm. Ok. Thanks! -T.