欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
GNU Emacs
来自开放百科 - 灰狐
(版本间的差异)
第4行: | 第4行: | ||
对Debian用户 | 对Debian用户 | ||
#apt-get install emacs21 | #apt-get install emacs21 | ||
− | #apt-get install debian-el | + | #apt-get install debian-el // Emacs helpers specific to Debian users. |
+ | #apt-get isntall emacs-goodies-el // Miscellaneous add-ons for Emacs | ||
EmacsForDebian - http://www.emacswiki.org/cgi-bin/wiki/EmacsForDebian | EmacsForDebian - http://www.emacswiki.org/cgi-bin/wiki/EmacsForDebian | ||
2007年2月28日 (三) 14:00的版本
目录 |
安装指南
对Debian用户
#apt-get install emacs21 #apt-get install debian-el // Emacs helpers specific to Debian users. #apt-get isntall emacs-goodies-el // Miscellaneous add-ons for Emacs
EmacsForDebian - http://www.emacswiki.org/cgi-bin/wiki/EmacsForDebian
Emacs中文环境设置(Debian Linux)
1. 安装mule-ucs
apt-get install mule-ucs
2. 安装字体
apt-get install emacs-intl-fonts apt-get install xfonts-intl-chinese*
这时emacs已经支持UTF8
3. 取消自动创建备份文件功能
Windows 用户: http://www.emacswiki.org/cgi-bin/emacs-en?CategoryPorts
.emacs
(setq line-number-mode t) // To enable line-number-mode by default in Emacs
Debian
http://www.debian.org/doc/packaging-manuals/debian-emacs-policy
编程语言
Programming Modes - http://www.emacswiki.org/cgi-bin/emacs-en/ProgrammingModes
Lisp
C/C++
- CC Mode - C, C++ (CPP), Objective C, Java, etc.
C-h P
Perl
CPerlMode - http://www.emacswiki.org/cgi-bin/wiki/CPerlMode
Python
- Python Mode
- Python - http://www.python.org/emacs/
Java
PHP
- PHP mode for Emacs - http://sourceforge.net/projects/php-mode/
Ruby
- How To Use Emacs With Rails - http://wiki.rubyonrails.org/rails/pages/HowToUseEmacsWithRails
- Emacs support for Ruby and Rails
相关工具
作为编辑器
- 支持宏
- 编辑文本、各种程序
- 语法高亮,自动补全,代码折叠,在线帮助,自动语法检查...
- 写 TeX/LaTeX 文档,AUCTeX,BibTeX,Preview LaTeX
- 文件比较,图形化界面,文件合并
- 支持 HTML/XML/SGML/PHP/PERL/Python/C/C++/JAVA ... 的编辑
- Vi 模拟器
- 中文处理
其他工具的界面
- 调试程序,集成多种调试器(gdb等)的控制功能
- 版本管理,作为 CVS, Subversion 的前端 VC mode,PCL-CVS
- 文件浏览 Dired
- 查字典
- 拼写检查
- 调用 shell
- 调用 Scilab 进行专业科学计算
- 代码浏览 (cscope)
很强的可定制性
- Emacs 使用的 Emacs Lisp
- .emacs.el,.gnus.el ...
- 各种环境下的设置
网上浏览
- 收/发/管理电子邮件 Mew , 让.mew.el能保存POP密码
- 阅读新闻组 Gnus
- 登陆 IRC,在线聊天 Erc Rcirc
- 登陆 FTP,编辑远程文件
- 管理/发布 Wiki emacs-wiki, pmwiki-mode
- 管理/发布 Blog emacs-wiki-blog, emacs-wiki-journal
- 读取 RSS nnrss
- 浏览网页 W3m // apt-get install w3m
- 看 info/man
个人信息管理
- 有地址簿/电话簿
- 有万年历,各种不同历法
- 记日记
- 日程管理Calendar and Diary
- 编写大纲
各种扩展
- 科学计算器
- 浏览源码
- 同时支持多种语言的字符编码
休闲娱乐
- 多媒体 Mpg123 EMMS
- 心理医生
- 游戏
- Life 游戏
- hanoi
相关链接
- http://www.gnu.org/software/emacs/
- emacs开发主页 - http://savannah.gnu.org/projects/emacs
- Emacs 中文化指南 - http://zhdotemacs.sourceforge.net/emacs/
- Emacs Wiki - http://www.emacswiki.org/
- Emacs 中文站 - http://www.emacs.cn/
- XEmacs: The next generation of Emacs - http://www.xemacs.org/
- Emacs User's Guide - http://www.huihoo.com/gnu/emacs/emacs_user_guide/index.htm
分享您的观点