摘要: 当clone github时若连接不上,可以使用http代理,形如:export http_proxy=61.172.249.94:80一年成为emacs高手: https://github.com/redguardtoo/mastering-emacs-in-one-year-guidehtt... 阅读全文
posted @ 2014-06-12 12:45 微信公众号--共鸣圈 阅读(218) 评论(0) 推荐(0) 编辑
摘要: http://docs.huihoo.com/homepage/shredderyin/emacs_elisp.htmlEmacs 具有超强的扩展性。这是当今没有任何其它编辑器可以比拟 的强大特点。这里介绍一些很方便的 Emacs Lisp 扩展。有链接的文件可能不是 Emacs 自带的,你需要下载... 阅读全文
posted @ 2014-06-12 12:41 微信公众号--共鸣圈 阅读(527) 评论(0) 推荐(0) 编辑
摘要: M-x是运行command的意思。若使用常规Emacs debugger(即不使用edebuger),先把要debug的函数加入到debug-on-entry:M-x debug-on-entry the-function-name RET然后再使用eval-last-sexp命令运行单句elisp... 阅读全文
posted @ 2014-06-12 12:40 微信公众号--共鸣圈 阅读(683) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/3855862/setq-and-defvar-in-lispdefvar, let, setq的语法分析:defvarintroduces a dynamic variable whilesetqis used to assig... 阅读全文
posted @ 2014-06-12 12:39 微信公众号--共鸣圈 阅读(517) 评论(0) 推荐(0) 编辑