Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
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
Container Registry
Model registry
Operate
Environments
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
Pascal J. Bourguignon
asdf
Commits
e3c0b6b2
Commit
e3c0b6b2
authored
14 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Miscellaneous minor texinfo typos.
parent
7cbcb8e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/asdf.texinfo
+4
-4
4 additions, 4 deletions
doc/asdf.texinfo
with
4 additions
and
4 deletions
doc/asdf.texinfo
+
4
−
4
View file @
e3c0b6b2
...
...
@@ -1769,14 +1769,14 @@ On Windows platforms, when not using Cygwin,
instead of the XDG base directory specification,
we try to use folder configuration from the registry regarding
@code
{
Common AppData
}
and similar directories.
However, support querying the Windows registry is limited as of ASDF 2,
However, support
for
querying the Windows registry is limited as of ASDF 2,
and on many implementations, we may fall back to always using the defaults
without consulting the registry.
Patches welcome.
@section Backward Compatibility
For backward compatibility as well as
for
a practical backdoor for hackers,
For backward compatibility as well as
to provide
a practical backdoor for hackers,
ASDF will first search for @code
{
.asd
}
files in the directories specified in
@code
{
asdf:*central-registry*
}
before it searches in the source registry above.
...
...
@@ -1790,10 +1790,10 @@ but will take precedence over the new mechanism if you do use it.
@section Configuration DSL
Here is the grammar of the SEXP DSL for source-registry configuration:
Here is the grammar of the
s-expression (
SEXP
)
DSL for source-registry configuration:
@example
;; A configuration is single SEXP starting with keyword :source-registry
;; A configuration is
a
single SEXP starting with keyword :source-registry
;; followed by a list of directives.
CONFIGURATION := (:source-registry DIRECTIVE ...)
...
...
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