Andre Poenitz <[EMAIL PROTECTED]> writes:
| > I guess the owner comes from the fact that it is indeed the LyXView
| > which owns everything... However, it might be a good idea to declare
| > inline minibuffer() and view() functions which would hide that for us.
|
| Sounds reasonable although I still do not understand why LyXFunc
| has to be tied to anything at all.
|
| I'll probably have a look again once I know what happened to
| the no-gui patch. Haven't heard anything from Lars so far.
I have not been able to look at it so far.
If you ever wondered where LyXGui,LyXView,BufferView etc came from...I
made them years ago, and then it made perfect sense to put lyxfunc in
lyxview, but I don't remember the rationale behind that now...
(unless it is that I hate global variables)
I have also played with the though of passing a InfoReceiver along
instead of any calls to the minibuffer (or other user interaction
message methods), this inforeciever would know where and how to pass
the needed info to stdout,xforms,minibuffer etc..
If you come ut with a design that feels more natural, feel free to use
it. You will surely get comment on it if we (I) don't like it.
Lgb