Ruby China
  • Topics
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • Sign Up
  • Sign In
xfq
@xuefuqiao
Member
NO. 8211 / 2013-07-21

The Church of Emacs
北京
2 Topics / 24 Replies
0 Followers
0 Following
1 Favorites
GitHub Public Repos
  • rules 5

    Discover and share rules designed for Trae

  • zhuangxiu 2

    装修指南

  • glossary 2

    Glossaries for personal use

  • scripts 2

  • csswg-drafts 2

    CSS Working Group Editor Drafts

  • translation 1

  • mdn-content 1

    The content behind MDN Web Docs

  • AutoGPT 1

    AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to pr...

  • layout 1

    语言排版需求

  • testing 1

    Miscellaneous personal tests

More on GitHub
  • Overview
  • Topics
  • Replies
  • Favorites
  • Following
  • Followers
  • 无法修改密码 at August 05, 2013

    #2 楼 @huacnlee 谢了~

  • 无法修改密码 at August 04, 2013

    貌似没人回答……去 GitHub 上 Open 一个 Issue。。

  • 关于进制转换的问题 at August 01, 2013

    #3 楼 @luikore I see, thanks~ 👍

  • 关于进制转换的问题 at July 31, 2013

    #1 楼 @luikore “相对偏差限”是指什么?Google 没有搜到……

  • 让你的 OSX 拥有完整的 Emacs Binding. at July 24, 2013

    #12 楼 @ranmocy 我这里怎么不管用……OS X 10.8.4。

  • 我的 Emacs 配置,抛砖引玉 at July 22, 2013

    支持一个!

  • 关于 emacs Exuberant Ctags 读 rails 源码的问题 at July 22, 2013

    "EMACS"代表早期的 Emacs,"Emacs"代表现在的 Emacs(这个用的最多),emacs/emacs.exe代表 Emacs 的可执行文件。

  • emacs ruby-mode 缩进不了 at July 22, 2013

    #5 楼 @dbian Emacs24+ 的话,我感觉还是deftheme方便,为什么要用 color-theme?

  • Emacs 上一般安装哪些插件, if 开发 Rails at July 22, 2013

    rvm.el

  • 发点牢骚! 真的觉得日本人好牛~~ at July 22, 2013

    我表示……Yasnippet 是中国人写的。

  • 分享一个不错的 Emacs tour at July 22, 2013

    Server not found

  • Emacs 24 使用 GTK+ 经常会死机 (你们是怎么解决的?) at July 22, 2013

    GTK+3 和 lucid 都用过很长时间,只出现过一个很小的问题。

  • 请教一个 Emacs 的问题. at July 22, 2013

    #32 楼 @zw963 ido 用 ffap 的前提是ido-use-filename-at-point(或者ido-use-url-at-point)为 non-nil.

  • 让你的 OSX 拥有完整的 Emacs Binding. at July 21, 2013

    虽然很多东西都没有(如 register、kmacro、compose-mail、transpose-chars等),但还是蛮实用的,thx~

  • 程序员选择 VIM 还是 Emacs 有解释了 at July 21, 2013

    #9 楼 @rasefon vi 和 Emacs 是一个时代的,怎么会早很多?

    现在流行的 vim 比 GNU Emacs 还晚好几年。

  • Emacs 开发 Rails 应用之 --- 自动补全与 snippet 输入 at July 21, 2013

    #28 楼 @Guest Eclipse IDE 也在下降。

  • Emacs 开发 Rails 应用之 --- 自动补全与 snippet 输入 at July 21, 2013

    #19 楼 @zw963 Typo fix: http://emacswiki.org

    BTW 这些地方也很不错:

    • https://wiki.archlinux.org/index.php/Emacs Arch 的
    • http://planet.emacsen.org/ 各种博客
    • http://ergoemacs.org/emacs/emacs.html Xah Lee 的
    • http://emacsrocks.com/ 各种小视频,很有用
    • http://www.masteringemacs.org/ 不错的博客
    • http://wikemacs.org/ 企图代替 Emacs Wiki(Bozhidar Batsov的作品)
    • reddit里也有很多很有帮助的讨论
    • http://www.amazon.com/Introduction-Programming-Emacs-Lisp/dp/1882114566 和 http://www.amazon.com/Writing-GNU-Emacs-Extensions-Glickstein/dp/1565922611 学点 Emacs Lisp 对使用 Emacs 还是蛮有帮助的。
  • 求 Mac 的 Emacs 配置,,, at July 21, 2013

    #20 楼 @jyz19880823 可以试试ErgoEmacs

  • 求 Mac 的 Emacs 配置,,, at July 21, 2013

    #19 楼 @hbin 应该是 Emacs 自带的。见 (info "(emacs) Speedbar").

  • 求 Mac 的 Emacs 配置,,, at July 21, 2013

    #5 楼 @an_love https://raw.github.com/xfq/emacs-contributor-guide/master/README.org 你在这个页面搜索一下Building Emacs。

    (记得在./configure后加上--with-ns)

  • 求 Mac 的 Emacs 配置,,, at July 21, 2013

    #3 楼 @vincenttone --with-ns

  • [北京][2013年07月21日周日] Ruby Saturday 召集 at July 21, 2013

    今天第一次去,感觉不错~

  • Light Table,是现在最佳的 Clojure IDE 不? at July 21, 2013

    Emacs也是个很不错的选择。

  • 想学 Lisp,应该从哪个版本入手呢? at July 21, 2013

    至少要对这三个语言有一定了解:

    1. Common Lisp。ANSI 标准,还有很多库,是用途最广的 Lisp。实现的话,楼上说的 SBCL(Steel Bank Common Lisp)蛮不错的,我之前用的是 CLISP 和 GCL(好久没写 CL 了)。

    2. Scheme。简单而优雅,自带的函数很少,但也很强大,我个人推荐 Guile 实现。我和 Guile 的维护者 Ludovic Courtès 聊过,他是个非常优秀的开发者。

    3. Emacs Lisp。自带很多处理文本、缓冲区、命令循环、键绑定等很有用的功能。即使你不用 Emacs,Emacs Lisp 也是一门很值得学习的语言,你可以用emacs --script和emacs --batch来执行程序。实现的话,还是用 GNU Emacs 吧,其他的 implementation 也都大同小异。

    $ cat > hello-world <<EOF
    ":"; exec ${EMACS-emacs} --script $0 "$@" 2>&1
    (message "hello world!")
    EOF
    $ chmod +x hello-world
    # install hello-world /usr/local/bin
    

    用户不需要知道程序/usr/local/bin/hello-world是用什么语言写的。而且 Emacs Lisp 不只是在 Emacsen 家族里可以用,Sawfish 也是可以的。

    除此之外,newLISP、Clojure、Arc、Nu、ISLISP 都是些值得了解的方言。我个人对 Clojure 不是很感兴趣(不过也不讨厌),感觉 Clojure 里很多“微创新”都是没有必要的。

关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English