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
50eded90
Commit
50eded90
authored
30 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Update bugs, platforms, spelling of XKeysymDB.
parent
b8c47fb1
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
general-info/lisp.1
+11
-17
11 additions, 17 deletions
general-info/lisp.1
with
11 additions
and
17 deletions
general-info/lisp.1
+
11
−
17
View file @
50eded90
...
...
@@ -6,7 +6,7 @@
.\" If you want to use this code or any part of CMU Common Lisp, please contact
.\" Scott Fahlman or slisp-group@cs.cmu.edu.
.\"
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.
4
199
3
/11/
17 17:01:11
ram Exp $
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.
5
199
4
/11/
04 07:07:06
ram Exp $
.\"
.\" **********************************************************************
.\"
...
...
@@ -90,18 +90,18 @@ is the decimal number of the socket to connect to.
.TP 10n
.BR CMUCLLIB
This variable points to the `lib/' directory holding `lisp.core' and other
files used by Lisp at run-time. The default is `/usr/
misc/.
cmucl/lib'.
files used by Lisp at run-time. The default is `/usr/
local/lib/
cmucl/lib'.
.TP
.BR CMUCL_EMPTYFILE
If `df /tmp' shows `swap' as the filesystem for the `/tmp'
directory, then you
have a "tmpfs" filesystem. In this case, you must setenv
CMUCL_EMPTYFILE to
point into a pathname on a non-TMPFS filesystem that can be
used instead of
`/tmp/empty'.
[SunOS only]
If `df /tmp' shows `swap' as the filesystem for the `/tmp'
directory, then you
have a "tmpfs" filesystem. In this case, you must setenv
CMUCL_EMPTYFILE to
point into a pathname on a non-TMPFS filesystem that can be
used instead of
`/tmp/empty'.
.TP
.BR XKEYSYMDB
In order to use Motif (and the graphical debugger) with X servers from
non-OSF vendors (like Sun) you may need to set the environment variable
XKEYSYMDB to point to the file `lib/XKey
S
ymDB'. Otherwise, you will get many
XKEYSYMDB to point to the file `lib/XKey
s
ymDB'. Otherwise, you will get many
error messages every time a new connection is opened to the CMU CL motifd.
This file is read by the X11R5 Xt in order to augment the keysym database with
certain OSF vendor keysyms that Motif wants to use.
...
...
@@ -129,11 +129,8 @@ Site specific initialization (see README file.)
.BR lib/hemlock11.*, lib/mh-scan, lib/spell-dictionary.bin
Hemlock files.
.TP
.BR lib/inspect*
Inspector files.
.TP
.BR lib/fonts/
X11 fonts for Hemlock
and the inspector
.
X11 fonts for Hemlock.
.TP
.BR lib/XKeysymDB
Database of X Keysym names for Motif.
...
...
@@ -171,15 +168,12 @@ Detection of stack overflow is not very graceful. You get many "map
failure" errors on stderr.
.TP 3
--
If file descriptors are used up, then Lisp will die. The garbage collector
does
.I not
close garbage streams.
If file descriptors are used up, then Lisp will die.
.TP 3
\--
Several proposed ANSI Common Lisp (CLtL II) features are not implemented:
MAKE-LOAD-FORM and LOAD-TIME-EVAL, a
ny CLOS features not implemented by PCL,
Pathname enhancements (wildcards and logical pathnames.)
A
ny CLOS features not implemented by PCL,
and features added since the first
ANSI draft.
.TP 3
\--
The interpreter's pre-processing freezes in the macro definitions in effect at
...
...
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