All Manuals > LispWorks User Guide and Reference Manual > 37 The EXTERNAL-FORMAT Package

NextPrevUpTopContentsIndex

valid-external-format-p

Function
Summary

Tests whether an external format spec is valid.

Package

external-format

Signature

valid-external-format-p ef-spec &optional env => result

Arguments

ef-spec

An external format spec.

env

An environment across which the spec should apply.

Values

result

A boolean.

Description

This predicate tests whether the external format spec given in ef-spec is valid (in the environment env).

result is t if ef-spec is a valid spec, and nil otherwise.

Example
(valid-external-format-p '(:Unicode :eol-style :lf))

LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex