Files
mu4e/man/mu-scm.1.org
Dirk-Jan C. Binnema 812d78be49 mu-scm: add options, some tweaks
Add the (options) procedure + docs.

Some internal tweaks / clean-ups.
2025-06-30 21:57:29 +03:00

49 lines
1.2 KiB
Org Mode
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#+TITLE: MU SCM
#+MAN_CLASS_OPTIONS: :section-id "@SECTION_ID@" :date "@MAN_DATE@"
#+include: macros.inc
* NAME
*mu scm* - bindings and shell for the GNU Guile programming language.
* SYNOPSIS
*mu scm* [_COMMON-OPTIONS_]
starts the GNU Guile shell.
*mu scm* [_COMMON-OPTIONS_] [[_COMMAND_] -- [_COMMAND-OPTIONS_]]
runs a GNU Guile script.
* DESCRIPTION
*mu scm* is the command to use the bindings to the GNU Guile programming language.
It can either open a shell ("REPL") or run scripts.
Using *mu scm*, you can script *mu*.
* SCM OPTIONS
#+include: "muhome.inc" :minlevel 2
#+include: "common-options.inc" :minlevel 1
#+include: "exit-code.inc" :minlevel 1
* ENVIRONMENT
By default, *mu scm* expects its internal files to be found in
~<prefix>/hare/mu/scm~. However, for development/testing you can set the
environment variable *MU_SCM_DIR* to some alternative directory.
* SEE ALSO
The full documentation for *mu scm* is maintained as a Texinfo manual. If the *info*
and *mu* programs are properly installed at your site, the command *info mu-scm*
should give you access to the complete manual.
http://www.schemers.org provides a general introduction to the Scheme language.
#+include: "prefooter.inc" :minlevel 1