emacs-devel
[Top][All Lists]
Advanced

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

Re: tooltip-use-echo-area disappeared


From: Jason Rumney
Subject: Re: tooltip-use-echo-area disappeared
Date: Mon, 13 Jun 2005 13:38:41 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Nick Roberts wrote:

address@hidden 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?






reply via email to

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