Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

是不是可以考虑把搜索的结果也保存到搜索历史中,方便复习单词 #2

Open
qinshulei opened this issue Mar 1, 2015 · 4 comments

Comments

@qinshulei
Copy link

RT.

@xuchunyang
Copy link
Owner

搜索的结果(JSON)可以通过设置:

;; Enable Cache
(setq url-automatic-caching t)

缓存到本地的磁盘中,这样的话,第二次查询同一个词不需要联网了。

另外,即使把结果手动保存起来,也意义不大:有道的 API 提供的单词解释信息量太少,例句、同义词等等都没有。

@qinshulei
Copy link
Author

我命令行用的这个 https://github.com/afc163/fanyi 带iciba的例句,还不错

@xuchunyang
Copy link
Owner

我命令行用的这个 https://github.com/afc163/fanyi 带iciba的例句,还不错

谢分享,以前没用过 iciba 的 API,这个代码里有 key 了,或许可以直接借用。

不知道这个工具能不能缓存?要是能的话,直接用这个工具就行,而不用再用 Emacs Lisp 实现抓起 API 了,而只要显示下结果就行了。

@qinshulei
Copy link
Author

应该不带缓存,我觉得用Emacs Lisp 抓 API 更好些,这样依赖少,利于其他用户安装。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants