Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!rochester!udel!princeton!phoenix!eliot From: eliot@phoenix.Princeton.EDU (Eliot Handelman) Newsgroups: comp.lang.lisp Subject: conc-name in DEFSTRUCT Message-ID: <7564@phoenix.Princeton.EDU> Date: 4 Apr 89 09:23:33 GMT Reply-To: eliot@phoenix.Princeton.EDU (Eliot Handelman) Organization: Princeton University, NJ Lines: 15 Ok, Should this or shouldn't it work? (defstruct (foo (:conc-name common-)) x y) (defstruct (quux (:conc-name common-)) x y) It doesn't work in either KCl or Lucid 2.2, because the access functions get redefined in the second form. Would you like it to work? I would. Also, can someone tell me what the depth argument to user-defined print functions for structures is good for? How is it set, for example?