Nick Roberts wrote:
[EMAIL PROTECTED] writes:
> It appears to have been moved from tooltip.el where it was preloaded, to
> gud.el, so if gud is not loaded it has as good as disappeared.
>
> I don't understand this decision. Why is this now considered a gud specific
> feature? It was formerly a user option to have messages appear in the echo
> area rather than as a tooltip. What is gud specific about that?
Setting tooltip-use-echo-area to t meant that normal (and GUD) tooltip
strings were displayed in the echo area i.e not really as tooltips.
They can now be displayed there independently. For GUD tooltips set
gud-tooltip-echo-area to t. For normal (help) tooltips, just turn
tooltip-mode off.
Meanwhile, tooltip-use-echo-area has been abducted by gud for use as an
alias, breaking existing code that assumed it was a general user option
for controlling the display of tooltips.
Shouldn't turning tooltip-mode off disable tooltips completely, whether
they are displayed in frames or the echo area?
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel