all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Compilation-mode putting `help-echo', `mouse-face' on `font-lock-extra-managed-props'
@ 2009-09-15 21:21 Tobias C. Rittweiler
  2009-09-16  0:49 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias C. Rittweiler @ 2009-09-15 21:21 UTC (permalink / raw)
  To: emacs-devel


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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compilation-mode putting `help-echo', `mouse-face' on `font-lock-extra-managed-props'
  2009-09-15 21:21 Compilation-mode putting `help-echo', `mouse-face' on `font-lock-extra-managed-props' Tobias C. Rittweiler
@ 2009-09-16  0:49 ` Stefan Monnier
  2009-09-16 14:57   ` Tobias C. Rittweiler
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2009-09-16  0:49 UTC (permalink / raw)
  To: Tobias C. Rittweiler; +Cc: emacs-devel

> 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.


        Stefan




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compilation-mode putting `help-echo', `mouse-face' on `font-lock-extra-managed-props'
  2009-09-16  0:49 ` Stefan Monnier
@ 2009-09-16 14:57   ` Tobias C. Rittweiler
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias C. Rittweiler @ 2009-09-16 14:57 UTC (permalink / raw)
  To: emacs-devel

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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-16 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-15 21:21 Compilation-mode putting `help-echo', `mouse-face' on `font-lock-extra-managed-props' Tobias C. Rittweiler
2009-09-16  0:49 ` Stefan Monnier
2009-09-16 14:57   ` Tobias C. Rittweiler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.