"USER" vs. "CL-USER"



Hi Wolfgang.

| If this is OK, could someone please confirm that the "non-ANSI" version
| of GCL has the "COMMON-LISP-USER" package with "CL-USER" as a nickname
| (I have only the "ANSI" version around).
| 

Unfortunately no (GCL 2.5.4 old number system):

>(LIST-ALL-PACKAGES)

(#<"JAPI-PRIMITIVES" package> #<"TK" package> #<"DEFPACKAGE" package>
 #<"ANSI-LOOP" package> #<"SERROR" package> #<"SLOOP" package>
 #<"COMPILER" package> #<"SYSTEM" package> #<"KEYWORD" package>
 #<"USER" package> #<"LISP" package>)

Cheers

Mike Thomas.