Go to file
frese 4009990b40 removed scheme from SUBDIRS 2003-12-16 16:27:29 +00:00
c not needed anymore, since we're now using shared objects instead of an 2003-12-16 14:07:33 +00:00
scheme moved /scheme/load-scx.scm.in to /load.scm.in 2003-12-16 14:05:38 +00:00
.gitignore Unmodified C files from elk. 2001-05-08 14:21:00 +00:00
AUTHORS Some files to please automake 2003-11-17 08:50:31 +00:00
COPYING Copy copyright notice from COPYRIGHT to COPYING 2003-11-17 08:53:41 +00:00
ChangeLog Add file to please automake 2003-11-17 08:54:24 +00:00
INSTALL Small changes for the release. 2003-10-28 09:56:21 +00:00
Makefile.am removed scheme from SUBDIRS 2003-12-16 16:27:29 +00:00
Makefile.in added/changed functions for regions. 2003-10-19 16:50:33 +00:00
NEWS Some files to please automake 2003-11-17 08:50:31 +00:00
README Small changes for the release. 2003-10-28 09:56:21 +00:00
configure.in Build with xft support. 2003-12-02 12:10:28 +00:00
install-lib-module.scm first commit 2003-12-11 14:54:55 +00:00
install-lib.scm first commit 2003-12-11 14:54:55 +00:00
install-pkg first commit 2003-12-11 14:54:55 +00:00
load.scm.in moved /scheme/load-scx.scm.in to /load.scm.in 2003-12-16 14:05:38 +00:00
pkg-def.scm first commit 2003-12-11 14:54:55 +00:00

README

Scx is an interface to Xlib for the Scheme implementation scsh. Scx is
based on the Xlib interface of Elk 3.0 and shares most of the original
API. In addition, scx provides bindings to the xft library for font
rendering.

Please report bugs to scsh-bugs@zurich.ai.mit.edu.

See the file INSTALL for installation instructions. The installation
procedure will produce a new executable "scx" that replaces the "scsh"
executable and an image "scx.image" that the scx executable will
load. Later versions of scx will provide a more convenient way of
building the system.

There is currently no documentation specific to scx but the
description of the original Elk API at
http://www-rn.informatik.uni-bremen.de/software/elk/doc.html might be
helpful.