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
fe7d6293
Commit
fe7d6293
authored
31 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Add mention of XKeysymDB
parent
dd0e16dc
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
+13
-1
13 additions, 1 deletion
general-info/lisp.1
with
13 additions
and
1 deletion
general-info/lisp.1
+
13
−
1
View file @
fe7d6293
...
...
@@ -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.
3
199
1
/1
2/09
17:0
2:39
ram Exp $
.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/lisp.1,v 1.
4
199
3
/1
1/17
17:0
1:11
ram Exp $
.\"
.\" **********************************************************************
.\"
...
...
@@ -97,6 +97,15 @@ 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/XKeySymDB'. 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.
.PP
.SH FILES
...
...
@@ -126,6 +135,9 @@ Inspector files.
.BR lib/fonts/
X11 fonts for Hemlock and the inspector.
.TP
.BR lib/XKeysymDB
Database of X Keysym names for Motif.
.TP
.BR lib/load-foreign.csh
Script used by LOAD-FOREIGN to run "ld".
.TP
...
...
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