Re: tooltip-use-echo-area disappeared

2005-06-18 Thread Nick Roberts
> Let's stick with the simple variable that puts all tooltips > in the echo area. OK. I've installed a change so that its no longer obsolete. > If you want only non-GUD tooltips (and those in the echo area), then > set tooltip-use-echo-area to t, and don't enable GUD tooltips. > What could

Re: tooltip-use-echo-area disappeared

2005-06-18 Thread Richard Stallman
To display help tooltips in the echo area turn `tooltip-mode' off. To display GUD tooltips in the echo area turn `gud-tooltip-mode' on and set `gud-tooltip-echo-area' to t. This sounds more complicated, Yes, it is not clean. but displaying help text in the echo area shou

Re: tooltip-use-echo-area disappeared

2005-06-18 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Sat, 18 Jun 2005 20:29:45 +1200 > Cc: emacs-devel@gnu.org, [EMAIL PROTECTED] > > Eli Zaretskii writes: > > IMHO, we should rather implement the functionality that somehow isn't > > there (although I could probably swear I've seen it in action, at

Re: tooltip-use-echo-area disappeared

2005-06-18 Thread Nick Roberts
Richard Stallman writes: > > I must be confused. If that feature exists, doesn't > tooltip-use-echo-area > > control whether to enable it? > > That is one way, but not the only one. > > What is the interface you recommend, to control this? To display help tooltips in the e

Re: tooltip-use-echo-area disappeared

2005-06-18 Thread Nick Roberts
Eli Zaretskii writes: > IMHO, we should rather implement the functionality that somehow isn't > there (although I could probably swear I've seen it in action, at > least in NTEmacs circa 21.1) which allows the user to select one of 3 > behaviors: > > (1) tooltips popping up in small window

Re: tooltip-use-echo-area disappeared

2005-06-17 Thread Richard Stallman
> I must be confused. If that feature exists, doesn't tooltip-use-echo-area > control whether to enable it? That is one way, but not the only one. What is the interface you recommend, to control this? ___ Emacs-devel mailing list Emacs

Re: tooltip-use-echo-area disappeared

2005-06-17 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Fri, 17 Jun 2005 17:07:34 +1200 > Cc: [EMAIL PROTECTED], emacs-devel@gnu.org, [EMAIL PROTECTED] > > > I must be confused. If that feature exists, doesn't tooltip-use-echo-area > > control whether to enable it? > > That is one way, but not the on

Re: tooltip-use-echo-area disappeared

2005-06-16 Thread Nick Roberts
> I'm not sure that you've followed the whole thread. > > I can never follow the whole of such a thread. I don't have time! > > The feature of being > able to display help messages and GUD variable values in the echo area >

Re: tooltip-use-echo-area disappeared

2005-06-16 Thread Richard Stallman
I'm not sure that you've followed the whole thread. I can never follow the whole of such a thread. I don't have time! The feature of being able to display help messages and GUD variable values in the echo area has *not* been r

Re: tooltip-use-echo-area disappeared

2005-06-16 Thread Nick Roberts
> OK. I've just installed changes that try to restore the behaviour of > tooltip-use-echo-area. I guess I should try to give people what they > want rather than what I think they should have. > > It should not be obsolete. This feature should not be removed. > It is a useful f

Re: tooltip-use-echo-area disappeared

2005-06-15 Thread Jason Rumney
Nick Roberts <[EMAIL PROTECTED]> writes: > Jason, can please you tell me if this change actually gives you the > behaviour that you want. It seems to have fixed the problem with semantic. Thanks. ___ Emacs-devel mailing list Emacs-devel@gnu.org http:/

Re: tooltip-use-echo-area disappeared

2005-06-15 Thread Richard Stallman
OK. I've just installed changes that try to restore the behaviour of tooltip-use-echo-area. I guess I should try to give people what they want rather than what I think they should have. It should not be obsolete. This feature should not be removed. It is a useful feature.

Re: tooltip-use-echo-area disappeared

2005-06-14 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Wed, 15 Jun 2005 09:33:38 +1200 > Cc: [EMAIL PROTECTED], emacs-devel@gnu.org > > OK. I've just installed changes that try to restore the behaviour of > tooltip-use-echo-area. Thank you. ___ Emacs-devel

Re: tooltip-use-echo-area disappeared

2005-06-14 Thread Nick Roberts
> > Resurrecting tooltip-use-echo-area is unrelated to making the tty version > > support tooltips. > > IMO, it is related. OK. I've just installed changes that try to restore the behaviour of tooltip-use-echo-area. I guess I should try to give people what they want rather than what I think

Re: tooltip-use-echo-area disappeared

2005-06-14 Thread Eli Zaretskii
> From: Nick Roberts <[EMAIL PROTECTED]> > Date: Tue, 14 Jun 2005 16:30:04 +1200 > Cc: emacs-devel@gnu.org, Jason Rumney <[EMAIL PROTECTED]> > > Resurrecting tooltip-use-echo-area is unrelated to making the tty version > support tooltips. IMO, it is related. > It was just a flag that re-directed

Re: tooltip-use-echo-area disappeared

2005-06-13 Thread Nick Roberts
> > Even more reason not to remove tooltip-use-echo-area. > > > > > With the former, messages were displayed in the echo area in the > > > manner of a tooltip i.e they required the mouse to pause over the > > > text etc. With the latter, help messages appear instantly like > > > mouse-face.

Re: tooltip-use-echo-area disappeared

2005-06-13 Thread Eli Zaretskii
> From: Jason Rumney <[EMAIL PROTECTED]> > Date: Mon, 13 Jun 2005 22:54:39 +0100 > Cc: Emacs Devel > > > > Shouldn't turning tooltip-mode off disable tooltips completely, whether > > > they are displayed in frames or the echo area? > > > > Having tooltip-mode on and tooltip-use-echo-area set t

Re: tooltip-use-echo-area disappeared

2005-06-13 Thread Nick Roberts
> It's been reported twice before, it breaks semantic, which uses > tooltip-use-echo-area in a test to determine whether to enable a > certain feature which would be excessively annoying if displayed in a > resizing echo area. The first report appear to be from Frank Schmitt after which I adde

Re: tooltip-use-echo-area disappeared

2005-06-13 Thread Jason Rumney
Nick Roberts <[EMAIL PROTECTED]> writes: > > >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

Re: tooltip-use-echo-area disappeared

2005-06-13 Thread Nick Roberts
> >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 > >toolti

Re: tooltip-use-echo-area disappeared

2005-06-13 Thread Kim F. Storm
Jason Rumney <[EMAIL PROTECTED]> writes: > 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. This seems like a bug to me. > Shouldn't turning tooltip-mode of

Re: tooltip-use-echo-area disappeared

2005-06-13 Thread Jason Rumney
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

RE: tooltip-use-echo-area disappeared

2005-06-02 Thread Nick Roberts
[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 ha

RE: tooltip-use-echo-area disappeared

2005-06-02 Thread jasonr
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

RE: tooltip-use-echo-area disappeared

2005-06-02 Thread Nick Roberts
> The following change seems to have removed the important variable > tooltip-use-echo-area, with no apparent replacement. > Besides breaking lisp code that was written for 21.1, I don't recall any > discussion about why this feature should be deprecated. > > > > 2005-04-20 Nick Robe