Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
0fdc09e1
Commit
0fdc09e1
authored
23 years ago
by
pmai
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation of the batch-mode keyword argument to save-lisp,
which was added by me some time ago.
parent
0ac7339b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/cmu-user/extensions.tex
+6
-1
6 additions, 1 deletion
docs/cmu-user/extensions.tex
with
6 additions
and
1 deletion
docs/cmu-user/extensions.tex
+
6
−
1
View file @
0fdc09e1
...
@@ -1130,7 +1130,7 @@ size of each saved Lisp image, typically at least 20 megabytes.
...
@@ -1130,7 +1130,7 @@ size of each saved Lisp image, typically at least 20 megabytes.
\args
{
\var
{
file
}
\args
{
\var
{
file
}
\keys
{
\kwd
{
purify
}
\kwd
{
root-structures
}
\kwd
{
init-function
}}
\keys
{
\kwd
{
purify
}
\kwd
{
root-structures
}
\kwd
{
init-function
}}
\morekeys
{
\kwd
{
load-init-file
}
\kwd
{
print-herald
}
\kwd
{
site-init
}}
\morekeys
{
\kwd
{
load-init-file
}
\kwd
{
print-herald
}
\kwd
{
site-init
}}
\yetmorekeys
{
\kwd
{
process-command-line
}}}}
\yetmorekeys
{
\kwd
{
process-command-line
}
\kwd
{
batch-mode
}
}}}
The
\code
{
save-lisp
}
function saves the state of the currently
The
\code
{
save-lisp
}
function saves the state of the currently
running Lisp core image in
\var
{
file
}
. The keyword arguments have
running Lisp core image in
\var
{
file
}
. The keyword arguments have
...
@@ -1173,6 +1173,11 @@ size of each saved Lisp image, typically at least 20 megabytes.
...
@@ -1173,6 +1173,11 @@ size of each saved Lisp image, typically at least 20 megabytes.
\item
[\kwd{process-command-line}]
If non-NIL (the default),
\item
[\kwd{process-command-line}]
If non-NIL (the default),
processes the command line switches and performs the appropriate
processes the command line switches and performs the appropriate
actions.
actions.
\item
[\kwd{batch-mode}]
If NIL (the default), then the presence of
the -batch command-line switch will invoke batch-mode processing
upon resuming the saved core. If non-NIL, the produced core will
always be in batch-mode, regardless of any command-line switches.
\end{Lentry}
\end{Lentry}
\end{defun}
\end{defun}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment