随笔分类 -  技术-Emacs

摘要:1)#+OPTIONS: creator:nil author:nil timestamp:nil2)(setq org-html-validation-link nil) 阅读全文
posted @ 2015-12-07 22:45 阿青1987 阅读(322) 评论(0) 推荐(0)
摘要:Fix header line conflict between tabbar and cedetTable of Contents1. Problem Description2. fix process3. tabbar install1 Problem DescriptionWhen I ope... 阅读全文
posted @ 2015-09-10 21:34 阿青1987 阅读(213) 评论(0) 推荐(0)
摘要:在终端下执行以下命令进入,shell模式的 emacs,出现如下错误$ emacs -nwerror: Fontset `tty' does not exist解决办法:修改.emacs 中关于字体的设置。(defun s-font() (interactive) ;; font config ... 阅读全文
posted @ 2015-04-28 21:36 阿青1987 阅读(1888) 评论(0) 推荐(0)
摘要:参考:http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs/ 阅读全文
posted @ 2015-04-08 13:43 阿青1987 阅读(200) 评论(0) 推荐(0)
摘要:在实际的软件开发过程中,可能需要参考一下大神是怎么写的。因为常用Emacs 说下Emacs下查看linux内核源码的配置步骤。1、 生成TAGS文件目前最新的Kernel代码目录的Makefile里自带已经有生成TAGS的target了,进入源源代码根目录下,运行:$ make TAGS然后在当前目... 阅读全文
posted @ 2015-01-12 12:33 阿青1987 阅读(971) 评论(0) 推荐(0)
摘要:Reference:http://zeekat.nl/articles/making-emacs-work-for-me.html#sec-1第一步:Install GNU Emacs 24 or higher第二步:Install Cask from https://github.com/cask... 阅读全文
posted @ 2015-01-12 12:29 阿青1987 阅读(190) 评论(0) 推荐(0)
摘要:1、从官网下载源码 emacs-24.4.tar.gzhttp://ftp.gnu.org/pub/gnu/emacs/2、解压后,依照INSTALL进行安装3-1、生成配置文件emacs-24.4$ ./configure遇到的问题1:configure: error: The following... 阅读全文
posted @ 2015-01-08 11:57 阿青1987 阅读(2199) 评论(2) 推荐(1)
摘要:1、下载auto-completehttp://cx4a.org/software/auto-complete/index.html当前最新的为 auto-complete-1.3.1.tar.bz22、解压$ tar -jxvf auto-complete-1.3.1.tar.bz2 3、安装打开... 阅读全文
posted @ 2015-01-08 09:23 阿青1987 阅读(183) 评论(0) 推荐(0)
摘要:{相关}本文来源于http://lars.ingebrigtsen.no/2014/11/13/welcome-new-emacs-developers/{具体内容}Emacs switched the version control system from Bazaar to git yester... 阅读全文
posted @ 2014-12-31 09:30 阿青1987 阅读(326) 评论(0) 推荐(0)
摘要:Emacs版本: 24.4.1系统: linux将以下配置添加到 .emacs,重启emacs即可。;; font config for org table showing.(set-default-font "monospace-11")(dolist (charset '(kana han sy... 阅读全文
posted @ 2014-12-26 16:36 阿青1987 阅读(1508) 评论(0) 推荐(0)
摘要:在使用Emacs两年之后,突然很想深入的看看这个日常生活中离不开的神器。要做到这一点,必然绕不开emacs lisp这一关。官方推荐的教程:http://gnu.april.org/software/emacs/manual/eintr.html或从百度盘中下载链接: http://pan.baid... 阅读全文
posted @ 2014-12-25 18:24 阿青1987 阅读(240) 评论(0) 推荐(0)
摘要:一、启动学习手册1)进入Emacs,Help -> Emacs Tutorial2)进入Emacs,C-h t二、学习备忘1)页面浏览快捷键C-v 向前移动一屏M-v 向后移动一屏C-l 重绘屏幕,并将光标所在行置于屏幕的中央(是 CONTROL-L,不是 CONTROL-1)2)光标移动快捷键F ... 阅读全文
posted @ 2014-12-25 13:24 阿青1987 阅读(262) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-12-25 12:29 阿青1987 阅读(116) 评论(0) 推荐(0)