
Emacs
文章平均质量分 84
linux_kax1_tcds-6a
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Emacs linux 平台下的神器
Emacs,请大家去网上google 一下,本人应用有近三年,略懂皮毛,但没有她的时候,我会第一个找到她,然后才开始工作---无论是在linux下,还是不得已情况下用w.Emacs 的使用步骤:1.用新立德安装emacs 23,有好多版本,选最新的,有好多插件,选了解的,逐渐追加;2.emacs 最重要的使用基础是“模块化配置”,其中有个配置的核心文件,即.emacs (前边有“点”)原创 2012-06-16 11:53:13 · 478 阅读 · 0 评论 -
Emacs 学习之二---为什么学之
http://cnlox.is-programmer.com/这里提到了工具的重要性,你是花3个月的时间,30年工作顺手,还是花3分钟时间就上手,30年都听你抱怨(常听某位大侠大骂“W*这破东西”-大侠编程已经20年以上了,最近有点烦)。Emacs ,latex 就是这些工具,如果我们要以计算机为主要劳动工具,以开发与书写内容为主,还是学习之,共勉。http://www.ibm.com原创 2012-06-17 14:44:02 · 369 阅读 · 0 评论 -
Cscope在emacs中的配置与使用
http://blog.youkuaiyun.com/intrepyd/article/details/4202312在windows下通常使用source insight阅读源代码,本人希望将这项工作转移到linux下面。在配置并试用vim一段时间后,感觉不是特别满意。幸运的是,这个挑剔的人并不懒惰,开始尝试使用强大的emacs。在这里,并不介绍emacs的基本操作以及配置,建议学习emacs自带的转载 2012-12-20 22:38:05 · 427 阅读 · 0 评论 -
linux font 安装等
fontTable of Contents1 在ubuntu10.04下安装中文字体2 Ubuntu 10.04安装完全指南 李顺亮 2010年4月30日3 Ubuntu 10.04-Gedit or Vim 中文乱码问题4 Ubuntu 10.04-Gedit or Vim 中文乱码问题 5 Ubuntu 10.04 安装配置指南6 Emacs 下处理中文取消rar 软件原创 2013-02-13 15:49:33 · 890 阅读 · 0 评论 -
update .emac 2013
(if (eq system-type 'windows-nt) (setq file-name-coding-system 'gbk))(custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so原创 2013-02-13 15:45:20 · 495 阅读 · 0 评论 -
emacs etags
http://linux.chinaunix.net/techdoc/desktop/2008/09/13/1031663.shtml在Emacs中使用etags来浏览代码来源: ChinaUnix博客 日期: 2008.09.13 01:25 (共有条评论) 我要评论 对于代码量比较大的转载 2013-05-06 09:41:04 · 1884 阅读 · 1 评论 -
.emacs-2013
(set-background-color "black") (set-face-background 'default "bisque") ; frame background;;(set-face-background 'default "cornsilk") ; frame background(set-face-background 'default "cornsilk") ;原创 2013-05-31 14:42:56 · 626 阅读 · 0 评论