/usr/share/doc/clfswm/README.Debian is in clfswm 20111015.git51b0a02-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | clfswm for Debian
-----------------
* HowTo start CLFSWM
CLFSWM can be started using /usr/bin/clfswm. By default, CLFSWM
assumes that you want to use it with CLISP. You can configure it to
use another implementation based on the following rules:
1. the first command line argument
2. environment variable $LISP
3. the first line like "debian=<impl>" in its configuration file.
4. clisp
For example, if you want to use SBCL, you can invoke clfswm like this:
$ /usr/bin/clfswm sbcl
or
$ export LISP=sbcl
$ /usr/bin/clfswm
or put a line such as '; debian=sbcl' in the configuration file of
clfswm, then
$ /usr/bin/clfswm
CLFSWM handles clisp, sbcl and cmucl internally. If you want to use
another implementation, for example 'foobar', then clfswm try to
execute the command `clfswm-foobar`. The implementation name must
match the following pattern:
[A-Za-z0-9._][A-Za-z0-9._+-]*
-- Desmond O. Chang <dochang@gmail.com>, Sun, 06 Mar 2011 23:56:54 +0800
|