https://github.com/zevlg/sxemacs
lg's SXEmacs
https://github.com/zevlg/sxemacs
Last synced: 12 months ago
JSON representation
lg's SXEmacs
- Host: GitHub
- URL: https://github.com/zevlg/sxemacs
- Owner: zevlg
- License: gpl-3.0
- Created: 2011-06-14T18:31:32.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T00:56:23.000Z (over 11 years ago)
- Last Synced: 2025-06-21T04:08:09.315Z (12 months ago)
- Language: C
- Homepage: http://sxemacs.org
- Size: 10.7 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog.XEmacs
- License: COPYING
Awesome Lists containing this project
README
This directory tree holds version 22.1 of SXEmacs, the extensible,
customizable, self-documenting real-time display editor.
See the file `etc/NEWS' for information on new features and other
user-visible changes since the last version of SXEmacs.
The file `INSTALL' in this directory says how to build SXEmacs.
The file `PROBLEMS' contains information on many common problems that
occur in building, installing and running SXEmacs.
The file 'README.packages' will guide you in the installation of
(essential) add on packages.
The file `configure' is a shell script to acclimate SXEmacs to the
oddities of your processor and operating system. It will create a
file named `Makefile' (a script for the `make' program), which helps
automate the process of building and installing SXEmacs. See INSTALL
for more detailed information.
The file `configure.ac' is the input used by the autoconf program to
construct the `configure' script.
The file `Makefile.in' is a template used by `configure' to create
`Makefile'.
There are several subdirectories:
`ChangeLog.d' -- ChangeLog files for all the SXEmacs versions.
`contrib' -- A few scripts and things to make life as a SXEmacs
developer a little easier.
`etc' -- Tutorials, readme's, icons, developer images.
`info' -- SXEmacs documentation in Texinfo format.
`lib-src' -- Holds the source code for some utility programs for
use by or with SXEmacs, like movemail and etags.
`lisp' -- Holds the Emacs Lisp code for SXEmacs.
`m4' -- The auxiliary m4 scripts used by the build chain.
`modules' -- Source code for the "emodules".
`src' -- The rest of the C sources are here.
`tests' -- The test suite.