austin----- / weibo.emacs

Sina weibo client in Emacs
https://github.com/austin-----/weibo.emacs
105 stars 28 forks source link

查看评论之后无法退到之前的位置 #2

Closed honnix closed 12 years ago

honnix commented 12 years ago

也不算是个bug,就当是个改进吧。

我看到某条,然后L进去,看完评论后想回到之前的位置,直接a的话,整个timeline就重新加载了。希望能够回到刚才所在的位置。

想自己折腾一下,发现实现就是会重新load整个friends_timeline,貌似不是很好改,需要cache一下。

MacOS X 10.7.2 GNU Emacs 23.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) of 2011-03-10 on black.porkrind.org weibo.emacs master branch

austin----- commented 12 years ago

更好的办法可能是开一个新buffer来看评论,这样看完后关闭评论buffer,时间线还是保持原样。

honnix commented 12 years ago

嗯,这样解决挺好。也许就只要稍微改一点了。下个版本会做?

austin----- commented 12 years ago

新版本已上传

honnix commented 12 years ago

cool