码迷,mamicode.com
首页 >  
搜索关键字:emacs lisp    ( 1359个结果
Emacs添加主题插件(Win系统)
Emacs添加主题插件(Win系统)Emacs添加主题插件(Win系统)Table of Contents1 下载主题插件2 配置1 下载主题插件下载地址:http://download.gna.org/color-theme/2 配置在.emacs文件中添加如下:; ===============...
分类:Windows程序   时间:2014-10-10 16:16:00    阅读次数:283
Emacs Commands List
C = ControlM = Meta = Alt|EscBasicsC-x C-f"find" file i.e. open/create a file in bufferC-x C-ssave the fileC-x C-wwrite the text to an alternate nameC...
分类:其他好文   时间:2014-10-09 15:58:54    阅读次数:176
三 SpEL简单使用
SpEl就是Spring Expression Language的简称,功能堪称强大,能够进行表达式求值,具备一些lisp语言的特性。现在简单的列举一些例子。 ????首先,把需要用到的示例类给大家看下 public?class?Perso...
分类:其他好文   时间:2014-10-08 13:14:25    阅读次数:150
我的一些阅读清单
Reading快读完深入理解计算机系统线性代数离散数学久/难度大/刚入门Ansi Common Lisp算法竞赛入门经典形式语言与自动机原理数电, 模电单片机计算机组成: 结构化方法初等数论To Read算法算法导论数学集合论组合数学具体数学语义学可计算性理论Programming Language...
分类:其他好文   时间:2014-10-07 23:02:14    阅读次数:270
Control rhythmbox inside Emacs
Control rhythmbox inside EmacsControl rhythmbox inside EmacsIt is until recently that I came across a configuration option that emacs cansend shell co...
分类:其他好文   时间:2014-10-07 22:33:54    阅读次数:177
windows8.1下常用编辑器安装配置(emacs/vim)
一、下载:在emacs:http://mirrors.ustc.edu.cn/gnu/emacs/windows/里下载emacs-24.3-bin-i386.zip。解压到自定目录,双击bin文件夹里的addpm.exe进行安装。 1、配置HOME: 方法1:添加HOME系统环境变量,这个有个.....
分类:Windows程序   时间:2014-10-07 16:06:03    阅读次数:280
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 4
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/core.clj E2E Process Now it's time to put the stuff altogether. The body of the core c...
分类:Web程序   时间:2014-10-05 18:36:28    阅读次数:191
A Room-Escape game made by Clojure, playing with telnet and pure-text commands - Part 1
Code path: https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:Web程序   时间:2014-10-05 17:44:38    阅读次数:269
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 3
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/script.clj Extract Story to TXT In order to move the story from .clj into .txt, I lever...
分类:Web程序   时间:2014-10-05 17:36:38    阅读次数:214
emacs install solarized theme
Using Marmalade: ```lisp (require ‘package) (add-to-list ‘package-archives ‘("marmalade" . "http://marmalade-repo.org/packages/")) (package-initialize) ``` Using MELPA: ```lisp (require ‘package) (...
分类:其他好文   时间:2014-10-04 07:21:46    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!