Mercurial > emacs
comparison lispref/display.texi @ 42476:fe0b84badbb1
Margin displays can't be mouse sensitive.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 02 Jan 2002 05:28:50 +0000 |
parents | c4f9d48801a8 |
children | 3616610fabd8 |
comparison
equal
deleted
inserted
replaced
42475:1e4516b1d514 | 42476:fe0b84badbb1 |
---|---|
2352 | 2352 |
2353 To put text in the left or right display margin of the window, use a | 2353 To put text in the left or right display margin of the window, use a |
2354 display specification of the form @code{(margin right-margin)} or | 2354 display specification of the form @code{(margin right-margin)} or |
2355 @code{(margin left-margin)} on it. To put an image in a display margin, | 2355 @code{(margin left-margin)} on it. To put an image in a display margin, |
2356 use that display specification along with the display specification for | 2356 use that display specification along with the display specification for |
2357 the image. | 2357 the image. Unfortunately, there is currently no way to make |
2358 text or images in the margin mouse-sensitive. | |
2358 | 2359 |
2359 If you put such a display specification directly on text in the | 2360 If you put such a display specification directly on text in the |
2360 buffer, the specified margin display appears @emph{instead of} that | 2361 buffer, the specified margin display appears @emph{instead of} that |
2361 buffer text itself. To put something in the margin @emph{in | 2362 buffer text itself. To put something in the margin @emph{in |
2362 association with} certain buffer text without preventing or altering | 2363 association with} certain buffer text without preventing or altering |