The net.didierverna.asdf-flv Reference Manual

This is the net.didierverna.asdf-flv Reference Manual, version 2.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:36:47 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 net.didierverna.asdf-flv

ASDF extension to provide support for file-local variables.

Long Name

ASDF File Local Variables

Author

Didier Verna

Contact

Home Page

http://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv

Source Control

https://github.com/didierverna/asdf-flv

License

GNU All Permissive

Long Description

ASDF-FLV provides support for file-local variables through ASDF. A file-local variable behaves like *PACKAGE* and *READTABLE* with respect to LOAD and COMPILE-FILE: a new dynamic binding is created before processing the file, so that any modification to the variable becomes essentially file-local.

In order to make one or several variables file-local, use the macros SET-FILE-LOCAL-VARIABLE(S).

Version

2.2

Source

net.didierverna.asdf-flv.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 net.didierverna.asdf-flv/net.didierverna.asdf-flv.asd

Source

net.didierverna.asdf-flv.asd.

Parent Component

net.didierverna.asdf-flv (system).

ASDF Systems

net.didierverna.asdf-flv.


3.1.2 net.didierverna.asdf-flv/package.lisp

Source

net.didierverna.asdf-flv.asd.

Parent Component

net.didierverna.asdf-flv (system).

Packages

net.didierverna.asdf-flv.


3.1.3 net.didierverna.asdf-flv/asdf-flv.lisp

Dependency

package.lisp (file).

Source

net.didierverna.asdf-flv.asd.

Parent Component

net.didierverna.asdf-flv (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 net.didierverna.asdf-flv

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: set-file-local-variable (symbol)

Set special variable named by SYMBOL as file-local. SYMBOL need not be quoted.

Package

net.didierverna.asdf-flv.

Source

asdf-flv.lisp.

Macro: set-file-local-variables (&rest symbols)

Set special variables named by SYMBOLS as file-local. SYMBOLS need not be quoted.

Package

net.didierverna.asdf-flv.

Source

asdf-flv.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *file-local-variables*

List of file-local special variables.

Package

net.didierverna.asdf-flv.

Source

asdf-flv.lisp.


5.2.2 Ordinary functions

Function: make-variable-file-local (symbol)

Make special variable named by SYMBOL have a file-local value.

Package

net.didierverna.asdf-flv.

Source

asdf-flv.lisp.

Function: make-variables-file-local (&rest symbols)

Make special variables named by SYMBOLS have a file-local value.

Package

net.didierverna.asdf-flv.

Source

asdf-flv.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables