<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">Here is another version, I improved the protocol
to make it coherent:</font></p>
<ul>
<li><font size="4"><font color="#97082d">Preference at:
#biggerCursors</font>, answers the value</font></li>
<li><font size="4"><font size="4"><font color="#97082d">Preference
at: #biggerCursors put: true</font>, set the value</font></font></li>
<li><font size="4"><font color="#97082d">Preference instanceAt:
#biggerCursors</font>, answers the Preference instance<br>
</font></li>
<li><font size="4"><font size="4"><font size="4"><font
color="#97082d">Preference biggerCursors</font> answers
the value (unchanged)</font></font></font></li>
</ul>
<p><br>
</p>
<p>Just an idea, for the transition, as there are more than 200
accesses to the Preferences with unary message, I think it should
be possible to rewrite Preferences so that when there is a message
send ( Preferences biggerCursors ), it rewrites the sender methods
to use ( (PreferenceNG at: #biggerCursors) ).<br>
</p>
<p>Hilaire<br>
</p>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>