以下是小白的Emacs使用过程中的截图,以记录小白学习使用Emacs的过程(还在学习中,并未停止...)。希望以此博文结交更多爱好Emacs的网友。

就先来这么几张图吧,后续有新的研究会继续来晒图,Emacs远不止能做这些,欢迎拍砖。

图1:可以玩2048游戏

图2:与LaTeX结合,可以写TeX文档

图3:大片中的Emacs,使用的是eshell模式

图4:我的Emacs可以连接远程主机

图5:使用putty工具进行远程主机的连接

图6:可以作图,ditaa、PlantUML等等

图7:检验Windows下的Emacs支持的图片类型(使用Gnu/Linux比较省事,不需要额外配置)

图8:LaTeX模式的Ref及Preview模式(与Word比比较简单吧,就是文本格式)

图9:还可以做计算器(计算1024*1024)

图10:可以做日常工作计划安排

图11:org-mode还有类似Excel的功能

  | airmass | zenith_seeing | delivered_seeing |  |---------+---------------+------------------|  |     1.3 |          0.95 |        1.1119612 |  |     1.3 |           1.0 |        1.1704854 |  |     1.3 |           1.1 |        1.2875340 |  |     1.3 |           1.2 |        1.4045825 |  |     1.3 |          1.25 |        1.4631068 |  |     1.3 |           1.3 |        1.5216311 |  |     1.3 |           1.5 |        1.7557281 |  |     1.3 |           1.8 |        2.1068738 |  |     1.2 |           1.8 |        2.0080811 |  |     1.3 |           2.0 |        2.3409709 |  #+TBLFM: $3=$2*($1**0.6)

图12:支持多种语言编程,如Python

#+BEGIN_SRC python :results output :sessionimport osimport sysprint "Hello Python!"print "This is Emacs Babel Env"print os.nameprint sys.platform#+END_SRC#+RESULTS:: : >>> Hello Python!: This is Emacs Babel Env: nt: win32

图13:执行SQL语句并显示结果

图14:解方程