all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan D." <jan.h.d@swipnet.se>
Cc: jet@gyve.org, emacs-devel@gnu.org
Subject: Re: Re[2]: Tooltipping enhancement request
Date: Fri, 12 Mar 2004 12:18:22 +0100	[thread overview]
Message-ID: <F8FE24D0-7416-11D8-9F41-00039363E640@swipnet.se> (raw)
In-Reply-To: <200403120304.i2C340YX028762@projectile.siege-engine.com>

> Here is an example of interaction.
>
> 1) User types in foo->b
> 2) User thinks, "Hmmm, what was that member again?"
> 3) Emacs becomes impatient, and pops up a list of options.
>
> Here you can now branch.
>
> b1.1) user sees the field wanted, and types some more, or presses TAB 
> for
>       completion.  Each key press updating the list.

I still don't see why this needs a timer.  But you would need to
dynamically update the popup menu while it is popped up.  I am not sure
any of the toolkits Emacs uses (GTK, Motif/Lesstif, Lucid) even 
supports it.
I think it would be better to implement these lists in a kind of
buffer/window, that appears over a window.  Enhancing the current tool 
tip
would probably break things, so other mechanisms is probably better.
I'm thinking of some sort of "overlay windows" that may appear on top of
other windows, and without the usual window manager decorations.  How to
handle input is something to figure out.  There is a bigger chance to 
get
this to work on all ports of Emacs than if popup menu code is enhanced.

>
> b2.1) user sees the field wanted, and clicks on it to complete.

This is more in line with what popup menus can do now.

	Jan D.

  reply	other threads:[~2004-03-12 11:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-04 18:17 Tooltipping enhancement request Eric M. Ludlam
2004-03-10  5:56 ` Masatake YAMATO
2004-03-10 12:20   ` Re[2]: " Eric M. Ludlam
2004-03-11 22:03   ` Jan D.
2004-03-12  3:04     ` Re[2]: " Eric M. Ludlam
2004-03-12 11:18       ` Jan D. [this message]
2004-03-12 12:47         ` Re[4]: " Eric M. Ludlam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F8FE24D0-7416-11D8-9F41-00039363E640@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=emacs-devel@gnu.org \
    --cc=jet@gyve.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.