搜索资源列表
Emacs--order
- Emacs命令集,详细介绍Emacs各类命令,使用方法,还有功能,它们之间的区别-Emacs command set, detailing Emacs various orders, the use of methods, there are functions, The distinction between them, etc.
LinuxDoc+Emacs+Ispell-HOWTO-html.tar
- EMACS的使用手册-EMACS the use of manual
emacs-21.3-bin-i386.tar
- windows版本的emacs,可以在windows环境下享受emacs的魅力.
Emacs的简单使用说明
- Emacs的简单使用说明
emacs-21.3.tar
- 一个很好功能很完善的文本编辑器- A very good function very perfect text editor
LinuxDoc+Emacs+Ispell-HOWTO-html.tar
- EMACS的使用手册-EMACS the use of manual
C-compiler-design
- C-编译器的设计,有详细的文档 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-C-compiler design, is a detailed document. compared
Emacs--order
- Emacs命令集,详细介绍Emacs各类命令,使用方法,还有功能,它们之间的区别-Emacs command set, detailing Emacs various orders, the use of methods, there are functions, The distinction between them, etc.
Emacs_v23.0.0.1
- Emacs是世界上最强大的编辑器。 这是Emacs还在开发中的版本,网友从CVS仓库中check out出来自己编译的一个Win32版本。 新版本对中文支持很好,不需要安装mule就可以直接使用中文了,对utf也支持很好。 -Emacs is the world
Emacs_zongjie
- emacs 入门的极好的文档,适合初学人员。 emacs是一个强大的code IDE 工具。-emacs excellent entry documents, suitable for novice staff. emacs is a powerful tool for code IDE.
emacs-21.3-bin-i386.tar
- windows版本的emacs,可以在windows环境下享受emacs的魅力.-windows version of emacs, can be in the windows environment to enjoy the charm of emacs.
GNU_Emacs_Manual_14th_Ed
- Unix/Linux下最著名的编辑器Emacs的手册第14版-err
Emacs_guideline
- emacs的详细使用方法,相信对初学linux的朋友有一定帮助。-detailed use emacs, I believe linux beginner will certainly be helpful to have friends.
double-direct-linklist
- 1 在windows下用emacs+MinGw做的一个简单例子; 2 功能:实现了一个简单的双向链表的创建、删除和打印功能。-1 under the windows with emacs+ MinGw do a simple example two functions: a simple way to achieve the creation of the list, delete, and print functions.
emacs-22.3
- Emacs 是可扩展的、可定制的、自我编制文档实时显示的编辑器。它提供真正的 LISP — 平滑地集成进编辑器 — 用于编写扩展并提供一个基于 X Window 系统的界面-Emacs is the extensible, customizable, self-prepared documents in real-time display editor. It provides a real LISP- smoothly integra
516203-.emacs
- 很好的一本Emacs的说明书,讲解非常详细-Emacs a very good descr iption, explain in great detail
GNU.Emacs.Manual
- emacs是linux和UNIX操作系统中最著名的一款软件,其功能多种多样,十分丰富,本手册是最全的使用说明,几乎涵盖了emacs中所有的功能。-linux and emacs is the best-known UNIX operating system a software, a variety of its functions, very rich, the manual is the most use of the whole
Emacs
- Emacs编辑器使用教程。 本文的主旨以讨论 EMACS 的入门为主,其内容包括 EMACS 发展的概述, EMACS 整合环境的简介以及 EMACS 的基石 - editor 的详谈。本文在结构上分成八章,第一章讨论有关 EMACS 的源起、发展历史以及 EMACS 的特性简介。 第二章讨论 EMACS 的 on-line help。第三章则简单介绍 EMACS 的整合环境。接下来就是本文的重点,探讨 EMACS 的本质。 所以,
.emacs.d
- Emacs 配置文件,包括自动提示,yasnippet和PHP-mod和cscope等,UNIX系统解压放到HOME目录下就可以,WINDows放到C:\Users\×××\AppData\Roaming下或者你设置的EMACS目录。windows下cscope和cedet可能没法用。-Emacs configuration file, including automatic prompts, yasnippet and other P
Programming-in-Emacs-LISP.pdf
- GNU emacs Lisp manual This is a very interesting text, useful to write and program in several languages. Emacs is a editor made in Lisp, a artificial intelligence language.