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: Compilation-mode putting `help-echo', `mouse-face' on `font-lock-extra-managed-props' Date: Tue, 15 Sep 2009 23:21:08 +0200 Message-ID: <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 1253049769 6429 80.91.229.12 (15 Sep 2009 21:22:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Sep 2009 21:22:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 15 23:22:42 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 1MnfU1-0003yv-3R for ged-emacs-devel@m.gmane.org; Tue, 15 Sep 2009 23:22:41 +0200 Original-Received: from localhost ([127.0.0.1]:38769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnfU0-000356-Bn for ged-emacs-devel@m.gmane.org; Tue, 15 Sep 2009 17:22:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnfT0-0002Sf-84 for emacs-devel@gnu.org; Tue, 15 Sep 2009 17:21:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnfSv-0002QF-2E for emacs-devel@gnu.org; Tue, 15 Sep 2009 17:21:37 -0400 Original-Received: from [199.232.76.173] (port=57988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnfSu-0002QA-SH for emacs-devel@gnu.org; Tue, 15 Sep 2009 17:21:32 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:60829) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MnfSu-0007n9-Gr for emacs-devel@gnu.org; Tue, 15 Sep 2009 17:21:32 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MnfSr-0003fC-FI for emacs-devel@gnu.org; Tue, 15 Sep 2009 23:21:29 +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 ; Tue, 15 Sep 2009 23:21:29 +0200 Original-Received: from tcr by host146.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Sep 2009 23:21:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host146.natpool.mwn.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:PPGhlVDE+bi7wUfVyVUYNT7OwEM= 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:115373 Archived-At: Why does compilation-mode put `help-echo', and `mouse-face' on `font-lock-extra-managed-props'? 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. Is there an alternative way? -T.