aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tooltip.el
Commit message (Collapse)AuthorAgeFilesLines
* (tooltip-hide-delay): New user-option.Gerd Moellmann2001-01-181-1/+8
| | | | (tooltip-show): Use tooltip-hide-delay instead of the default.
* (tooltip-cancel-delayed-tip)Gerd Moellmann2001-01-041-17/+22
| | | | | | | | | (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout and tooltip-add-timeout. (tooltip-show): Set border color from faces's foreground. (tooltip-show-help-function): If called with the same help string as last time, do nothing. (tooltip-help-tips): Don't set tooltip-help-message to nil.
* Fix last change.Gerd Moellmann2001-01-041-4/+4
|
* (tooltip-frame-parameters): Remove colors.Gerd Moellmann2001-01-041-9/+33
| | | | | | | (tooltip): New face (tooltip-set-param): New function. (tooltip-show): Set up color frame parameters from face `tooltip'. Display the tooltip text in face `tooltip'.
* (tooltip-mode): Signal an error if x-show-tipGerd Moellmann2000-12-181-0/+2
| | | | isn't fboundp.
* (tooltip-show): If an error is signaled inGerd Moellmann2000-12-141-6/+12
| | | | | x-show-tip, display that error, and display the help in the echo area.
* *** empty log message ***Dave Love2000-11-271-1/+1
|
* (tooltip-use-echo-area): Doc fix.Dave Love2000-11-271-1/+3
|
* (tooltip-x-offset, tooltip-y-offset): New user-options.Gerd Moellmann2000-11-181-1/+28
| | | | (tooltip-show): Use the offsets.
* (tooltip-mode): Add a comment about startup.elGerd Moellmann2000-11-091-3/+3
| | | | setting the default value of this user-option.
* (tooltip-gud-tips-setup): New function.Miles Bader2000-11-021-21/+26
| | | | | | | | (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup. (tooltip-mode): Call tooltip-gud-tips-setup. (tooltip-gud-tips): Use `gud-basic-call' instead of process-send-string, so the prompt gets frobbed appropriately. Handle nil return value from `tooltip-gud-print-command'.
* * tooltip.el (tooltip-use-echo-area): New user variable.Sam Steingold2000-10-121-2/+9
| | | | (tooltip-show): Use it to choose between `x-show-tip' and `message'.
* use float-timeSam Steingold2000-07-261-12/+4
|
* (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):Dave Love2000-02-021-2/+2
| | | | Doc fix.
* (tooltip-mode): Customize this, per convention.Dave Love1999-08-191-17/+18
| | | | (tooltip-active): Option deleted.
* New file.Gerd Moellmann1999-07-211-0/+476