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
2cc2b4d5
Commit
2cc2b4d5
authored
32 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Changed some messages to be less confusing.
parent
1e302728
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
tools/config.lisp
+7
-5
7 additions, 5 deletions
tools/config.lisp
with
7 additions
and
5 deletions
tools/config.lisp
+
7
−
5
View file @
2cc2b4d5
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
;;;
(
ext:file-comment
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/config.lisp,v 1.
1
199
2
/0
5/29 14:08:34 ram
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/config.lisp,v 1.
2
199
3
/0
1/14 02:23:50 wlott
Exp $"
)
;;;
;;;
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
...
@@ -25,11 +25,13 @@
...
@@ -25,11 +25,13 @@
(
fresh-line
)
(
fresh-line
)
(
format
t
" 1: specify result file (currently ~S)~%"
(
format
t
" 1: specify result file (currently ~S)~%"
(
namestring
output-file
))
(
namestring
output-file
))
(
format
t
" 2: ~:[enable~;disable~] loading of the CLX X library.~%"
(
format
t
" 2: toggle loading of the CLX X library, currently ~
~:[dis~;en~]abled.~%"
load-clx
)
load-clx
)
(
format
t
" 3: ~:[enable~;disable~] loading the Hemlock editor~
(
format
t
" 3: toggle loading the Hemlock editor, currently ~
~:[ (forces loading of CLX.)~;.~]~%"
~:[dis~;en~]abled.~
load-hemlock
load-hemlock
)
~:[~% (would force loading of CLX.)~;~]~%"
load-hemlock
load-clx
)
(
format
t
" 4: specify some site-specific file to load.~@
(
format
t
" 4: specify some site-specific file to load.~@
~@[ Current files:~%~{ ~S~%~}~]"
~@[ Current files:~%~{ ~S~%~}~]"
(
mapcar
#'
namestring
other
))
(
mapcar
#'
namestring
other
))
...
...
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