分页: 1 / 1

想系统地学习一下emacs的配置和使用

发表于 : 2008-06-13 13:06
lululau
请问可不可以赐教一下系统的学习路线
是否有必要先了解点lisp的知识
这个LISP学习曲线如何

发表于 : 2008-06-13 14:17
lovewine
先学编辑器的使用啊。

找本书就得了。

发表于 : 2008-06-13 16:22
lululau
基本的快捷键会用
用eclipse 也是用的emacs键邦定,但终究不如emcas
所有想用emacs + jde 但是搞了半天搞不定
用apt-get装过,也自己下了包装过,都不行
所以想学一下emacs的配置

发表于 : 2008-06-15 12:41
lululau
重新装了个Emacs23,终于把字体搞定了
Java的JDE也搞定了
就是这SpeedBar的字体怎么这么小?

发表于 : 2008-06-15 17:12
jiangpeng

发表于 : 2008-06-15 17:25
oyasmi
Richard Stallman 的 GNU Emacs Manual !
http://www.gnu.org/software/emacs/manual/

发表于 : 2008-06-17 3:08
gd88121
我一穷二白,白手起家。
编程也不会。

学了点简单的光标移动方法和buffer有关的一些内容,
就开始看别人的配置,
多看看也了解一些了。

中间碰到问题就Google, baidu在这种方面基本没什么用

Elisp暂时没时间学,
不过有时候会搜到Elisp的有关内容,看看再试试就好了。

Emacs的扩展是非常强大非常多,
不过真的要搭建一个工作的环境,需要的内容并不是很多,
整整1个星期足够把平台搭起来了。
其他的更细的内容,在用的时候再慢慢学,慢慢消化。
有时阅读说明文档是非常必要的。 RTFM :)

在Learning GNU Emacs, 3rd Edition前言就说了:

The best way to learn Emacs is incrementally; learn a little now, then learn more features as you get curious about them. If you need to do something and don't know how to do it in Emacs, Emacs probably already does it; if it doesn't, you can learn how to write a Lisp function to add it to Emacs . The online help system is an excellent place to learn about new features on the fly.