[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fred windows
- To: plkrueger@serc.3m.com
- Subject: fred windows
- From: alms@cambridge.apple.com (Andrew L. M. Shalit)
- Date: Thu, 19 Jul 90 18:01:32 -0400
- Cc: blakem@world.std.com, info-macl
- In-reply-to: Paul L. Krueger's message of Thu, 19 Jul 90 15:48:14 CDT <9007192048.AA20799@mmm.serc.3m.com>
> I'll try a different tack. Anyone got code for a simple, read only
> scrolling text window?
>
> Thx
> Blake Meike
It seems a little obvious, but I just used a *fred-window* and shadowed
out the behavior that I didn't want (such as user type in). The code is
below.
[code deleted]
I think you also need to shadow WINDOW-KEY-EVENT-HANDLER and also
PASTE.
-andrew