Previous: Xft, Up: API Reference [Contents][Index]
Grip utilities. The module is loaded by entering the following:
(use-modules (grip utils))
displayln
dimfi
and-l
swap!
Returns nothing.
Calls display
and newline
upon obj and port
if given (see Writing Scheme Values
in Guile’s manual for a complete description of display
and the
set of options that affect its behavior).
Returns its last argument.
dimfi
works like Guile’s pk
procedure, except that (a) it
does not use ‘extra’ newlines between objects and (b) it only
displays two semi-columns at the beginning of each line.
If the first argument is a port, then it is used as the output port, otherwise the output is sent to the current output port.
Returns #t if every lst element is #t, otherwise it returns #f.
It is an error to call and-l
upon an empty list.
Returns nothing.
Swaps the content of var1 and var2.