Changes between Version 4 and Version 5 of HemlockProgrammer/Introduction
- Timestamp:
- 01/13/08 12:53:27 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HemlockProgrammer/Introduction
v4 v5 1 [HemlockProgrammer Back to Table of Contents] 1 2 [[PageOutline]] 2 3 … … 9 10 Hemlock follows in the tradition of Emacs-compatible editors, with a rich set of extensible commands. This document describes the API for implementing new commands. The basic editor consists of a set of Lisp utility functions for manipulating buffers and the other data structures of the editor. All user level commands are written in terms of these 10 11 functions. To find out how to define commands see [HemlockProgrammer/Commands Commands]. 12 13 [HemlockProgrammer Back to Table of Contents]
