If you use tags then you must deal with "line.char" indices - there is no way to refer to parts of the text without doing so. i was using (concantate "1." string-index) for tags before - until i realised it wouldnt hold for lines other than the first one.  
<br><br><div><span class="gmail_quote">On 5/8/07, <b class="gmail_sendername">Vadim</b> <<a href="mailto:vadim@vkonovalov.ru">vadim@vkonovalov.ru</a>> wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
mandeep singh wrote:<br><br>> i've got a bit of a problem. I need to use the index function of the<br>> Entry<br>> widget to get back a line.char structure. but there doesnt seem to be any<br>> support for this, yet, so i thought to write it but i dont know the
<br>> procedure to get ouput from wish. any help appreciated. thanks!<br><br><br>in Tcl/Tk "Text" widget index has "line.char" but Entry has just<br>numerical value.<br>if you insist in having same format, then concatenate it with "1.", but
<br>I don't understand how this could be useful.<br><br>Best regards,<br>Vadim.<br><br>_______________________________________________<br>ltk-user site list<br><a href="mailto:ltk-user@common-lisp.net">ltk-user@common-lisp.net
</a><br><a href="http://common-lisp.net/mailman/listinfo/ltk-user">http://common-lisp.net/mailman/listinfo/ltk-user</a><br></blockquote></div><br>