Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

print-address

Arguments: configuration

The configuration option print-address no longer has any effect. Currently it simply does nothing (for compatibility with prefs.cl options files that were written before release 6.2), but this function likely will go away in a future release. When related printer options were removed from the Options Dialog, it was decided that this IDE option should not have been added.

To exclude the address identifier from the print names of Common Graphics objects (which was the effect in earlier releases of having print-address return nil), you can now instead set or bind *print-escape* to nil. *print-escape* does this for many non-Common Graphics objects as well, since the default print-object method for standard-object passes *print-escape* as the :identity argument to print-unreadable-object.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1