Function Entry: CLAL-SAVE-ALDO-CONFIGURATION

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

Function Entry: CLAL-SAVE-ALDO-CONFIGURATION

Name

clal-save-aldo-configuration

Class

clautolisp Extension Function

Syntax

(clal-save-aldo-configuration)

Arguments and Values

No arguments.

Description

Write the current *clal-aldo-configuration* to $XDG_CONFIG_HOME/clautolisp/aldo.conf as an AutoLISP sexp (UTF-8).

Return Values

The path string of the file written.

Side Effects

Creates or overwrites the aldo.conf file.

Affected By

  • XDG_CONFIG_HOME (the save location).
  • The current *clal-aldo-configuration* value.

Exceptional Situations

File-write errors propagate.

Examples

(clal-save-aldo-configuration)
=> "/home/me/.config/clautolisp/aldo.conf"

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.