emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(emacs)Help Echo


From: Luc Teirlinck
Subject: (emacs)Help Echo
Date: Fri, 4 Nov 2005 22:00:31 -0600 (CST)

`(emacs)Help Echo' says:

    On most window systems, the help text is displayed as a "tooltip"
    (sometimes known as "balloon help").  *Note Tooltips::.  Otherwise, it
    is shown in the echo area when you move point into the active text.

Unless I am confused, the last sentence is only true if
`help-at-pt-display-when-idle' is t.  If it is nil, the default,
help-echos are only displayed on mouse-over, not on point-over.

What about the following patch to help.texi?  I can install if desired.

===File ~/help.texi-diff====================================
*** help.texi   01 Nov 2005 11:42:42 -0600      1.39
--- help.texi   04 Nov 2005 21:43:24 -0600      
***************
*** 613,620 ****
  the mouse or a key like @kbd{RET}, it often has associated help text.
  Areas of the mode line are examples.  On most window systems, the help
  text is displayed as a ``tooltip'' (sometimes known as ``balloon
! help'').  @xref{Tooltips}.  Otherwise, it is shown in the echo area
! when you move point into the active text.
  
  @kindex C-h .
  @findex display-local-help
--- 613,622 ----
  the mouse or a key like @kbd{RET}, it often has associated help text.
  Areas of the mode line are examples.  On most window systems, the help
  text is displayed as a ``tooltip'' (sometimes known as ``balloon
! help''), when you move the mouse over the active text.  @xref{Tooltips}.
! On some systems, it is shown in the echo area.  On text-only
! terminals, Emacs may not be able to follow the mouse and hence will
! not show the help text on mouse-over.
  
  @kindex C-h .
  @findex display-local-help
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]