Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
a389529c
Commit
a389529c
authored
May 21, 2013
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated for modern-mode
parent
88a9d09d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gendl.asd
gendl.asd
+4
-4
No files found.
gendl.asd
View file @
a389529c
...
...
@@ -3,7 +3,7 @@
(
defsystem
#:gendl
:description
"The Gendl Project"
:author
"Dave Cooper <david.cooper@genworks.com>"
:license
"Affero Gnu General Public License (please see http://www.gnu.org/licenses/"
:license
"Affero Gnu General Public License (please see http://www.gnu.org/licenses/
)
"
:serial
t
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:version
"2013031600"
...
...
@@ -22,7 +22,7 @@
(
configure-gendl
config-file
)))
(
warn
"ASDF cannot locate the GENDL which it just loaded. Further configuration not possible."
))))
(
defparameter
*setup-gendl-template*
"
~
(
defparameter
*setup-gendl-template*
"
;; CONFIGURE.EL
;;
;; The purpose of this document is to configure (a) the lisp
...
...
@@ -34,7 +34,7 @@
;; care: the file is loaded by both EMACS and Common Lisp. We suggest
;; you don't add any other forms to the file.~@{~2%~s~}"
)
(
defparameter
*setup-emacs-template*
"
~
(
defparameter
*setup-emacs-template*
"
*********************************************************************
...
...
@@ -49,7 +49,7 @@ To configure your EMACS to work with GENDL, add the following to your
(
defun
configure-gendl
(
config-file
)
(
unless
(
probe-file
config-file
)
(
let
((
lisp-invocation
(
funcall
(
find-symbol
"BASIC-COMMAND-LINE-ARGUMENTS"
"GLISP"
)))
(
let
((
lisp-invocation
(
funcall
(
find-symbol
(
string
'basic-command-line-arguments
)
:glisp
)))
(
path-to-quicklisp-helper
(
ql-setup:qmerge
"slime-helper.el"
)))
;; This is unfortunate. Clozure won't give you the heap name
;; unless you chase after it specifically.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment