Andre Poenitz <[EMAIL PROTECTED]> writes: | > The binding between "mouse-button-1" and "popup-dialog" handle the | > rest. But to do this we need some kind of context to the bindings. | | Right... we don't have that currently, though... So I'd suggest to use the | mouse lfuns temporarily (the new ones aren't visible for the user anyway) | and change 'case LFUN_MOUSE_PRESS:' to 'case LFUN_DIALOG_POPUP' as soon | as the appropriate infra structure is in place. It's trivial then...
Yes, I do not expect all to be done at once, but if we have the "right" solution on the horizon it is easier to pick the small steps that will eventually get us there. | > \bind "mouse-button-1" "cursor-set" | > \global_inset_bind "mouse-button-1" "popup-dialog" | | Or maybe | | \localbind "insetname" "mouse-button-1" "popup-dialog" | | with "insetname" being the inset identifier string that Jean-Marc | suggested? Yes, why not. -- Lgb