Function Entry: CLAL-LOAD-ALDO-CONFIGURATION

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: CLAL-LOAD-ALDO-CONFIGURATION

Name

clal-load-aldo-configuration

Class

clautolisp Extension Function

Syntax

(clal-load-aldo-configuration)

Arguments and Values

No arguments.

Description

Read the aldo configuration from the available XDG aldo.conf and set *clal-aldo-configuration* from it.

Return Values

The new configuration value, or nil when no configuration file was found.

Side Effects

Sets *clal-aldo-configuration* when a file is found.

Affected By

  • The XDG configuration search path (aldo.conf location).

Exceptional Situations

File / read errors from a malformed aldo.conf propagate.

Examples

(clal-load-aldo-configuration)
=> ((...))        ; nil when no aldo.conf is present

Availability

  • clautolisp: documented (this entry); implemented since clautolisp 1.4.x.
  • AutoCAD: NOT present.
  • BricsCAD: NOT present.

Source Notes

  • clautolisp-only extension; the aldo configuration is part of the aldo debugger/navigator. See this chapter's Overview.