siag

Langue: en

Version: 113514 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

siag - Scheme In A Grid

SYNOPSIS

siag [X-options] [siod-options] [filename...]

DESCRIPTION

Siag is an X-based spreadsheet for Unix. It uses Scheme both for expressions and as a macro language, which makes it easy to create new functions. The Scheme interpreter is SIOD written by George Carrette.

Siag stands for Scheme In A Grid.

COMMAND LINE OPTIONS

X-options
See on-line documentation.
SIOD-options
See on-line documentation.

ENVIRONMENT

HOME
is the name of the user's home directory.
PRINTER
is the name of the default printer destination.
SIAGHELP
is the name of Siag's online help browser, normally Netscape although any HTML browser can be used.
SIAGHOME
is the name of Siag's "home" directory, normally /usr/local/lib/siag.
SIAGDOCS
is the directory where Siag's online help files are installed.

FILES

$SIAGHOME/siag/siag.scm
is automatically read on startup and contains a runtime library including many of the functions that are necessary for normal operation. Siag will not work properly without this file.
$SIAGHOME/siag/menu.scm
is also read on startup and contains the code to set up menus. Failure to load this file will result in all the menus being empty.
$HOME/.siag/siag.scm
contains optional Scheme code which should be loaded after siag.scm but before any documents.

SEE ALSO

On-line documentation, which contains more complete information about the invocation and usage of Siag.

DIAGNOSTICS

Most error messages come from SIOD and are printed on the bottom line. See SIOD source and documentation for interpretation.

LIMITATIONS

Siag can read and write several file formats (see on-line documentation for details), but the proprietary Microsoft Excel format is not supported. This can be seen as a strength or a shortcoming, depending on one's preferences.

The sheet can in theory contain up to 100000 lines with 100000 columns. All the data is kept in memory, so the amount of virtual memory limits the real maximum size.

Strings are stored in a dynamically expanding space, which is limited by the amount of virtual memory.

BUGS

Handles out of memory conditions ungracefully.

And more.

VERSION

Current version (21 March 2000) is Siag 3.3.0 by Ulric Eriksson, ulric@siag.nu.

The online documentation is probably more recent than this manpage and is likely to contain more accurate information.

AUTHOR

Copyright (C) 1996-2000 Ulric Eriksson

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

ACKNOWLEDGEMENTS

Major parts of this program are written by people other than myself. There is no reason to re-implement stuff that is already freely available.

For copyright information and installation instructions, see the various packages. The sources are hacked by Yours Truly to give the programs a uniform look. If you don't approve of that and/or already have the programs installed, there is no need to install my versions.

These are not the original versions. If my modifications break anything, complain to me about it, not the original authors. If the original versions work and mine don't, then don't use mine.

SIOD
The embedded Scheme interpreter is an extremely small interpreter called SIOD, which can be used stand-alone or easily integrated into a program as an extension language.

Author: George J. Carrette, gjc@delphi.com

Gnuplot
The plotting utility Gnuplot is used by Siag for plotting graphs from information in spreadsheets.

Authors: Thomas Williams, Colin Kelley and others.