On Thu, 20 May 2004, Leonid Pauzner wrote: > I see the other starange thing here: > pressing '@' will not change anything for me with your sample, > switching cjk-mode in O)ption menu do change in fact.
This is what I actually wanted to report! I thank you for testing and have to apologize you that my poor English might confuse you. Anyway there seems to be a problem in RAW_TOGGLE (@) since 2.8.5dev.17. I hope that my *ad hoc* patch would help you to improve it in correct way. > > diff -ru orig/lynx2-8-6/src/LYMainLoop.c lynx2-8-6/src/LYMainLoop.c > > --- orig/lynx2-8-6/src/LYMainLoop.c Fri May 7 09:31:32 2004 > > +++ lynx2-8-6/src/LYMainLoop.c Sun May 16 00:54:18 2004 > > @@ -4076,7 +4076,7 @@ > > } > > > HEAD_request = HTLoadedDocumentIsHEAD(); > > - HText_setNoCache(HTMainText); > > + HTuncache_current_document(); > > #ifdef NO_ASSUME_SAME_DOC > > /* > > * Don't assume the reloaded document will be the same. - FM -- Takeshi Hataguchi E-mail: [EMAIL PROTECTED] _______________________________________________ Lynx-dev mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lynx-dev
