Zile
GNU Zile
https://www.gnu.org/software/zile/
Text editor development kit.
GNU Zile is a text editor development kit, so that you can (relatively) quickly develop your own ideal text editor without reinventing the wheel for many of the common algorithms and data-structures needed to do so.
- It comes with an example implementation of a lightweight Emacs clone, called Zemacs. Every Emacs user should feel at home with Zemacs. Zemacs is aimed at small footprint systems and quick editing sessions (it starts up and shuts down instantly).
- More editors implemented over the Zile frameworks are forthcoming as the data-structures and interfaces improve: Zz an Emacs inspired editor using Lua as an extension language; Zee a minimalist non-modal editor; Zi a lightweight vi clone; and more...
- Zile is a collection of algorithms and data-structures that currently support all basic Emacs-like editing features: it is 8-bit clean (though Unicode support is not ready yet), and the number of editing buffers and windows is only limited by available memory and screen space respectively. Registers, minibuffer completion and auto fill are available.
- Zemacs implements a subset of Emacs with identical function and variable names, continuing the spirit of the earlier Zile editor implemented in C.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Gary V. Vaughan | Maintainer |
Reuben Thomas | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Mailing List | https://lists.gnu.org/mailman/listinfo/help-zile/ | |
Git | VCS Repository Webview | https://git.savannah.gnu.org/cgit/zile.git/ |
Download | https://alpha.gnu.org/gnu/zile/ | |
Wikidata | General | https://www.wikidata.org/wiki/Q3093309 |
Debian | Developer | https://tracker.debian.org/pkg/zile |
Bugs | Bug Tracking | https://savannah.gnu.org/bugs/?group=zile |
Savannah | Developer | https://savannah.gnu.org/projects/zile/ |
FTP | Download | https://ftpmirror.gnu.org/zile/ |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-zile/ |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | Lua |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.