comparison lispref/display.texi @ 59467:9c3931bf6cd0

(Button Properties): Add follow-link keyword.
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jan 2005 08:36:26 +0000
parents 60aa297bd12a
children 0b8e17ea69db
comparison
equal deleted inserted replaced
59466:d0400eeb264b 59467:9c3931bf6cd0
4062 @item help-echo 4062 @item help-echo
4063 @kindex help-index @r{(button property)} 4063 @kindex help-index @r{(button property)}
4064 A string displayed by the Emacs tool-tip help system; by default, 4064 A string displayed by the Emacs tool-tip help system; by default,
4065 @code{"mouse-2, RET: Push this button"}. 4065 @code{"mouse-2, RET: Push this button"}.
4066 4066
4067 @item follow-link
4068 @kindex follow-link @r{(button property)}
4069 The follow-link property, defining how a @key{mouse-1} click behaves
4070 on this button, @xref{Enabling Mouse-1 to Follow Links}.
4067 @item button 4071 @item button
4068 @kindex button @r{(button property)} 4072 @kindex button @r{(button property)}
4069 All buttons have a non-@code{nil} @code{button} property, which may be useful 4073 All buttons have a non-@code{nil} @code{button} property, which may be useful
4070 in finding regions of text that comprise buttons (which is what the 4074 in finding regions of text that comprise buttons (which is what the
4071 standard button functions do). 4075 standard button functions do).
4753 4757
4754 This section describes how to make Emacs ring the bell (or blink the 4758 This section describes how to make Emacs ring the bell (or blink the
4755 screen) to attract the user's attention. Be conservative about how 4759 screen) to attract the user's attention. Be conservative about how
4756 often you do this; frequent bells can become irritating. Also be 4760 often you do this; frequent bells can become irritating. Also be
4757 careful not to use just beeping when signaling an error is more 4761 careful not to use just beeping when signaling an error is more
4758 appropriate. (@xref{Errors}.) 4762 appropriate. (@pxref{Errors}.)
4759 4763
4760 @defun ding &optional do-not-terminate 4764 @defun ding &optional do-not-terminate
4761 @cindex keyboard macro termination 4765 @cindex keyboard macro termination
4762 This function beeps, or flashes the screen (see @code{visible-bell} below). 4766 This function beeps, or flashes the screen (see @code{visible-bell} below).
4763 It also terminates any keyboard macro currently executing unless 4767 It also terminates any keyboard macro currently executing unless