Re (2): [Oberon] test/confirm alpha 2001
muller at inf.ethz.ch
muller at inf.ethz.ch
Sun Jul 28 12:13:37 CEST 2002
Felix Friedrich <friedrich at gsf.de> wrote:
> In TextGadgets.FrameHandler replace the line
>
> ELSIF (beg < F.org) (FindStyle(F.text, F.org) #
> F.trailer.next.obj) THEN
> by
> ELSIF (beg < F.org) & (F.trailer # NIL) & (F.trailer.next # NIL) &
> (FindStyle(F.text, F.org) # F.trailer.next.obj) THEN
How clean is the above fix? Did you take time to understand
the code? It would be great if someone could get familiar with
the internals of TextGadgets0 TextGadgets and fix some of the
problems.
-- Pieter
--
Pieter Muller, Computer Systems Institute, ETH Zurich / MCT Lab, Zurich
Native Oberon OS: http://www.oberon.ethz.ch/native/
More information about the Oberon
mailing list