>>>>> "mike" == mike ressler <[EMAIL PROTECTED]> writes:
mike> On Wed, 29 Nov 2000, Angus Leeming wrote:
>> Further changes. I think Chapters 1 and 2 are now (pretty well) up
>> to date. Angus
mike> I committed this along with a few of my own small changes. There
mike> are many subtle references which need to be changed. I noticed
mike> in the key bindings section of Chapter 1 (maybe 2, I forgot),
mike> there was a reference to the sequence "M-e p" pasting text. It
mike> was changed sometime to "M-e a". This is going to be ugly.
I've been wanting for a loooong time to implement an lyxfunc-inset
that would display the result of a lyxfunc. With such an inset, and
with a lyxfunc
get-func-bindings <name of func> <params>
we would be able to have information which is always up to date in the
document (even with localized bindings or cua vs emacs).
This would not be too difficult to implement especially if the is not
popup to handle it at first, and could be very useful.
One problem with that is that menu bindings are not real bindings
right now, so one would have to query the menu system too to get the
bindings.
We could also have an inset which displays the menu entry
corresponding to a functions, or a lot of other exiting things.
I'm not sure Lars would accept that for 1.1.6, though.
JMarc