ah, thanks for the explanation of the elided thing. i'm slightly new to
tcl/tk and wondered what this exactly means. so i greped the source for
elide and it seems that there should be no elided text at all. tell me if
i'm wrong, but the only two things being elided are the smileys and the
play/stop for the voice clips. so in a normal chat message shouldn't be any
elided text. the other thing is, that outgoing messages don't have this
check, too. there should be no difference handling those two from the
textual point of view.
testing on tcl/tk 8.4.1 worked fine, no crash at all. but well ... why
infinite loop? i interpreted this piece of code as a protection agains
replacing (partly) elided text by a smiley. it only prevents replacing text
and doesn't change anything on the control variable of the loop, it
shouldn't result in an infinite loop at all.

Greetings,
Mirko

2007/5/22, Youness Alaoui <[EMAIL PROTECTED]>:

what about elided text ? elided is when text is 'hidden', smileys are not
deleted and replaced by an
image, they're hidden (elided) so if you don't check and make sure no
elided text is being read, then
it will go into infinite loop.. which tcl/tk versions did you test this on
? try it on 8.4.1 for
example and see if it works.

KKRT

On Mon, May 21, 2007 at 10:51:30PM +0200, Mirko Hansen wrote:
> Another fix from me concerning smileys: Sometimes incoming emoticons,
not
> separated by a space, in special constellations, aren't replaced by the
> image. This fix works fine for me, but I'm not sure whether this piece
of
> code is still needed. The comment on revision 6270 says it's a
workaround
> for a bug in Tk 8.4 on the search command, but on the outgoing part the
same
> piece of code has been removed because of errors. So I think this
removal
> should be ok, too.
>
> Greetings,
> Mirko
>
> 2007/5/20, Mirko Hansen <[EMAIL PROTECTED]>:
> >
> >Hi,
> >
> >this patch fixes the problem that prevents showing the own emoticons in
> >the chat window, if you use uppercase letters in your profile name.
> >
> >Greetings,
> >Mirko
> >
> >


>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to