Name: PACKAGE-TO-ALIST
Section:
Packages
Synopsis:
<package-to-alist PACKAGE-NAME [STRIP=TRUE]>
Description:
Returns a Lisp readable string containing the names and values of the variables in PACKAGE. If STRIP=TRUE is supplied, the package name is removed from the variables before placing them in the list. See the following code sequence:
<set-var
foo::bar=baz
foo::array[0]=Elt-0
foo::array[1]=Elt-1><p>
<font size="+2">T</font>he contents of Foo: <package-to-alist foo>
The stripped contents: <package-to-alist foo strip=true>
produces:
The contents of Foo: (("FOO::BAR" . "baz")("FOO::ARRAY" "Elt-0" "Elt-1"))
The stripped contents: (("BAR" . "baz")("ARRAY" "Elt-0" "Elt-1"))
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com