<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Subbu,<div><br></div><div>do you propose a default value for AuthorInitials?</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 25.02.2020 10:40:33 schrieb K K Subbu <kksubbu.ml@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">Hi,<br><br>I often press ctrl-v instead of alt-v by accident in Squeak and get an <br>dialog that doesn't go away. This is because of an infinite loop in:<br><br>Utilities>>authorInitials<br>[AuthorInitials isEmpty] whileTrue: [self setAuthorInitials].<br>       ^ AuthorInitials<br><br>called from TextEditor>>pasteInitials:. Should this be changed to:<br><br>   AuthorInitials ifEmpty: [ self setAuthorInitials ].<br>   ^AuthorInitials<br><br>Regards .. Subbu<br><br></div></blockquote>
                                        </div></body>