Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clfswm(1) [debian man page]

CLFSWM(1)																 CLFSWM(1)

NAME
clfswm - A(nother) Common Lisp Full Screen Window Manager SYNOPSIS
clfswm [implementation] DESCRIPTION
CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm. Many thanks to them). It can be driven only with the keyboard or with the mouse. CLFSWM uses the following rules to determine which implementation should be used: 1. the first command line argument. 2. environment variable $LISP 3. the first line like "debian=<impl>" in its configuration file. 4. clisp CLFSWM handles clisp, sbcl and cmucl internally. If you specify a different implementation, CLFSWM will try to execute the command clfswm-<implementation>. See /usr/share/doc/clfswm/README.Debian for details. OPTIONS
implementation Indicates which implementation should be used. ENVIRONMENT
LISP Indicates which implementation should be used. FILES
$XDG_CONFIG_HOME/clfswm/clfswmrc User configuration file. If XDG_CONFIG_HOME is undefined, $HOME/.config/clfswm/clfswmrc will be used. $HOME/.clfswmrc Deprecated. This file will be used only if the previous file does not exist. /etc/clfswmrc System-wide configuration file. SEE ALSO
clisp(1), sbcl(1), cmucl(1). AUTHOR
CLFSWM was written by Philippe Brochard <pbrochard@common-lisp.net>. This manual page was written by Desmond O. Chang <dochang@gmail.com>, for the Debian project (and may be used by others). 12/04/2011 CLFSWM(1)

Check Out this Related Man Page

STUMPWM(1)						      General Commands Manual							STUMPWM(1)

NAME
stumpwm - a Common Lisp window manager SYNOPSIS
stumpwm DESCRIPTION
Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp. StumpWM attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. FILES
~/.stumpwmrc ENVIRONMENT
LISP Specify which Common Lisp implementation should be used. Default to CLISP, other values are SBCL and CMUCL (all lowercase). This can also be configured in ~/.stumpwmrc as ";debian=lisp". SEE ALSO
clisp(1), sbcl(1), cmucl(1) The complete StumpWM documentation is available under the info subsystem, as well as the SLIME documentation. AUTHORS
StumpWM was principally written by Shawn Betts <sabetts@vcn.bc.ca> and is licensed under the terms of the GNU General Public License (GPL), version 2 or later. This manual page was written by Luca Capello <luca@pca.it> for the Debian StumpWM package and is licensed under the terms of the GNU Gen- eral Public License (GPL), version 2 or later. Check /usr/share/doc/stumpwm/copyright for more information. Jul 23, 2008 STUMPWM(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

LISP newbie's questions

Hello, I want to learn LISP, and I have a GNU/Linux OS. I first sought a LISP compiler/interpreter and was told that GNU Emacs has a LISP mode. But I couldn't get into LISP mode, nor I don't know how to use it when I get into LISP mode. How can I run LISP code under GNU Emacs? And if... (1 Reply)
Discussion started by: rayne
1 Replies