scwm-options-string

Name

scwm-options-string -- Return a string that, when evalled, resets preferences to current values.

Synopsis

(scwm-options-string #&optional (syms scwm-options))

Description

Return a string that, when evalled, resets preferences to current values. SYMS is a list of all the preference settings you wish to be included in the string. It defaults to the value of scwm-options, the list of all the options in the current session. At present this means that if some modules are not loaded, those options will not be included. The returned string will contain multiple S-expressions, one for each Scwm preference value.

Implementation Notes

Module: (app scwm preferences)

Defined in scheme/preferences.scm at line 478 (CVS log)