3 # Test --unique option.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles msguniq-2.out"
10 ${MSGUNIQ} -w 1000 -u ${top_srcdir}/tests
/msguniq-a.
in -o msguniq-2.out
11 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
13 tmpfiles
="$tmpfiles msguniq-2.ok"
14 cat <<\EOF
> msguniq-2.ok
15 # Template messages for CLISP
16 # Copyright (C) 1992-2001 Bruno Haible, Michael Stoll, Marcus Daniels
17 # Bruno Haible <haible@clisp.cons.org>, 2001.
21 "Project-Id-Version: clisp 2.25.1\n"
22 "POT-Creation-Date: 2001-07-21 21:09:38 CEST\n"
23 "PO-Revision-Date: 2001-07-21 21:09:38 CEST\n"
24 "Last-Translator: Automatically generated <bruno@linuix>\n"
25 "Language-Team: Template <xx@li.org>\n"
27 "Content-Type: text/plain; charset=ISO-8859-1\n"
28 "Content-Transfer-Encoding: 8bit\n"
31 msgid
"Please choose:"
35 msgid
"Please choose one of ~:{~A~:^, ~} ."
39 msgid
"symbol ~A from #<PACKAGE ~A> will become a shadowing symbol"
43 msgid
"You may choose the symbol in favour of which to resolve the conflict."
47 msgid
"uninterning ~S from ~S uncovers a name conflict."
51 msgid
"importing ~S into ~S produces a name conflict with ~S."
55 msgid
"importing ~S into ~S produces a name conflict with ~S and other symbols."
59 msgid
"((\"I\" \"import it and unintern the other symbol\" T) (\"N\" \"do not import it, leave undone\" NIL))"
63 msgid
"((\"I\" \"import it, unintern one other symbol and shadow the other symbols\" T) (\"N\" \"do not import it, leave undone\" NIL))"
67 msgid
"((\"I\" \"import it and shadow the other symbol\" T) (\"N\" \"do nothing\" NIL))"
71 msgid
"symbol ~S should be imported into ~S before being exported."
75 msgid
"((\"I\" \"import the symbol first\" T) (\"N\" \"do nothing, don't export the symbol\" NIL))"
79 msgid
"You may choose in favour of which symbol to resolve the conflict."
83 msgid
"exporting ~S from ~S produces a name conflict with ~S from ~S."
87 msgid
"Which symbol should be accessible in ~S ?"
91 msgid
"the symbol to export, "
95 msgid
"the old symbol, "
99 msgid
"You may choose for every conflict in favour of which symbol to resolve it."
103 msgid
"~S name conflicts while executing USE-PACKAGE of ~S into package ~S."
107 msgid
"which symbol with name ~S should be accessible in ~S ?"
111 msgid
"You can input another name."
115 msgid
"You can input another nickname."
119 msgid
"a package with name ~S already exists."
123 msgid
"Please input new package name:"
127 msgid
"Please input new package nickname:"
135 msgid
"~S: There is no package with name ~S."
139 msgid
"~*Nevertheless delete ~S."
143 msgid
"~S: ~S is used by ~{~S~^, ~}."
147 msgid
"ANSI C program"
171 msgid
"Continue execution"
175 msgid
"~S: User break"
179 msgid
"The value of ~S was not a pathname. ~:*~S is being reset."
183 msgid
"Creating directory: "
188 "The variable ~S had an illegal value.\n"
189 "~S has been reset to ~S."
194 "Floating point operation combines numbers of different precision.\n"
195 "See ANSI CL 12.1.4.4 and the CLISP impnotes for details.\n"
196 "The result's actual precision is controlled by\n"
198 "To shut off this warning, set ~S to ~S."
206 msgid
"Press a key to terminate..."
212 " Next environment: "
218 "APPLY frame with breakpoint for call "
224 "APPLY frame for call "
230 "EVAL frame with breakpoint for form "
236 "EVAL frame for form "
242 "frame binding variables (~ = dynamically):"
254 "frame binding variables "
260 "frame binding functions "
264 msgid
" binds (~ = dynamically):"
276 "nested block frame "
286 "compiled block frame for "
298 "nested tagbody frame "
308 "compiled tagbody frame for "
314 "catch frame for tag "
320 "handler frame for conditions"
326 "unwind-protect frame"
339 "frame binding environments"
343 msgid
"could not make symbol value per-thread"
349 "*** - Program stack overflow. RESET"
355 "*** - Lisp stack overflow. RESET"
360 "internal error: statement in file ~, line ~ has been reached!!\n"
361 "Please send the authors of the program a description how you produced this error!"
365 msgid
"Unknown signature of an FSUBR\n"
369 msgid
"Unknown signature of a SUBR\n"
373 msgid
"module `%s' requires package %s.\n"
378 "GNU CLISP (http://clisp.cons.org/) is an ANSI Common Lisp.\n"
384 " [options] [lispfile [argument ...]]\n"
385 " When `lispfile' is given, it is loaded and `*ARGS*' is set\n"
386 " to the list of argument strings. Otherwise, an interactive\n"
387 " read-eval-print loop is entered.\n"
391 msgid
"Informative output:\n"
395 msgid
" -h, --help - print this help and exit\n"
399 msgid
" --version - print the version information\n"
403 msgid
" --license - print the licensing information\n"
407 msgid
"Memory image selection:\n"
411 msgid
" -B lisplibdir - set the installation directory\n"
415 msgid
" -K linkingset - use this executable and memory image\n"
419 msgid
" -M memfile - use this memory image\n"
423 msgid
" -m size - memory size (size = xxxxxxxB or xxxxKB or xMB)\n"
427 msgid
" -s size - stack size (size = xxxxxxxB or xxxxKB or xMB)\n"
431 msgid
" -t tmpdir - temporary directory for memmap\n"
435 msgid
"Internationalization:\n"
439 msgid
" -L language - set user language\n"
443 msgid
" -N nlsdir - NLS catalog directory\n"
447 msgid
" -Edomain encoding - set encoding\n"
451 msgid
"Interoperability:\n"
455 msgid
" -q, --quiet, --silent - do not print the banner\n"
459 msgid
" -w - wait for keypress after program termination\n"
463 msgid
" -I - be ILISP-friendly\n"
467 msgid
"Startup actions:\n"
471 msgid
" -a - more ANSI CL compliance\n"
475 msgid
" -p package - start in the package\n"
479 msgid
" -C - set *LOAD-COMPILING* to T\n"
483 msgid
" -norc - do not load the user ~/.clisprc file\n"
487 msgid
" -i file - load initfile (can be repeated)\n"
495 msgid
" -c [-l] lispfile [-o outputfile] - compile LISPFILE\n"
499 msgid
" -x expression - execute the expression, then exit\n"
503 msgid
" lispfile [argument ...] - load lispfile, then exit\n"
507 msgid
"Default action is an interactive read-eval-print loop.\n"
511 msgid
" Amiga version: Joerg Hoehle\n"
515 msgid
" RISCOS port: Peter Burwood, Bruno Haible\n"
519 msgid
"Syntax for %s: nnnnnnn or nnnnKB or nMB\n"
523 msgid
"%s out of range\n"
535 msgid
"Return value of malloc() = %x is not compatible with type code distribution.\n"
539 msgid
"Only %d bytes available.\n"
543 msgid
"Couldn't determine the end of the SP stack!\n"
549 "WARNING: No initialisation file specified.\n"
555 "WARNING: No installation directory specified.\n"
559 msgid
"Not enough memory for Lisp.\n"
565 "*** - Virtual memory exhausted. RESET"
571 "*** - Memory exhausted. RESET"
575 msgid
"Cannot reserve address range at 0x%x ."
579 msgid
"Cannot reserve address range 0x%x-0x%x ."
583 msgid
"CreateFileMapping() failed."
587 msgid
"MapViewOfFileEx(addr=0x%x,off=0x%x) failed."
591 msgid
"MapViewOfFileEx() returned 0x%x instead of 0x%x.\n"
595 msgid
"VirtualFree() failed."
599 msgid
"VirtualProtect() failed."
602 #: spvw_multimap.d:144
603 msgid
"msync(0x%x,0x%x,MS_INVALIDATE) fails."
606 #: spvw_multimap.d:209
607 msgid
"Cannot open %s ."
610 #: spvw_multimap.d:220
611 msgid
"Cannot delete %s ."
614 #: spvw_multimap.d:235
615 msgid
"** WARNING: ** Too few free disk space for %s .\n"
618 #: spvw_multimap.d:238
619 msgid
"Please restart LISP with fewer memory (option -m).\n"
622 #: spvw_multimap.d:246
623 msgid
"Cannot make %s long enough."
626 #: spvw_multimap.d:265
627 msgid
"Cannot fill %s ."
630 #: spvw_multimap.d:282
631 msgid
"Cannot close %s ."
634 #: spvw_multimap.d:317
635 msgid
"Cannot close /dev/zero ."
638 #: spvw_multimap.d:353
639 msgid
"Recompile your operating system with SYSV IPC support.\n"
642 #: spvw_multimap.d:367
643 msgid
"Cannot allocate private shared memory segment."
646 #: spvw_multimap.d:389
647 msgid
"Cannot map shared memory to address 0x%x."
650 #: spvw_multimap.d:412
651 msgid
"Cannot fill shared memory."
654 #: spvw_multimap.d:418
655 msgid
"Could not fill shared memory."
658 #: spvw_multimap.d:433
659 msgid
"Cannot remove shared memory segment."
663 msgid
"mprotect() fails."
669 "SIGSEGV cannot be cured. Fault address = 0x%x.\n"
673 msgid
"Apollo 13 scenario: Stack overflow handling failed. On the next stack overflow we will crash!!!\n"
676 #: spvw_garcol.d:2020
677 msgid
"munmap() fails."
680 #: spvw_allocate.d:34
681 msgid
"No more room for LISP objects"
684 #: spvw_allocate.d:54
687 "*** - No more room for LISP objects: RESET"
690 #: spvw_memfile.d:235
694 #: spvw_memfile.d:763
695 msgid
"operating system error during load of initialisation file `%s'\n"
698 #: spvw_memfile.d:1235
699 msgid
"Cannot map the initialisation file into memory."
702 #: spvw_memfile.d:1514
703 msgid
"operating system error during load of initialisation file\n"
706 #: spvw_memfile.d:1520
707 msgid
"initialisation file was not created by this version of LISP\n"
710 #: spvw_memfile.d:1524
711 msgid
"not enough memory for initialisation\n"
715 msgid
"~: ~ is a constant, cannot be bound dynamically"
719 msgid
"FUNCTION: lambda-list for ~ is missing"
723 msgid
"FUNCTION: lambda-list for ~ should be a list, not ~"
727 msgid
"FUNCTION: illegal declaration ~"
731 msgid
"FUNCTION: ~ is not a symbol, cannot be declared SPECIAL"
735 msgid
"FUNCTION: too long variable specification after &OPTIONAL: ~"
739 msgid
"FUNCTION: &REST var must be followed by &KEY or &AUX or end of list: ~"
743 msgid
"FUNCTION: &REST must be followed by a variable: ~"
747 msgid
"FUNCTION: ~ in ~ is not a symbol"
751 msgid
"FUNCTION: incorrect variable specification after &KEY: ~"
755 msgid
"FUNCTION: &ALLOW-OTHER-KEYS must be followed by &AUX or end of list: ~"
759 msgid
"FUNCTION: too long variable specification after &AUX: ~"
763 msgid
"FUNCTION: badly placed lambda-list keyword ~: ~"
767 msgid
"FUNCTION: ~ is not a symbol, may not be used as a variable"
771 msgid
"FUNCTION: ~ is a constant, may not be used as a variable"
775 msgid
"FUNCTION: too many parameters in the lambda-list ~"
779 msgid
"FUNCTION: a dot in a lambda-list is allowed only for macros, not here: ~"
783 msgid
"~: ~ is a special operator, not a function"
787 msgid
"~: the function ~ is undefined"
791 msgid
"EVAL/APPLY: keyword arguments for ~ should occur pairwise"
795 msgid
"EVAL/APPLY: ~ is not a symbol"
799 msgid
"EVAL/APPLY: keyword ~ is illegal for ~. The possible keywords are ~"
803 msgid
"EVAL/APPLY: too few arguments given to ~"
807 msgid
"EVAL: variable ~ has no value"
811 msgid
"EVAL: too few parameters for special-form ~: ~"
815 msgid
"EVAL: too many parameters for special-form ~: ~"
819 msgid
"EVAL: dotted parameter list for special form ~: ~"
823 msgid
"EVAL: too few arguments given to ~: ~"
827 msgid
"EVAL: too many arguments given to ~: ~"
831 msgid
"EVAL: argument list given to ~ is dotted: ~"
835 msgid
"APPLY: argument list given to ~ is dotted"
839 msgid
"APPLY: too many arguments given to ~"
843 msgid
"APPLY: too few arguments given to ~"
847 msgid
"assignment to constant symbol ~ is impossible"
851 msgid
"STACK corrupted"
855 msgid
"~: ~ is not a correct index into ~"
859 msgid
"undefined bytecode in ~ at byte ~"
863 msgid
"too many return values"
867 msgid
"Corrupted STACK in ~ at byte ~"
871 msgid
"~: function name ~ should be a symbol"
875 msgid
"~: undefined function ~"
879 msgid
"~: ~ has no dynamic value"
883 msgid
"~: the value of the constant ~ may not be altered"
887 msgid
"~ called with odd number of arguments: ~"
891 msgid
"dotted list given to ~ : ~"
895 msgid
"~: the value of the constant ~ must not be removed"
899 msgid
"~: the special operator definition of ~ must not be removed"
903 msgid
"~: doc-strings are not allowed here: ~"
907 msgid
"~: ~ is not a symbol, but was declared SPECIAL"
911 msgid
"~: symbol ~ is declared special and must not be declared a macro"
915 msgid
"~: symbol ~ must not be declared SPECIAL and a macro at the same time"
919 msgid
"~: too many variables and/or declarations"
923 msgid
"~: ~ is not a function specification"
927 msgid
"~: ~ is not a macro specification"
931 msgid
"~: macro name ~ should be a symbol"
935 msgid
"~: ~ is not a function and macro specification"
939 msgid
"~: function and macro name ~ should be a symbol"
943 msgid
"~: clause ~ should be a list"
947 msgid
"~: missing key list: ~"
951 msgid
"~: the ~ clause must be the last one"
955 msgid
"~: the block named ~ has already been left"
959 msgid
"~: no block named ~ is currently visible"
963 msgid
"~: ~ is neither tag nor form"
967 msgid
"~: illegal tag ~"
971 msgid
"~: tagbody for tag ~ has already been left"
975 msgid
"~: no tag named ~ is currently visible"
979 msgid
"~: too many values"
983 msgid
"~: too many arguments to ~"
987 msgid
"Argument ~ is not a macroexpansion environment"
991 msgid
"declarations ~ are not allowed here"
995 msgid
"~: ~ evaluated to the values ~, not of type ~"
999 msgid
"~: bad declaration ~"
1003 msgid
"~: ~ may not be used as an environment"
1007 msgid
"no doc-strings allowed here: ~"
1011 msgid
"keyword argument list ~ has an odd length"
1015 msgid
"illegal keyword/value pair ~, ~ in argument list. The allowed keywords are ~"
1019 msgid
"Character #\\u$$$$ cannot be represented in the character set ~"
1023 msgid
"character #x$$$$$$$$ in ~ conversion, not a Unicode-16, sorry"
1027 msgid
"invalid byte #x$$ in ~ conversion, not a Unicode-16"
1031 msgid
"invalid byte sequence #x$$ #x$$ in ~ conversion"
1035 msgid
"invalid byte sequence #x$$ #x$$ #x$$ in ~ conversion"
1039 msgid
"invalid byte #x$$ in ~ conversion"
1043 msgid
"~: illegal :CHARSET argument ~"
1047 msgid
"~: illegal :LINE-TERMINATOR argument ~"
1051 msgid
"~: illegal :INPUT-ERROR-ACTION argument ~"
1055 msgid
"~: illegal :OUTPUT-ERROR-ACTION argument ~"
1059 msgid
"~: argument ~ is not a character set"
1063 msgid
"~: ~ is not a 1:1 encoding"
1067 msgid
"~: host should be NIL, not ~"
1071 msgid
"~: argument should be a string, symbol, file stream or pathname, not ~"
1075 msgid
"~: filename for ~ is unknown"
1079 msgid
"~(~ ~ ~): a logical pathname must contain host"
1083 msgid
"~: there is no user named ~"
1087 msgid
"~: syntax error in filename ~ at position ~"
1091 msgid
"~: argument ~ is not a logical pathname, string, stream or symbol"
1095 msgid
"~: endless loop while resolving ~"
1099 msgid
"~: unknown logical host ~ in ~"
1103 msgid
"~: No replacement rule for ~ is known."
1107 msgid
"~: :VERSION-argument should be NIL or a positive fixnum or :WILD or :NEWEST, not ~"
1111 msgid
"~: :VERSION-argument should be NIL or :WILD or :NEWEST, not ~"
1115 msgid
"~: on host ~, device ~ is invalid, should be NIL"
1119 msgid
"~: illegal ~ argument ~"
1123 msgid
"wildcards are not allowed here: ~"
1127 msgid
"~: argument ~ should be ~, ~, ~, ~, ~, ~ or ~"
1131 msgid
"~: replacement pieces ~ do not fit into ~"
1135 msgid
"~: ~ is not a specialization of ~"
1139 msgid
"(~ ~ ~ ~) is ambiguous: ~"
1143 msgid
"nonexistent directory: ~"
1147 msgid
"~: File ~ already exists"
1151 msgid
"\"..\\\\\" after \"...\\\\\" is invalid: ~"
1155 msgid
"Couldn't access current directory"
1159 msgid
"~: ~ names a file, not a directory"
1163 msgid
"UNIX error while GETWD: ~"
1167 msgid
"UNIX GETWD returned ~"
1171 msgid
"UNIX REALPATH returned ~"
1175 msgid
"~: If a device is specified, the directory must begin with ~: ~"
1179 msgid
"no file name given: ~"
1183 msgid
"not a directory: ~"
1187 msgid
"~: file ~ does not exist"
1191 msgid
"~: pathname with type but without name makes no sense: ~"
1195 msgid
"cannot delete file ~ since there is file stream open to it"
1199 msgid
"cannot rename file ~ since there is file stream open to it"
1203 msgid
"file ~ does not exist"
1207 msgid
"a file named ~ already exists"
1211 msgid
"~: illegal :DIRECTION argument ~"
1215 msgid
"~: illegal :IF-EXISTS argument ~"
1219 msgid
"~: illegal :IF-DOES-NOT-EXIST argument ~"
1223 msgid
"~: cannot change default directory on remote host: ~"
1227 msgid
"root directory not allowed here: ~"
1231 msgid
"~: library directory is not known, use a command line option to specify it"
1235 msgid
"~: the last character read from ~ was not ~"
1239 msgid
"~ from ~ without ~ before it"
1243 msgid
"~: cannot output to ~"
1247 msgid
"~ is not a character, cannot be output onto ~"
1251 msgid
"~ is not an integer, cannot be output onto ~"
1255 msgid
"integer ~ is out of range, cannot be output onto ~"
1259 msgid
"~: argument ~ should be an input stream"
1263 msgid
"~: argument ~ should be an output stream"
1267 msgid
"~: argument should be a symbol, not ~"
1271 msgid
"~: ~ is not a string input stream"
1275 msgid
"~: ~ is not a string output stream"
1279 msgid
"~: argument ~ should be a string with fill pointer"
1283 msgid
"~: ~ is not a buffered input stream"
1287 msgid
"~: stream must be a generic-stream, not ~"
1291 msgid
"~: illegal :BUFFERED argument ~"
1295 msgid
"~: illegal :EXTERNAL-FORMAT argument ~"
1299 msgid
"~: Ctrl-C: User break"
1303 msgid
"unknown character set ~"
1307 msgid
"Unbuffered streams need an ~ with a bit size being a multiple of 8, not ~"
1311 msgid
"Closed ~ because disk is full."
1315 msgid
"cannot position ~ beyond EOF"
1319 msgid
"~: argument ~ ~ was specified, but ~ is not a regular file."
1323 msgid
"~: arguments ~ ~ and ~ ~ were specified, but ~ is not a regular file."
1327 msgid
"file ~ is not an integer file"
1331 msgid
"Return value ~ of call to ~ contains ~ which is not a ~."
1335 msgid
"character ~ contains bits, cannot be output onto ~"
1339 msgid
"RAW mode not supported on ~"
1343 msgid
"~: argument ~ should be a window stream"
1347 msgid
"cannot output to standard output"
1351 msgid
"environment has no TERM variable"
1355 msgid
"terminal type ~ unknown to termcap"
1359 msgid
"insufficient terminal: hardcopy terminal"
1363 msgid
"insufficient terminal: overstrikes, cannot clear output"
1367 msgid
"insufficient terminal: cannot scroll"
1371 msgid
"insufficient terminal: cannot clear screen"
1375 msgid
"insufficient terminal: cannot position cursor randomly"
1379 msgid
"~: package SCREEN is not implemented"
1383 msgid
"host should be string, not ~"
1387 msgid
"display should be a nonnegative fixnum, not ~"
1391 msgid
"~: stream must be a socket-stream, not ~"
1395 msgid
"~: argument ~ should be a vector of type (ARRAY (UNSIGNED-BYTE 8) (*))"
1399 msgid
"~: ~ is not a SOCKET-SERVER"
1403 msgid
"~: argument ~ is neither an open SOCKET-STREAM nor a positive FIXNUM"
1407 msgid
"~: argument ~ is not an open SOCKET-STREAM"
1411 msgid
"~: argument ~ is not a SOCKET-STREAM"
1415 msgid
"~: list ~ is too long (~ maximum)"
1419 msgid
"The value of ~ is not a stream: ~"
1423 msgid
"The value of ~ is not an appropriate stream: ~"
1427 msgid
"The value of ~ was not a stream: ~. It has been changed to ~."
1431 msgid
"readline library: out of memory."
1435 msgid
"~: The ~ of ~ cannot be changed from ~ to ~."
1439 msgid
"Return value ~ of call to ~ is not a fixnum >= 0 or NIL."
1443 msgid
"~ needs an ~ with a bit size being a multiple of 8, not ~"
1447 msgid
"~: illegal endianness argument ~"
1451 msgid
"~: argument ~ is not an open file stream"
1455 msgid
"~: position argument should be ~ or ~ or a nonnegative integer, not ~"
1463 msgid
"The value of ~ was not a readtable. It has been reset."
1467 msgid
"~: argument ~ is not a readtable"
1471 msgid
"~: ~ is a dispatch macro character"
1475 msgid
"~: ~ is not a dispatch macro character"
1479 msgid
"~: digit $ not allowed as sub-char"
1483 msgid
"~: new value ~ should be ~, ~, ~ or ~."
1488 "The value of ~ should be an integer between 2 and 36, not ~.\n"
1489 "It has been reset to 10."
1493 msgid
"~ from ~: character read should be a character: ~"
1497 msgid
"~: input stream ~ ends within an object. Last opening parenthesis probably in line ~."
1501 msgid
"~: input stream ~ ends within an object"
1505 msgid
"~ from ~: illegal character ~"
1509 msgid
"~: input stream ~ ends within a token after single escape character"
1513 msgid
"~: input stream ~ ends within a token after multiple escape character"
1517 msgid
"~ from ~: ~ has no macro character definition"
1521 msgid
"~ from ~: macro character definition for ~ may not return ~ values, only one value."
1525 msgid
"~: input stream ~ ends within read macro beginning to ~"
1529 msgid
"~ from ~: After ~ is ~ an undefined dispatch macro character"
1533 msgid
"~ from ~: dispatch macro character definition for ~ after ~ may not return ~ values, only one value."
1537 msgid
"~ from ~: a token consisting only of dots cannot be meaningfully read in"
1541 msgid
"~ from ~: too many colons in token ~"
1545 msgid
"~ from ~: there is no package with name ~"
1549 msgid
"~ from ~: ~ has no external symbol with name ~"
1553 msgid
"~ from ~: token \".\" not allowed here"
1557 msgid
"~: no entry for ~ from ~ in ~ = ~"
1561 msgid
"~ from ~: illegal end of dotted list"
1565 msgid
"~ from ~: an object cannot start with ~"
1569 msgid
"~: input stream ~ ends within a string"
1573 msgid
"~ from ~: no number allowed between # and $"
1577 msgid
"~: input stream ~ ends within a comment #$ ... $#"
1581 msgid
"~ from ~: font number ~ for character is too large, should be = 0"
1585 msgid
"~ from ~: there is no character bit with name ~"
1589 msgid
"~ from ~: there is no character with name ~"
1593 msgid
"~ from ~: token ~ after #$ is not a rational number in base ~"
1597 msgid
"~ from ~: the number base must be given between # and R"
1601 msgid
"~ from ~: The base ~ given between # and R should lie between 2 and 36"
1605 msgid
"~ from ~: bad syntax for complex number: #C~"
1609 msgid
"~ from ~: token expected after #:"
1613 msgid
"~ from ~: token ~ after #: should contain no colon"
1617 msgid
"~ from ~: only zeroes and ones are allowed after #*"
1621 msgid
"~ from ~: bit vector is longer than the explicitly given length ~"
1625 msgid
"~ from ~: must specify element of bit vector of length ~"
1629 msgid
"~ from ~: vector is longer than the explicitly given length ~"
1633 msgid
"~ from ~: must specify element of vector of length ~"
1637 msgid
"~ from ~: bad syntax for array: #A~"
1641 msgid
"~ from ~: ~ = ~ doesn't allow the evaluation of ~"
1645 msgid
"~ from ~: a number must be given between # and $"
1649 msgid
"~ from ~: label #~? too large"
1653 msgid
"~ from ~: the value of ~ has been altered arbitrarily, it is not an alist: ~"
1657 msgid
"~ from ~: label #~= may not be defined twice"
1661 msgid
"~ from ~: #~= #~# is illegal"
1665 msgid
"~ from ~: undefined label #~#"
1669 msgid
"~ from ~: objects printed as #<...> cannot be read back in"
1673 msgid
"~ from ~: objects printed as # in view of ~ cannot be read back in"
1677 msgid
"~ from ~: illegal feature ~"
1681 msgid
"~ from ~: #S must be followed by the type and the contents of the structure, not ~"
1685 msgid
"~ from ~: the type of a structure should be a symbol, not ~"
1689 msgid
"~ from ~: bad HASH-TABLE"
1693 msgid
"~ from ~: bad ~"
1697 msgid
"~ from ~: no structure of type ~ has been defined"
1701 msgid
"~ from ~: bad ~ for ~"
1705 msgid
"~ from ~: structures of type ~ cannot be read in, missing constructor function"
1709 msgid
"~ from ~: a structure ~ may not contain a component \".\""
1713 msgid
"~ from ~: ~ is not a symbol, not a slot name of structure ~"
1717 msgid
"~ from ~: missing value of slot ~ in structure ~"
1721 msgid
"~ from ~: too many slots for structure ~"
1725 msgid
"~ from ~: illegal syntax of closure code vector after #~Y"
1729 msgid
"~ from ~: object #Y~ has not the syntax of a compiled closure"
1733 msgid
"~ from ~: bad syntax for pathname: #P~"
1737 msgid
"~: peek type should be NIL or T or a character, not ~"
1741 msgid
"~: ~ argument should be an integer between 2 and 36, not ~"
1745 msgid
"~: string ~ does not have integer syntax"
1749 msgid
"~: Despite of ~, ~ cannot be printed readably."
1754 "~: the value ~ of ~ is neither ~ nor ~ nor ~.\n"
1759 msgid
"~: must be a positive integer or NIL, not ~"
1763 msgid
"~: not enough stack space for carrying out circularity analysis"
1771 msgid
"~: an unknown record type has been generated!"
1775 msgid
"index too large"
1779 msgid
"An array has been shortened by adjusting it while another array was displaced to it."
1783 msgid
"~: ~ is not an array"
1787 msgid
"~: index ~ for ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
1791 msgid
"~: index ~ for ~ is out of range"
1795 msgid
"~: ~ does not fit into ~, bad type"
1799 msgid
"~: ~ is not an nonnegative integer less than the rank of ~"
1803 msgid
"~: ~ is not an array of bits"
1807 msgid
"~: The arguments ~ and ~ should be arrays of bits with the same dimensions"
1811 msgid
"~: The arguments ~, ~ and ~ should be arrays of bits with the same dimensions"
1815 msgid
"~: vector ~ has no fill pointer"
1819 msgid
"~: ~ has length zero"
1823 msgid
"~ works only on adjustable arrays, not on ~"
1827 msgid
"~: extension ~ should be a positive fixnum"
1831 msgid
"~: extending the vector by ~ elements makes it too long"
1835 msgid
"~: cannot push ~ into array ~ (bad type)"
1839 msgid
"~: dimension ~ is not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
1843 msgid
"~: dimensions ~ produce too large total-size"
1847 msgid
"~: ambiguous, more than one initialisation specified"
1851 msgid
"~: ~ must not be specified without ~"
1855 msgid
"~: the initial-element ~ is not of type ~"
1859 msgid
"~: ~ is of incorrect length"
1863 msgid
"~: ~-argument ~ is not an array"
1867 msgid
"~: ~-argument ~ does not have element type ~"
1871 msgid
"~: ~-argument ~ is not of type `(INTEGER 0 (,ARRAY-TOTAL-SIZE-LIMIT))"
1875 msgid
"~: array-total-size + displaced-offset (= ~) exceeds total size ~ of ~-argument"
1879 msgid
"~: fill-pointer ~ should be a nonnegative fixnum"
1883 msgid
"~: fill-pointer argument ~ is larger than the length ~"
1887 msgid
"~: attempted rank ~ is too large"
1891 msgid
"~: ~ may not be specified for an array of rank ~"
1895 msgid
"~: array ~ is not adjustable"
1899 msgid
"~: rank ~ of array ~ cannot be altered: ~"
1903 msgid
"~: array ~ does not have element-type ~"
1907 msgid
"~: cannot displace array ~ to itself"
1911 msgid
"~: array ~ has no fill-pointer"
1915 msgid
"~: the fill-pointer of array ~ is ~, greater than ~"
1919 msgid
"Illegal START index ~ for ~"
1923 msgid
"Illegal END index ~ for ~"
1927 msgid
"~: invalid bit-vector length ~"
1931 msgid
"Hash table size ~ too large"
1935 msgid
"internal error occured while resizing ~"
1939 msgid
"~: illegal :TEST argument ~"
1943 msgid
"~: :SIZE argument should be a fixnum >=0, not ~"
1947 msgid
"~: :REHASH-SIZE argument should be a float > 1, not ~"
1951 msgid
"~: :REHASH-THRESHOLD argument should be a float between 0 and 1, not ~"
1955 msgid
"~: internal error while building ~"
1959 msgid
"~: argument ~ is not a hash-table"
1963 msgid
"~: ~ is not a nonnegative fixnum and therefore not a valid index"
1967 msgid
"~: ~ is not a nonnegative integer and therefore not a valid argument"
1971 msgid
"~: ~ is not a nonnegative fixnum and therefore not a valid list length"
1975 msgid
"~: ~ is not a pair"
1979 msgid
"~: lists ~ and ~ are not of same length"
1983 msgid
"~: index ~ too large for ~"
1987 msgid
"~: start index ~ too large for ~"
1991 msgid
"~: end index ~ too large for ~"
1995 msgid
"symbol ~ cannot be deleted from symbol table"
1999 msgid
"~ inconsistent: symbol ~ is a shadowing symbol but not present"
2003 msgid
"UNEXPORT in ~ is illegal"
2007 msgid
"UNEXPORT works only on accessible symbols, not on ~ in ~"
2011 msgid
"The value of *PACKAGE* was not a package. Old value ~. New value ~."
2015 msgid
"Package ~ has been deleted."
2019 msgid
"There is no package with name ~"
2023 msgid
"~: argument should be a package or a package name, not ~"
2027 msgid
"~: argument should be a string, not ~"
2031 msgid
"~: argument ~ should be a string or a symbol"
2035 msgid
"~: there is already a package named ~"
2039 msgid
"~: argument should be a symbol or a list of symbols, not ~"
2043 msgid
"Cannot change the case sensitiveness of ~."
2047 msgid
"~: ~ is not a valid index into ~"
2051 msgid
"~: ~ is not a record"
2055 msgid
"~: length ~ is illegal, should be of type (INTEGER (0) (65536))"
2059 msgid
"~: ~ is not a structure of type ~"
2063 msgid
"~: Slot ~ of ~ has no value"
2067 msgid
"~: ~ is not a closure"
2071 msgid
"~: This is not a compiled closure: ~"
2075 msgid
"~ is not a valid code-vector byte"
2079 msgid
"~: invalid code-vector ~"
2083 msgid
"~: function ~ is too big: ~"
2087 msgid
"~: This is not a prototype of a generic function: ~"
2091 msgid
"~: ~ is not a Macro"
2095 msgid
"~: ~ is not a weak pointer"
2099 msgid
"~: ~ is not a class"
2103 msgid
"ALLOCATE-INSTANCE: keyword argument list ~ has an odd length"
2108 "~: illegal keyword/value pair ~, ~ in argument list.\n"
2109 "The allowed keywords are ~"
2113 msgid
"SHARED-INITIALIZE: keyword argument list ~ has an odd length"
2117 msgid
"REINITIALIZE-INSTANCE: keyword argument list ~ has an odd length"
2121 msgid
"INITIALIZE-INSTANCE: keyword argument list ~ has an odd length"
2125 msgid
"MAKE-INSTANCE: keyword argument list ~ has an odd length"
2129 msgid
"~ method for ~ returned ~"
2133 msgid
"There are no sequences of type ~"
2137 msgid
"~ is not a sequence"
2141 msgid
"sequence type forces length ~, but result has length ~"
2145 msgid
"~: ~ should be an integer >=0, not ~"
2149 msgid
"~: the index should be a fixnum >=0, not ~"
2153 msgid
"~ ~: the index should be a fixnum >=0, not ~"
2157 msgid
"~: ~ is not a sequence"
2161 msgid
"~: size should be an integer >=0, not ~"
2165 msgid
"~: :update must not be specified without :initial-element"
2169 msgid
"~: Must not specify both arguments to :TEST and :TEST-NOT"
2173 msgid
"~: sequence ~ is too long"
2177 msgid
"too long sequence ~"
2181 msgid
"~: the radix must be an integer between 2 and 36, not ~"
2185 msgid
"~: the code argument should be an integer, not ~"
2189 msgid
"~: cannot coerce ~ to a character"
2193 msgid
"~: the weight argument should be an integer, not ~"
2197 msgid
"~: argument should be an integer, not ~"
2201 msgid
"~: index should be an integer, not ~"
2205 msgid
"~: ~-index should be an integer, not ~"
2209 msgid
"~: index should be NIL or an integer, not ~"
2213 msgid
"~: ~-index should be NIL or an integer, not ~"
2217 msgid
"~: index should not be negative: ~"
2221 msgid
"~: ~-index should not be negative: ~"
2225 msgid
"~: index ~ should not be greater than the length of the string"
2229 msgid
"~: ~-index ~ should not be greater than the length of the string"
2233 msgid
"~: index ~ should be less than the length of the string"
2237 msgid
"~: ~-index ~ should be less than the length of the string"
2241 msgid
"~: argument should be a character, not ~"
2245 msgid
"~: argument ~ should be a string, a symbol or a character"
2249 msgid
"~: :start1-index ~ must not be greater than :end1-index ~"
2253 msgid
"~: :start2-index ~ must not be greater than :end2-index ~"
2257 msgid
"~: the string length ~ should be nonnegative fixnum"
2261 msgid
"~: :initial-element ~ should be of type character"
2265 msgid
"~: bad frame climbing mode ~"
2269 msgid
"~: ~ is not a stack pointer"
2273 msgid
"~: ~ is not a pointer to an EVAL/APPLY frame"
2277 msgid
"~: environment is not an alist"
2281 msgid
"~: unknown frame type"
2285 msgid
"Unprintable error message"
2289 msgid
"~: User break"
2293 msgid
"~: ~ is not a list"
2297 msgid
"~: A true list must not end with ~"
2301 msgid
"~: ~ is not a symbol"
2305 msgid
"~: ~ is not a simple-vector"
2309 msgid
"~: ~ is not a vector"
2313 msgid
"~: argument ~ should be a nonnegative fixnum"
2317 msgid
"~: argument ~ is not a character"
2321 msgid
"~: argument ~ is not a string"
2325 msgid
"~: argument ~ is not a simple string"
2329 msgid
"Attempt to modify a read-only string: ~"
2333 msgid
"~: argument ~ is neither a string nor an integer"
2337 msgid
"~: argument ~ should be a stream"
2341 msgid
"~: argument ~ should be a stream of type ~"
2346 "~: argument ~ is not a function.\n"
2347 "To get a function in the current environment, write (FUNCTION ...).\n"
2348 "To get a function in the global environment, write (COERCE '... 'FUNCTION)."
2352 msgid
"~: ~ is not an `unsigned int' number"
2356 msgid
"~: ~ is not an `int' number"
2360 msgid
"~: ~ is not a `unsigned long' number"
2364 msgid
"~: ~ is not a `long' number"
2368 msgid
"~: ~ is not a single-float"
2372 msgid
"~: ~ is not a double-float"
2376 msgid
"Amiga OS error "
2380 msgid
"not enough memory available"
2384 msgid
"process table full"
2388 msgid
"bad template"
2396 msgid
"required argument missing"
2400 msgid
"value after keyword missing"
2404 msgid
"wrong number of arguments"
2408 msgid
"unmatched quotes"
2412 msgid
"argument line invalid or too long"
2416 msgid
"file is not executable"
2420 msgid
"invalid resident library"
2424 msgid
"object is in use"
2428 msgid
"object already exists"
2432 msgid
"directory not found"
2436 msgid
"object not found"
2440 msgid
"invalid window description"
2444 msgid
"object too large"
2448 msgid
"packet request type unknown"
2452 msgid
"object name invalid"
2456 msgid
"invalid object lock"
2460 msgid
"object is not of required type"
2464 msgid
"disk not validated"
2468 msgid
"disk is write-protected"
2472 msgid
"rename across devices attempted"
2476 msgid
"directory not empty"
2480 msgid
"too many levels"
2484 msgid
"device (or volume) is not mounted"
2488 msgid
"seek failure"
2492 msgid
"comment is too long"
2496 msgid
"disk is full"
2500 msgid
"object is protected from deletion"
2504 msgid
"file is write protected"
2508 msgid
"file is read protected"
2512 msgid
"not a valid DOS disk"
2516 msgid
"no disk in drive"
2520 msgid
"no more entries in directory"
2524 msgid
"object is soft link"
2528 msgid
"object is linked"
2532 msgid
"bad loadfile hunk"
2536 msgid
"function not implemented"
2540 msgid
"record not locked"
2544 msgid
"record lock collision"
2548 msgid
"record lock timeout"
2552 msgid
"record unlock error"
2556 msgid
"buffer overflow"
2564 msgid
"file not executable"
2568 msgid
"Ok, No error"
2572 msgid
"Operation not permitted"
2576 msgid
"No such file or directory"
2580 msgid
"No such process"
2584 msgid
"Interrupted system call"
2592 msgid
"No such device or address"
2596 msgid
"Arg list too long"
2600 msgid
"Exec format error"
2604 msgid
"Bad file number"
2608 msgid
"No child processes"
2612 msgid
"No more processes"
2616 msgid
"Not enough memory"
2620 msgid
"Permission denied"
2628 msgid
"Block device required"
2640 msgid
"Cross-device link"
2644 msgid
"No such device"
2648 msgid
"Not a directory"
2652 msgid
"Is a directory"
2656 msgid
"Invalid argument"
2660 msgid
"File table overflow"
2664 msgid
"Too many open files"
2668 msgid
"Inappropriate ioctl for device"
2672 msgid
"Text file busy"
2676 msgid
"File too large"
2680 msgid
"No space left on device"
2684 msgid
"Illegal seek"
2688 msgid
"Read-only file system"
2692 msgid
"Too many links"
2696 msgid
"Broken pipe, child process terminated or socket closed"
2700 msgid
"Argument out of domain"
2704 msgid
"Result too large"
2708 msgid
"Invalid multibyte or wide character"
2712 msgid
"Operation would block"
2716 msgid
"Operation now in progress"
2720 msgid
"Operation already in progress"
2724 msgid
"Too many levels of symbolic links"
2728 msgid
"File name too long"
2732 msgid
"Directory not empty"
2736 msgid
"Stale NFS file handle"
2740 msgid
"Too many levels of remote in path"
2744 msgid
"Socket operation on non-socket"
2748 msgid
"Destination address required"
2752 msgid
"Message too long"
2756 msgid
"Protocol wrong type for socket"
2760 msgid
"Option not supported by protocol"
2764 msgid
"Protocol not supported"
2768 msgid
"Socket type not supported"
2772 msgid
"Operation not supported on socket"
2776 msgid
"Protocol family not supported"
2780 msgid
"Address family not supported by protocol family"
2784 msgid
"Address already in use"
2788 msgid
"Can't assign requested address"
2792 msgid
"Network is down"
2796 msgid
"Network is unreachable"
2800 msgid
"Network dropped connection on reset"
2804 msgid
"Software caused connection abort"
2808 msgid
"Connection reset by peer"
2812 msgid
"No buffer space available"
2816 msgid
"Socket is already connected"
2820 msgid
"Socket is not connected"
2824 msgid
"Can't send after socket shutdown"
2828 msgid
"Too many references: can't splice"
2832 msgid
"Connection timed out"
2836 msgid
"Connection refused"
2840 msgid
"Remote peer released connection"
2844 msgid
"Host is down"
2848 msgid
"Host is unreachable"
2852 msgid
"Networking error"
2856 msgid
"Too many processes"
2860 msgid
"Too many users"
2864 msgid
"Disk quota exceeded"
2868 msgid
"Not a stream device"
2872 msgid
"Timer expired"
2876 msgid
"Out of stream resources"
2880 msgid
"No message of desired type"
2884 msgid
"Not a data message"
2888 msgid
"Identifier removed"
2892 msgid
"Resource deadlock would occur"
2896 msgid
"No record locks available"
2900 msgid
"Machine is not on the network"
2904 msgid
"Link has been severed"
2908 msgid
"Advertise error"
2912 msgid
"Srmount error"
2916 msgid
"Communication error on send"
2920 msgid
"Protocol error"
2924 msgid
"Multihop attempted"
2928 msgid
"Remote address changed"
2932 msgid
"Function not implemented"
2936 msgid
"Not supported under MS-DOS"
2944 msgid
"UNIX library error "
2948 msgid
"Win32 error "
2952 msgid
"Winsock error "
2956 msgid
"This file was produced by another lisp version, must be recompiled."
2960 msgid
"~: type of attribute ~ is unsupported"
2964 msgid
"~: type ~ does not correspond to a class"
2968 msgid
"~: ~ does not name a class"
2972 msgid
"~: bad type specification ~"
2976 msgid
"~: ~ cannot be coerced to type ~"
2980 msgid
"~: the property list of ~ has an odd length"
2984 msgid
"SETF SYMBOL-FUNCTION: ~ is not a function"
2988 msgid
"~: ~ is not a system function"
2992 msgid
"~: invalid argument ~"
2996 msgid
"The value of *GENSYM-COUNTER* was not a nonnegative integer. Old value ~. New value ~."
3000 msgid
"argument to ~ should be a number: ~"
3004 msgid
"argument to ~ should be a real number: ~"
3008 msgid
"argument to ~ should be a floating point number: ~"
3012 msgid
"argument to ~ should be a rational number: ~"
3016 msgid
"argument to ~ should be an integer: ~"
3020 msgid
"~: argument should be a positive fixnum, not ~"
3024 msgid
"~: argument should be a random-state, not ~"
3028 msgid
"~: the value of ~ should be a random-state, not ~"
3032 msgid
"~: argument should be positive and an integer or float, not ~"
3036 msgid
"~ : argument should be a fixnum >=0, not ~"
3040 msgid
"division by zero"
3044 msgid
"floating point overflow"
3048 msgid
"floating point underflow"
3052 msgid
"bignum overflow"
3056 msgid
"~: ~ is not a valid boolean operation"
3060 msgid
"~: too large shift amount ~"
3064 msgid
"The arguments to BYTE must be fixnums >=0: ~, ~"
3068 msgid
"~ is not a BYTE specifier"
3072 msgid
"overflow during multiplication of large numbers"
3076 msgid
"quotient ~ / ~ is not an integer"
3080 msgid
"~ applied to negative number ~"
3084 msgid
"long float too long"
3088 msgid
"floating point NaN occurred"
3092 msgid
"Communication with ARexx isn't possible."
3096 msgid
"~ must be a string for commands or a vector of strings for a function"
3100 msgid
"~: an ARexx function must have 0 to ~ arguments: ~"
3104 msgid
"~: must be a string for ARexx: ~"
3108 msgid
"Only NIL, T and strings are accepted for ~ : ~"
3112 msgid
"~: Not a Fixnum: ~"
3116 msgid
"~: Not an incoming Rexx message: ~"
3120 msgid
"~: Unsupported call mechanism: ~"
3124 msgid
"~: Bad function prototype: ~"
3128 msgid
"~: Wrong number of arguments for prototype ~"
3132 msgid
"~: Bad argument for prototype ~: ~"
3136 msgid
"~: Bad argument: ~"
3140 msgid
"~: ~ is not a valid address"
3144 msgid
"~ comes from a previous Lisp session and is invalid"
3148 msgid
"A foreign variable ~ already exists"
3152 msgid
"A foreign function ~ already exists"
3156 msgid
"illegal foreign data type ~"
3160 msgid
"~ cannot be converted to the foreign type ~"
3164 msgid
"64 bit integers are not supported on this platform and with this C compiler: ~"
3168 msgid
"No more room for foreign language interface"
3172 msgid
":MALLOC-FREE is not available under AMIGAOS."
3176 msgid
"~: argument is not a foreign variable: ~"
3180 msgid
"~: foreign variable with unknown type, missing DEF-C-VAR: ~"
3184 msgid
"A foreign variable ~ does not exist"
3188 msgid
"~: foreign variable ~ does not have the required size or alignment"
3192 msgid
"~: type specifications for foreign variable ~ conflict: ~ and ~"
3196 msgid
"~: foreign variable ~ may not be modified"
3200 msgid
"~: foreign variable ~ of type ~ is not an array"
3204 msgid
"~: foreign variable ~ of type ~ is not a pointer"
3208 msgid
"~: foreign variable ~ of type ~ is not a struct or union"
3212 msgid
"~: foreign variable ~ of type ~ has no component with name ~"
3216 msgid
"~: argument is not a foreign function: ~"
3220 msgid
"~: foreign function with unknown calling convention, missing DEF-CALL-OUT: ~"
3224 msgid
"~: A foreign function ~ does not exist"
3228 msgid
"~: calling conventions for foreign function ~ conflict"
3232 msgid
"~: Too few arguments (~ instead of at least ~) to ~"
3236 msgid
"~: :OUT argument is not a pointer: ~"
3240 msgid
"~: Too many arguments (~ instead of ~) to ~"
3244 msgid
"~: Cannot open library ~"
3248 msgid
"~: ~ is not a library"
3252 msgid
"This version of CLISP runs only in low address memory.\n"
3256 msgid
"~S is a special form and may not be redefined."
3260 msgid
"Redefining the COMMON LISP ~A ~S"
3264 msgid
"DEFUN/DEFMACRO: redefining ~S; it was traced!"
3268 msgid
"~S is impossible in compiled code"
3272 msgid
"~S is an invalid function environment"
3276 msgid
"~S is an invalid variable environment"
3280 msgid
"~S: ~S is illegal since ~S is a local macro"
3284 msgid
"~S: invalid function environment ~S"
3288 msgid
"~S: ~S is invalid since ~S is not a symbol"
3292 msgid
"code after MACROLET contains a dotted list, ending with ~S"
3296 msgid
"illegal syntax in MACROLET: ~S"
3300 msgid
"code after SYMBOL-MACROLET contains a dotted list, ending with ~S"
3304 msgid
"illegal syntax in SYMBOL-MACROLET: ~S"
3308 msgid
"bad function environment occurred in ~S: ~S"
3312 msgid
"~S: invalid form ~S"
3316 msgid
"code contains a dotted list, ending with ~S"
3320 msgid
"~S: ~S should be a lambda expression"
3324 msgid
"lambda list must not end with the atom ~S"
3328 msgid
"FLET/LABELS: code contains a dotted list, ending with ~S"
3332 msgid
"illegal syntax in FLET/LABELS: ~S"
3336 msgid
"FUNCTION-MACRO-LET: code contains a dotted list, ending with ~S"
3340 msgid
"illegal syntax in FUNCTION-MACRO-LET: ~S"
3344 msgid
"Loading file "
3352 msgid
"Loading of file "
3356 msgid
" is finished."
3360 msgid
"A file with name ~A does not exist"
3364 msgid
"~S: missing function name and/or parameter list"
3368 msgid
"~S: ~S is not a symbol."
3372 msgid
"~S: special operator ~S cannot be redefined."
3376 msgid
"~S: cannot define a function from that: ~S"
3380 msgid
"~S: function ~S is missing a lambda list"
3383 #: backquote.lisp:39
3384 msgid
"~S: comma is illegal outside of backquote"
3387 #: backquote.lisp:44
3388 msgid
"~S: more commas out than backquotes in, is illegal"
3391 #: backquote.lisp:205
3392 msgid
"The syntax ,@form is valid only in lists"
3395 #: backquote.lisp:210
3396 msgid
"The syntax ,.form is valid only in lists"
3400 msgid
"Both will be ignored."
3404 msgid
"Invalid keyword-value-pair: ~S ~S"
3408 msgid
"The macro ~S may not be called with ~S arguments: ~S"
3411 #: defmacro.lisp:126
3412 msgid
"The lambda list of macro ~S contains a dot after &AUX."
3415 #: defmacro.lisp:132
3416 msgid
"in macro ~S: ~S may not be used as &AUX variable."
3419 #: defmacro.lisp:151
3420 msgid
"The lambda list of macro ~S contains a dot after &KEY."
3423 #: defmacro.lisp:161
3424 msgid
"The lambda list of macro ~S contains a badly placed ~S."
3427 #: defmacro.lisp:179
3428 msgid
"The lambda list of macro ~S contains the invalid element ~S"
3431 #: defmacro.lisp:209
3432 msgid
"~0*It will be ignored."
3435 #: defmacro.lisp:210
3436 msgid
"The lambda list of macro ~S contains an invalid keyword specification ~S"
3439 #: defmacro.lisp:281
3440 msgid
"The lambda list of macro ~S is missing a variable after &REST/&BODY."
3443 #: defmacro.lisp:292
3444 msgid
"The lambda list of macro ~S contains an illegal variable after &REST/&BODY: ~S"
3447 #: defmacro.lisp:302
3448 msgid
"The lambda list of macro ~S contains a misplaced dot."
3451 #: defmacro.lisp:307
3452 msgid
"They will be ignored."
3455 #: defmacro.lisp:308
3456 msgid
"The lambda list of macro ~S contains superfluous elements: ~S"
3459 #: defmacro.lisp:361
3460 msgid
"The lambda list of macro ~S contains an illegal &REST variable: ~S"
3463 #: defmacro.lisp:375
3464 msgid
"The lambda list of macro ~S contains an invalid &WHOLE: ~S"
3467 #: defmacro.lisp:381
3468 msgid
"The lambda list of macro ~S contains a superfluous ~S."
3471 #: defmacro.lisp:397
3472 msgid
"The lambda list of macro ~S contains ~S before &KEY."
3475 #: defmacro.lisp:402
3476 msgid
"The lambda list of macro ~S contains ~S which is illegal here."
3479 #: defmacro.lisp:421
3480 msgid
"The lambda list of macro ~S contains an invalid element ~S"
3483 #: defmacro.lisp:435
3484 msgid
"The lambda list of macro ~S contains an invalid supplied-variable ~S"
3487 #: defmacro.lisp:497
3488 msgid
"In the lambda list of macro ~S, &ENVIRONMENT must be followed by a non-NIL symbol: ~S"
3491 #: defmacro.lisp:519
3492 msgid
"Cannot define a macro from that: ~S"
3495 #: defmacro.lisp:524
3496 msgid
"The name of a macro must be a symbol, not ~S"
3499 #: defmacro.lisp:529
3500 msgid
"Macro ~S is missing a lambda list."
3504 msgid
"~S: non-symbol ~S can't be a defined constant"
3508 msgid
"~S redefines the constant ~S. Its old value was ~S."
3512 msgid
"Invalid syntax in ~S form: ~S."
3516 msgid
"~S: missing key list"
3520 msgid
"~S: the ~S clause must be the last one"
3524 msgid
"COND code contains a dotted list, ending with ~S"
3528 msgid
"Language ~S is not defined"
3532 msgid
"Language ~S inherits from ~S"
3536 msgid
"~S: Language ~S is not defined"
3540 msgid
"~S ~S: no value for default language ~S"
3544 msgid
"Invalid clause in ~S: ~S"
3548 msgid
"~A~%The value is: ~S"
3552 msgid
"The value of ~S should be ~:[of type ~S~;~:*~A~]."
3556 msgid
"You may input a new value."
3568 msgid
"You may input new values."
3572 msgid
"~S must evaluate to a non-NIL value."
3576 msgid
"The value of ~S must be of one of the types ~{~S~^, ~}"
3580 msgid
"The value of ~S must be one of ~{~S~^, ~}"
3584 msgid
"type name should be a symbol, not ~S"
3588 msgid
"~S is a built-in type and may not be redefined."
3592 msgid
"The deftype expander for ~S may not be called with ~S arguments."
3596 msgid
"~S: the name of a symbol macro must be a symbol, not ~S"
3600 msgid
"~S: the symbol ~S names a global variable"
3604 msgid
"missing symbol types (~S/~S/~S) in ~S"
3608 msgid
"~S: flag must be one of the symbols ~S, ~S, ~S, not ~S"
3612 msgid
"~S: ~S does not name a logical host"
3616 msgid
"No translations for logical host ~S found"
3620 msgid
"~S: argument ~S should be a nonnegative number"
3624 msgid
"incorrect date: ~S.~S.~S, ~Sh~Sm~Ss, time zone ~S"
3628 msgid
"special operator"
3640 msgid
"The function (~S ~S) is hidden by a SETF expander."
3644 msgid
"The argument ~S to ~S should be a keyword."
3648 msgid
"Argument ~S is not a SETF place."
3652 msgid
"SETF place ~S produces more than one store variable."
3656 msgid
"The name of the access function must be a symbol, not ~S"
3660 msgid
"The SETF expander for ~S may not be called with ~S arguments."
3664 msgid
"Too many arguments to DEFSETF: ~S"
3668 msgid
"The doc string to DEFSETF must be a string: ~S"
3672 msgid
"Missing store variable in DEFSETF."
3676 msgid
"Illegal syntax in DEFSETF for ~S"
3680 msgid
"(SETF (NTH ...) ...) : index ~S is too large for ~S"
3684 msgid
"PSETF called with an odd number of arguments: ~S"
3688 msgid
"REMF: property list with an odd length"
3692 msgid
"In the definition of ~S: &REST variable ~S should be a symbol."
3696 msgid
"Only one variable is allowed after &REST, not ~S"
3700 msgid
"Illegal in a DEFINE-MODIFY-MACRO lambda list: ~S"
3704 msgid
"lambda list may only contain symbols and lists, not ~S"
3708 msgid
"Illegal SETF place: ~S"
3712 msgid
"SHIFTF called with too few arguments: ~S"
3716 msgid
"(SETF (GETF ...) ...) : property list with an odd length"
3720 msgid
"first argument ~S is illegal, not a symbol"
3724 msgid
"SETF APPLY is only defined for functions of the form #'symbol."
3728 msgid
"APPLY on ~S is not a SETF place."
3732 msgid
"SETF FUNCALL is only defined for functions of the form #'symbol."
3736 msgid
"SETF place ~S expects different numbers of values in the true and branches (~D vs. ~D values)."
3739 #: floatprint.lisp:341
3740 msgid
"argument is not a float: ~S"
3744 msgid
"~S: invalid type specification ~S"
3748 msgid
"~S: argument to MOD must be an integer: ~S"
3752 msgid
"~S: argument to SIGNED-BYTE must be an integer or * : ~S"
3756 msgid
"~S: argument to UNSIGNED-BYTE must be an integer or * : ~S"
3760 msgid
"Invalid type specifier ~S"
3763 #: defstruct.lisp:425
3764 msgid
"~S: invalid syntax for name and options: ~S"
3767 #: defstruct.lisp:449
3768 msgid
"~S ~S: argument list should be a list: ~S"
3771 #: defstruct.lisp:472
3772 msgid
"~S ~S: At most one :INCLUDE argument may be specified: ~S"
3775 #: defstruct.lisp:480
3777 "~S: Use of ~S implicitly applies FUNCTION.~@\n"
3778 " Therefore using ~S instead of ~S."
3781 #: defstruct.lisp:525
3782 msgid
"~S ~S: There is no :PREDICATE on unnamed structures."
3785 #: defstruct.lisp:551
3786 msgid
"~S ~S: invalid :TYPE option ~S"
3789 #: defstruct.lisp:557
3790 msgid
"~S ~S: The :INITIAL-OFFSET must be a nonnegative integer, not ~S"
3793 #: defstruct.lisp:563
3794 msgid
"~S ~S: :INITIAL-OFFSET must not be specified without :TYPE : ~S"
3797 #: defstruct.lisp:581
3798 msgid
"~S ~S: included structure ~S has not been defined."
3801 #: defstruct.lisp:593
3802 msgid
"~S ~S: included structure ~S must be of the same type ~S."
3805 #: defstruct.lisp:618
3806 msgid
"~S ~S: included structure ~S has no component with name ~S."
3809 #: defstruct.lisp:647
3810 msgid
"~S ~S: The READ-ONLY slot ~S of the included structure ~S must remain READ-ONLY in ~S."
3813 #: defstruct.lisp:657
3814 msgid
"~S ~S: The type ~S of slot ~S should be a subtype of the type defined for the included strucure ~S, namely ~S."
3817 #: defstruct.lisp:695
3818 msgid
"~S ~S: structure of type ~S can't hold the name."
3821 #: defstruct.lisp:747
3822 msgid
"~S ~S: There may be only one slot with the name ~S."
3826 msgid
"The control string terminates within a directive."
3830 msgid
"~A must introduce a number."
3834 msgid
"The control string terminates in the middle of a parameter."
3838 msgid
"Non-existent directive"
3842 msgid
"Closing '/' is missing"
3846 msgid
"There is no package with name ~S"
3850 msgid
"The closing directive '~A' does not have a corresponding opening one."
3854 msgid
"The closing directive '~A' does not match the corresponding opening one. It should read '~A'."
3858 msgid
"The ~~newline directive cannot take both modifiers."
3862 msgid
"An opening directive is never closed; expecting '~A'."
3866 msgid
"~%Current point in control string:"
3870 msgid
"The destination string ~S should have a fill pointer."
3874 msgid
"The destination argument ~S is invalid (not NIL or T or a stream or a string)."
3878 msgid
"~S: The control-string must be a string, not ~S"
3882 msgid
"There are not enough arguments left for this directive."
3886 msgid
"The ~~:@R directive requires an integer in the range 1 - 4999, not ~S"
3890 msgid
"The ~~@R directive requires an integer in the range 1 - 3999, not ~S"
3894 msgid
"The argument for the ~~R directive is too large."
3898 msgid
"The ~~R and ~~:R directives require an integer argument, not ~S"
3902 msgid
"The ~~C directive requires a character argument, not ~S"
3906 msgid
"The control string argument for the ~~? directive is invalid: ~S"
3910 msgid
"The argument list argument for the ~~? directive is invalid: ~S"
3914 msgid
"The ~~[ parameter must be an integer, not ~S"
3918 msgid
"The ~~[ directive cannot take both modifiers."
3922 msgid
"The ~~{ directive requires a list argument, not ~S"
3926 msgid
"Too many arguments for this directive"
3930 msgid
"The control-string must be a string, not ~S"
3934 msgid
"~S: undefined function ~S"
3938 msgid
"~S: cannot trace special operator ~S"
3942 msgid
"~&;; Tracing ~:[function~;macro~] ~S."
3946 msgid
"~S: ~S was traced and has been redefined!"
3949 #: compiler.lisp:226
3950 msgid
"~1{~5@*~D/~4@*~D/~3@*~D ~2@*~2,'0D.~1@*~2,'0D.~0@*~2,'0D~:}"
3953 #: compiler.lisp:387
3954 msgid
"Bad length of closure vector: ~S"
3957 #: compiler.lisp:1783
3958 msgid
"Compiler bug!! Occurred in ~A~@[ at ~A~]."
3961 #: compiler.lisp:2488
3962 msgid
"Bad declaration syntax: ~S~%Will be ignored."
3965 #: compiler.lisp:2508
3966 msgid
"Non-symbol ~S may not be declared SPECIAL."
3969 #: compiler.lisp:2515
3970 msgid
"Non-symbol ~S may not be declared IGNORE."
3973 #: compiler.lisp:2522
3974 msgid
"Non-symbol ~S may not be declared IGNORABLE."
3977 #: compiler.lisp:2529
3978 msgid
"Non-symbol ~S may not be declared READ-ONLY."
3981 #: compiler.lisp:2534
3982 msgid
"Unknown declaration ~S.~%The whole declaration will be ignored."
3985 #: compiler.lisp:2924
3989 #: compiler.lisp:2925
3990 msgid
" in lines ~D..~D"
3993 #: compiler.lisp:2937
3994 msgid
"~%WARNING~@[ in function ~S~]~A :~%"
3997 #: compiler.lisp:2969
3998 msgid
"~%ERROR~@[ in function ~S~]~A :~%~?"
4001 #: compiler.lisp:3110
4002 msgid
"Code contains dotted list ~S"
4005 #: compiler.lisp:3114
4006 msgid
"Form too short, too few arguments: ~S"
4009 #: compiler.lisp:3119
4010 msgid
"Form too long, too many arguments: ~S"
4013 #: compiler.lisp:3301
4014 msgid
"Not the name of a function: ~S"
4017 #: compiler.lisp:3475
4019 "The constant ~S may not be assigned to.~@\n"
4020 " The assignment will be ignored."
4023 #: compiler.lisp:3614
4024 msgid
"argument list to function ~S is dotted: ~S"
4027 #: compiler.lisp:3620
4029 "~S called with ~S~:[~; or more~] arguments, but it requires ~\n"
4030 " ~:[~:[from ~S to ~S~;~S~]~;at least ~*~S~] arguments."
4033 #: compiler.lisp:3633
4034 msgid
"keyword arguments to function ~S should occur pairwise: ~S"
4037 #: compiler.lisp:3644
4039 "keyword ~S is not allowed for function ~S.~\n"
4040 " ~%The only allowed keyword~:[s are ~{~S~#[~; and ~S~:;, ~]~}~; is ~{~S~}~]."
4043 #: compiler.lisp:3656
4044 msgid
"argument ~S to function ~S is not a symbol"
4047 #: compiler.lisp:4325
4049 "~S called with ~S arguments, but it requires ~\n"
4050 " ~:[~:[from ~S to ~S~;~S~]~;at least ~*~S~] arguments."
4053 #: compiler.lisp:4505
4054 msgid
"Illegal syntax in LET/LET*: ~S"
4057 #: compiler.lisp:4542
4058 msgid
"Lambda list marker ~S not allowed here."
4061 #: compiler.lisp:4548
4062 msgid
"Missing &REST parameter in lambda list ~S"
4065 #: compiler.lisp:4554
4066 msgid
"Lambda list element ~S is superfluous."
4069 #: compiler.lisp:4729
4070 msgid
"Lambda lists with dots are only allowed in macros, not here: ~S"
4073 #: compiler.lisp:4745
4074 msgid
"Illegal lambda list element ~S"
4077 #: compiler.lisp:4841
4078 msgid
"Binding variable ~S can cause side effects despite of IGNORE declaration~%since it is declared SPECIAL."
4081 #: compiler.lisp:4845
4082 msgid
"variable ~S is used despite of IGNORE declaration."
4085 #: compiler.lisp:4856
4086 msgid
"variable ~S is not used.~%Misspelled or missing IGNORE declaration?"
4089 #: compiler.lisp:4862
4090 msgid
"The variable ~S is assigned to, despite of READ-ONLY declaration."
4093 #: compiler.lisp:5806
4094 msgid
"Misplaced declaration: ~S"
4097 #: compiler.lisp:6018
4098 msgid
"Odd number of arguments to SETQ: ~S"
4101 #: compiler.lisp:6067
4102 msgid
"Odd number of arguments to PSETQ: ~S"
4105 #: compiler.lisp:6328
4106 msgid
"Only symbols may be used as variables, not ~S"
4109 #: compiler.lisp:6433
4110 msgid
"Illegal syntax in COMPILER-LET: ~S"
4113 #: compiler.lisp:6441
4114 msgid
"Block name must be a symbol, not ~S"
4117 #: compiler.lisp:6490
4118 msgid
"RETURN-FROM block ~S is impossible from here."
4121 #: compiler.lisp:6556
4122 msgid
"Only numbers and symbols are valid tags, not ~S"
4125 #: compiler.lisp:6634
4126 msgid
"Tag must be a symbol or a number, not ~S"
4129 #: compiler.lisp:6639
4130 msgid
"GO to tag ~S is impossible from here."
4133 #: compiler.lisp:6730
4134 msgid
"~S is not a function. It is a locally defined macro."
4137 #: compiler.lisp:6749
4138 msgid
"Only symbols and lambda expressions are function names, not ~S"
4141 #: compiler.lisp:6804
4142 msgid
"Illegal function definition syntax in ~S: ~S"
4145 #: compiler.lisp:7377
4146 msgid
"Illegal syntax in SYMBOL-MACROLET: ~S"
4149 #: compiler.lisp:7418
4150 msgid
"EVAL-WHEN situation must be EVAL or LOAD or COMPILE, but not ~S"
4153 #: compiler.lisp:7461
4154 msgid
"CASE clause without objects: ~S"
4157 #: compiler.lisp:7471
4158 msgid
"~S: the ~S clause must be the last one: ~S"
4161 #: compiler.lisp:7481
4162 msgid
"Duplicate ~S label ~S : ~S"
4165 #: compiler.lisp:7743
4166 msgid
"Too many arguments to ~S"
4169 #: compiler.lisp:7758
4170 msgid
"Too few arguments to ~S"
4173 #: compiler.lisp:8649
4174 msgid
"The ~S destination is invalid (not NIL or T or a stream or a string with fill-pointer): ~S"
4177 #: compiler.lisp:12137
4178 msgid
"Name of function to be compiled must be a symbol, not ~S"
4181 #: compiler.lisp:12148
4182 msgid
"~S: redefining ~S; it was traced!"
4185 #: compiler.lisp:12198
4186 msgid
"Not a lambda expression nor a function: ~S"
4189 #: compiler.lisp:12384
4190 msgid
"~%There were errors in the following functions:~%~{~<~%~:; ~S~>~^~}"
4193 #: compiler.lisp:12389
4194 msgid
"~%The following functions were used but not defined:~%~{~<~%~:; ~S~>~^~}"
4197 #: compiler.lisp:12396
4198 msgid
"~%The following special variables were not defined:~%~{~<~%~:; ~S~>~^~}"
4201 #: compiler.lisp:12399
4202 msgid
"~%The following special variables were defined too late:~%~{~<~%~:; ~S~>~^~}"
4205 #: compiler.lisp:12402
4206 msgid
"~%The following functions were used but are deprecated:~%~{~<~%~:; ~S~>~^~}"
4209 #: compiler.lisp:12529
4210 msgid
"~&Listing of compilation of file ~A~%on ~@? by ~A, version ~A"
4213 #: compiler.lisp:12561
4214 msgid
"~%Compiling file ~A ..."
4217 #: compiler.lisp:12611
4218 msgid
"~&~%Compilation of file ~A is finished."
4221 #: compiler.lisp:12613
4222 msgid
"~%~D error~:P, ~D warning~:P"
4225 #: compiler.lisp:12663
4226 msgid
"~%~%Disassembly of function ~S"
4229 #: compiler.lisp:12674
4230 msgid
"~%~S required arguments"
4233 #: compiler.lisp:12677
4234 msgid
"~%~S optional arguments"
4237 #: compiler.lisp:12680
4238 msgid
"~%~:[No rest parameter~;Rest parameter~]"
4241 #: compiler.lisp:12685
4242 msgid
"~%~S keyword parameter~:P: ~{~S~^, ~}."
4245 #: compiler.lisp:12689
4246 msgid
"~%Other keywords are allowed."
4249 #: compiler.lisp:12691
4250 msgid
"~%No keyword parameters"
4253 #: compiler.lisp:12708
4254 msgid
"Disassembly of function "
4257 #: compiler.lisp:12726
4258 msgid
" required arguments"
4261 #: compiler.lisp:12731
4262 msgid
" optional arguments"
4265 #: compiler.lisp:12736
4266 msgid
"Rest parameter"
4269 #: compiler.lisp:12739
4270 msgid
"No rest parameter"
4273 #: compiler.lisp:12746
4274 msgid
" keyword parameter~P: "
4277 #: compiler.lisp:12756
4278 msgid
"Other keywords are allowed."
4281 #: compiler.lisp:12761
4282 msgid
"No keyword parameters"
4285 #: compiler.lisp:12842
4286 msgid
"Cannot disassemble ~S"
4290 msgid
"~S: ~S is not a function"
4294 msgid
"~S: package name ~S should be a string or a symbol"
4298 msgid
"~S ~A: symbol name ~S should be a string or a symbol"
4302 msgid
"~S ~A: the symbol ~A must not be specified more than once"
4306 msgid
"~S ~A: unknown option ~S"
4310 msgid
"~S ~A: invalid syntax in ~S option: ~S"
4314 msgid
"~S ~A: not a ~S option: ~S"
4318 msgid
"This symbol will be created."
4322 msgid
"~S ~A: There is no symbol ~A::~A ."
4326 msgid
"The object to be destructured should be a list with ~:[at least ~*~S~;~:[from ~S to ~S~;~S~]~] elements, not ~4@*~S."
4330 msgid
"~S: macro name should be a symbol, not ~S"
4334 msgid
"~S: input stream ~S ends within read macro beginning to ~S"
4338 msgid
"~S from ~S: character read should be a character: ~S"
4342 msgid
"~S from ~S: After ~S is ~S an undefined dispatch macro character"
4346 msgid
"~S: syntax error after ~A in ~S"
4350 msgid
"~S: missing variable."
4354 msgid
"~S: After ~S, ~S is interpreted as a type specification"
4358 msgid
"~S: ~A clauses should occur before the loop's main body"
4362 msgid
"~S: After ~S a plural loop keyword is required, not ~A"
4366 msgid
"~S: After ~S a singular loop keyword is required, not ~A"
4370 msgid
"~S: questionable iteration direction after ~A"
4374 msgid
"~S: specifying ~A requires FROM or DOWNFROM"
4378 msgid
"~S: illegal syntax near ~S in ~S"
4382 msgid
"~S: ambiguous result of loop ~S"
4386 msgid
"~S is possible only from within ~S"
4390 msgid
"Use of ~S in FINALLY clauses is deprecated because it can lead to infinite loops."
4394 msgid
"~S is not possible here"
4398 msgid
"~S: ~S does not name a class"
4402 msgid
"~S: ~S is not a class"
4406 msgid
"~S: cannot redefine built-in class ~S"
4410 msgid
"~S: Redefining the COMMON LISP class ~S"
4414 msgid
"instance ~S of class ~S has no slots (wrong metaclass)"
4418 msgid
"~S: invalid slot and variable specification ~S"
4422 msgid
"~S: slot name ~S should be a symbol"
4426 msgid
"~S: invalid slot and accessor specification ~S"
4430 msgid
"~S: accessor name ~S should be a symbol"
4434 msgid
"~S: class name ~S should be a symbol"
4438 msgid
"~S ~S: expecting list of superclasses instead of ~S"
4442 msgid
"~S ~S: superclass name ~S should be a symbol"
4446 msgid
"~S ~S: expecting list of slot specifications instead of ~S"
4450 msgid
"~S ~S: slot name ~S should be a symbol"
4454 msgid
"~S ~S: There may be only one direct slot with the name ~S."
4458 msgid
"~S ~S: slot options for slot ~S don't come in pairs"
4462 msgid
"~S ~S, slot option for slot ~S: ~S is not a function name"
4466 msgid
"~S ~S, slot option for slot ~S must have the value ~S or ~S, not ~S"
4470 msgid
"~S ~S, slot option for slot ~S: ~S is not a string"
4474 msgid
"~S ~S, slot option for slot ~S: ~S is not a valid slot option"
4478 msgid
"~S ~S, option ~S may only be given once"
4482 msgid
"~S ~S: option ~S should be written ~S"
4486 msgid
"~S ~S, option ~S: arguments don't come in pairs"
4490 msgid
"~S ~S, option ~S: ~S may only be given once"
4494 msgid
"~S ~S, option ~S: ~S is not a string"
4498 msgid
"~S ~S: invalid option ~S"
4502 msgid
"~S: Class ~S is being redefined, instances are obsolete"
4506 msgid
"~S ~S: superclass ~S should belong to class STANDARD-CLASS"
4510 msgid
"~S ~S: inconsistent precedence graph, cycle ~S"
4514 msgid
"(class-precedence-list ~S) and (class-precedence-list ~S) are inconsistent"
4518 msgid
"~S: superclass ~S should belong to class BUILT-IN-CLASS"
4522 msgid
"~S: metaclass STRUCTURE-CLASS forbids more than one direct superclass"
4526 msgid
"~S: superclass ~S should belong to class STRUCTURE-CLASS"
4530 msgid
"~S: metaclass STRUCTURE-CLASS does not support shared slots"
4534 msgid
"~S ~S: missing lambda list"
4538 msgid
"STANDARD method combination doesn't allow the method qualifiers to be ~S"
4542 msgid
"Too few arguments to ~S: ~S"
4546 msgid
"The generic function ~S is being modified, but has already been called."
4550 msgid
"~S in ~S: the new arguments ~S have a different effective method than the old arguments ~S"
4554 msgid
"~S has ~S, but ~S has ~S required parameters"
4558 msgid
"~S has ~S, but ~S has ~S optional parameters"
4562 msgid
"~S doesn't accept the keywords ~S of ~S"
4566 msgid
"Replacing method ~S in ~S"
4570 msgid
"Removing method ~S in ~S"
4574 msgid
"~S has no method with qualifiers ~:S and specializers ~S"
4578 msgid
"~S ~S: Only ~S declarations are permitted: ~S"
4582 msgid
"~S ~S: ~S may only be specified once."
4586 msgid
"~S ~S: A string must be specified after ~S : ~S"
4590 msgid
"~S ~S: Only one ~S string is allowed"
4594 msgid
"~S ~S: The only valid method combination is ~S : ~S"
4598 msgid
"~S ~S: The only valid generic function class name is ~S : ~S"
4602 msgid
"~S ~S: The only valid method class name is ~S : ~S"
4606 msgid
"~S ~S: ~S is not one of the required parameters: ~S"
4610 msgid
"~S ~S: some variable occurs twice in ~S"
4614 msgid
"~S ~S: ~S is missing some required parameter"
4618 msgid
"~S ~S: No initializations are allowed in a generic function lambda-list: ~S"
4622 msgid
"~S ~S: variable name ~S should be a symbol"
4626 msgid
"~S ~S: duplicate variable name ~S"
4630 msgid
"~S ~S: invalid lambda list portion: ~S"
4634 msgid
"Removing all methods of ~S"
4638 msgid
"Modifying the parameter profile of ~S"
4642 msgid
"~S: ~S is not a generic function specification"
4646 msgid
"~S: The name of a class must be a symbol, not ~S"
4650 msgid
"~S: The name of the built-in class ~S cannot be modified"
4654 msgid
"~S: When calling ~S with arguments ~S, there is no next method after ~S, and ~S was called."
4658 msgid
"~S: The class ~S has no slot named ~S"
4662 msgid
"~S: The slot ~S of ~S has no value"
4666 msgid
"~S method for ~S returned ~S"
4669 #: condition.lisp:80
4670 msgid
"~S: the name of a condition must be a symbol, not ~S"
4673 #: condition.lisp:85
4674 msgid
"~S: the parent-type list must be a list of symbols, not ~S"
4677 #: condition.lisp:90
4678 msgid
"~S: the slot description list must be a list, not ~S"
4681 #: condition.lisp:145
4682 msgid
"~S: type ~S is not a subtype of ~S"
4685 #: condition.lisp:161
4686 msgid
"~S ~S: superfluous arguments ~S"
4689 #: condition.lisp:178
4690 msgid
"~S: the condition argument must be a string, a symbol or a condition, not ~S"
4693 #: condition.lisp:579
4694 msgid
"~S: illegal syntax of clause ~S"
4697 #: condition.lisp:586
4698 msgid
"~S: only one ~S clause is allowed: ~S"
4701 #: condition.lisp:594
4702 msgid
"~S: too many variables ~S in clause ~S"
4705 #: condition.lisp:807
4706 msgid
"~S: ~S is not a valid restart name here. Use ~S instead."
4709 #: condition.lisp:828
4710 msgid
"~S: invalid restart name ~S"
4713 #: condition.lisp:835
4714 msgid
"~S: No restart named ~S is visible."
4717 #: condition.lisp:984
4718 msgid
"~S: missing lambda list in restart specification ~S"
4721 #: condition.lisp:1007
4722 msgid
"~S: restart cannot be invoked interactively because it is missing a ~S option: ~S"
4725 #: condition.lisp:1206
4726 msgid
"~%New ~S [value ~D of ~D]: "
4729 #: condition.lisp:1521
4730 msgid
"~S: This is more serious than a warning: ~A"
4734 msgid
"~: argument ~S is not a character"
4738 msgid
"~S: the font argument should be an integer, not ~S"
4742 msgid
"~S: the bits argument should be an integer, not ~S"
4746 msgid
"~S: the only bit names are ~S, ~S, ~S, ~S, not ~S"
4750 msgid
"Got bad response from ~S: ~S"
4753 #: amigasock.lisp:30
4754 msgid
"~S: ~S is not a SOCKET-SERVER"
4758 msgid
"~S: File ~S already exists"
4766 msgid
"Please answer with y or n : "
4774 msgid
"Please answer with yes or no : "
4778 msgid
"[*package* invalid]"
4788 "Help (abbreviated :h) = this list\n"
4789 "Use the usual editing capabilities.\n"
4790 "(quit) or (exit) leaves CLISP."
4796 "Commands may be abbreviated as shown in the second column.\n"
4797 "COMMAND ABBR DESCRIPTION\n"
4798 "Help :h (or ?) this command list\n"
4799 "Error :e Print the recent Error Message\n"
4800 "Abort :a abort to the next recent input loop\n"
4801 "Unwind :uw abort to the next recent input loop\n"
4802 "Mode-1 :m1 inspect all the stack elements\n"
4803 "Mode-2 :m2 inspect all the frames\n"
4804 "Mode-3 :m3 inspect only lexical frames\n"
4805 "Mode-4 :m4 inspect only EVAL and APPLY frames (default)\n"
4806 "Mode-5 :m5 inspect only APPLY frames\n"
4807 "Where :w inspect this frame\n"
4808 "Up :u go up one frame, inspect it\n"
4809 "Top :t go to top frame, inspect it\n"
4810 "Down :d go down one frame, inspect it\n"
4811 "Bottom :b go to bottom (most recent) frame, inspect it\n"
4812 "Backtrace-1 :bt1 list all stack elements\n"
4813 "Backtrace-2 :bt2 list all frames\n"
4814 "Backtrace-3 :bt3 list all lexical frames\n"
4815 "Backtrace-4 :bt4 list all EVAL and APPLY frames\n"
4816 "Backtrace-5 :bt5 list all APPLY frames\n"
4817 "Backtrace :bt list stack in current mode\n"
4818 "Backtrace-l :bl list stack in current mode.\n"
4819 " Limit of frames to print will be prompted for.\n"
4820 "Frame-limit :fl set the frame-limit. This many frames will\n"
4821 " be printed in a backtrace at most.\n"
4822 "Break+ :br+ set breakpoint in EVAL frame\n"
4823 "Break- :br- disable breakpoint in EVAL frame\n"
4824 "Redo :rd re-evaluate form in EVAL frame\n"
4825 "Return :rt leave EVAL frame, prescribing the return values"
4831 "Continue :c continue evaluation"
4837 "Continue :c continue evaluation\n"
4838 "Step :s step into form: evaluate this form in single step mode\n"
4839 "Next :n step over form: evaluate this form at once\n"
4840 "Over :o step over this level: evaluate at once up to the next return\n"
4841 "Continue :c switch off single step mode, continue evaluation\n"
4842 "-- Step-until :su, Next-until :nu, Over-until :ou, Continue-until :cu --\n"
4843 " same as above, specify a condition when to stop"
4847 msgid
"Unprintable error message."
4851 msgid
"You can continue (by typing 'continue')."
4855 msgid
"The following restarts are available, too:"
4859 msgid
"The following restarts are available:"
4875 msgid
"condition when to stop: "
4879 msgid
"Already dribbling to ~S"
4883 msgid
"Currently not dribbling."
4891 msgid
"symbol-macro"
4906 #: describe.lisp:146
4910 #: describe.lisp:153
4914 #: describe.lisp:156
4918 #: describe.lisp:163
4919 msgid
"a foreign pointer"
4922 #: describe.lisp:166
4923 msgid
"a foreign address"
4926 #: describe.lisp:169
4927 msgid
"a foreign variable of foreign type ~S."
4930 #: describe.lisp:173
4931 msgid
"a foreign function taking foreign types ~:S and returning foreign type ~S."
4934 #: describe.lisp:177
4935 msgid
"a byte specifier, denoting the ~S bits starting at bit position ~S of an integer."
4938 #: describe.lisp:180
4939 msgid
"a special form handler."
4942 #: describe.lisp:182
4943 msgid
"a load-time evaluation promise."
4946 #: describe.lisp:184
4947 msgid
"a symbol macro handler."
4950 #: describe.lisp:186
4951 msgid
"a macro expander."
4954 #: describe.lisp:188
4955 msgid
"a function with alternative macro expander."
4958 #: describe.lisp:190
4959 msgid
"an encoding."
4962 #: describe.lisp:195
4963 msgid
"a GC-invisible pointer to ~S."
4966 #: describe.lisp:198
4967 msgid
"a GC-invisible pointer to a now defunct object."
4970 #: describe.lisp:200
4971 msgid
"a label used for resolving #~D# references during READ."
4974 #: describe.lisp:204
4975 msgid
"a pointer into the stack. It points to:"
4978 #: describe.lisp:207
4979 msgid
"a special-purpose object."
4982 #: describe.lisp:209
4983 msgid
"a machine address."
4986 #: describe.lisp:211
4987 msgid
"an instance of the CLOS class ~S."
4990 #: describe.lisp:215
4991 msgid
"a structure of type ~S."
4994 #: describe.lisp:219
4995 msgid
"~%As such, it is also a structure of type ~{~S~^, ~}."
4998 #: describe.lisp:227
4999 msgid
"a dotted list of length ~S."
5002 #: describe.lisp:229
5006 #: describe.lisp:232
5007 msgid
"a list of length ~S."
5010 #: describe.lisp:234
5011 msgid
"a cyclic list."
5014 #: describe.lisp:236
5015 msgid
"the empty list, "
5018 #: describe.lisp:239
5019 msgid
"the symbol ~S, "
5022 #: describe.lisp:243
5026 #: describe.lisp:246
5027 msgid
"is uninterned"
5030 #: describe.lisp:260
5031 msgid
", is accessible in the package~:[~;s~] ~{~A~^, ~}"
5034 #: describe.lisp:265
5035 msgid
", is a keyword"
5038 #: describe.lisp:268
5039 msgid
", a constant"
5042 #: describe.lisp:270
5043 msgid
", a variable declared SPECIAL"
5046 #: describe.lisp:271
5047 msgid
", a variable"
5050 #: describe.lisp:273
5051 msgid
" (macro: ~s)"
5054 #: describe.lisp:276
5058 #: describe.lisp:279
5062 #: describe.lisp:281
5063 msgid
"a special operator"
5066 #: describe.lisp:283
5067 msgid
" with macro definition"
5070 #: describe.lisp:285
5071 msgid
"a~:[~; deprecated~] function"
5074 #: describe.lisp:288
5078 #: describe.lisp:293
5079 msgid
", names a type"
5082 #: describe.lisp:297
5083 msgid
", names a class"
5086 #: describe.lisp:303
5087 msgid
", has the propert~@P ~{~S~^, ~}"
5090 #: describe.lisp:310
5091 msgid
"~%Documentation as a ~a:~%~a"
5094 #: describe.lisp:316
5095 msgid
"an integer, uses ~S bit~:p, is represented as a ~(~A~)."
5098 #: describe.lisp:319
5099 msgid
"a rational, not integral number."
5102 #: describe.lisp:321
5103 msgid
"a float with ~S bits of mantissa (~(~A~))."
5106 #: describe.lisp:324
5107 msgid
"a complex number "
5110 #: describe.lisp:329
5111 msgid
"at the origin"
5114 #: describe.lisp:330
5115 msgid
"on the ~:[posi~;nega~]tive real axis"
5118 #: describe.lisp:333
5119 msgid
"on the ~:[posi~;nega~]tive imaginary axis"
5122 #: describe.lisp:335
5123 msgid
"in the ~:[~:[first~;fourth~]~;~:[second~;third~]~] quadrant"
5126 #: describe.lisp:337
5127 msgid
" of the Gaussian number plane."
5130 #: describe.lisp:339
5134 #: describe.lisp:344
5135 msgid
"~%Unicode name: ~A"
5138 #: describe.lisp:345
5139 msgid
"~%It is not defined by the Unicode standard."
5142 #: describe.lisp:346
5143 msgid
"~%It is a ~:[non-~;~]printable character."
5146 #: describe.lisp:349
5147 msgid
"~%Its use is non-portable."
5150 #: describe.lisp:351
5151 msgid
"a~:[~:[ closed ~;n output-~]~;~:[n input-~;n input/output-~]~]stream."
5154 #: describe.lisp:357
5155 msgid
"the package named ~A"
5158 #: describe.lisp:361
5159 msgid
". It has the nicknames ~{~A~^, ~}"
5162 #: describe.lisp:366
5166 #: describe.lisp:368
5167 msgid
"imports the external symbols of the package~:[~;s~] ~{~A~^, ~} and "
5170 #: describe.lisp:373
5171 msgid
"exports ~:[no symbols~;the symbols~:*~{~<~%~:; ~S~>~^~}~%~]"
5174 #: describe.lisp:375
5175 msgid
"exports ~[no symbols~:;~:*~:d symbols~]"
5178 #: describe.lisp:378
5179 msgid
" to the package~:[~;s~] ~{~A~^, ~}"
5182 #: describe.lisp:381
5183 msgid
", but no package uses these exports"
5186 #: describe.lisp:383
5187 msgid
"a deleted package."
5190 #: describe.lisp:385
5191 msgid
"a hash table with ~S entr~:@P."
5194 #: describe.lisp:388
5195 msgid
"~:[a~;the Common Lisp~] readtable."
5198 #: describe.lisp:391
5199 msgid
"a ~:[~;portable ~]pathname~:[.~;~:*, with the following components:~{~A~}~]"
5202 #: describe.lisp:406
5203 msgid
"a random-state."
5206 #: describe.lisp:410
5207 msgid
"a~:[~; simple~] ~A dimensional array"
5210 #: describe.lisp:413
5214 #: describe.lisp:415
5218 #: describe.lisp:418
5219 msgid
", adjustable"
5222 #: describe.lisp:420
5223 msgid
", of size ~{~S~^ x ~}"
5226 #: describe.lisp:423
5227 msgid
" and current length (fill-pointer) ~S"
5230 #: describe.lisp:430
5231 msgid
"a foreign function."
5234 #: describe.lisp:436
5235 msgid
"a built-in system function."
5238 #: describe.lisp:444
5239 msgid
"a~:[n interpret~; compil~]ed function."
5242 #: describe.lisp:460
5243 msgid
"~%argument list: ~:S"
5246 #: describe.lisp:463
5247 msgid
"~%documentation: ~A"
5250 #: describe.lisp:468
5251 msgid
"~&~%~A [see above]"
5254 #: describe.lisp:471
5258 #: describe.lisp:535
5259 msgid
"~S: ~S is not a function."
5262 #: describe.lisp:564
5263 msgid
"~%Argument list: "
5267 msgid
"~S: argument must be ~S, ~S or ~S, not ~S"
5271 msgid
"~%Bytes permanently allocated: ~9D~%Bytes currently in use: ~9D~%Bytes available until next GC: ~9D~%"
5275 msgid
"No external editor installed."
5279 msgid
"~S cannot be edited."
5283 msgid
"~S: source code for ~S not available."
5288 "The form ~S yielded ~:[no values~;~:*~{~S~^ ; ~}~] ,~@\n"
5289 " that's not of type ~S."
5293 msgid
"LETF* code contains a dotted list, ending with ~S"
5297 msgid
"illegal syntax in LETF* binding: ~S"
5301 msgid
"LETF code contains a dotted list, ending with ~S"
5305 msgid
"illegal syntax in LETF binding: ~S"
5309 msgid
"Cannot map string ~S to C since it contains a character ~S"
5312 #: foreign1.lisp:128
5313 msgid
"Incomplete FFI type ~S is not allowed here."
5316 #: foreign1.lisp:134
5317 msgid
"FFI type should be a symbol, not ~S"
5320 #: foreign1.lisp:138
5321 msgid
"Invalid FFI type: ~S"
5324 #: foreign1.lisp:329
5325 msgid
"Invalid option in ~S: ~S"
5328 #: foreign1.lisp:333
5329 msgid
"Only one ~S option is allowed: ~S"
5332 #: foreign1.lisp:350
5333 msgid
"Invalid parameter specification in ~S: ~S"
5336 #: foreign1.lisp:411
5337 msgid
"The name must be a string, not ~S"
5340 #: foreign1.lisp:416
5341 msgid
"The name ~S is not a valid C identifier"
5344 #: foreign1.lisp:671
5345 msgid
"illegal foreign data type ~S"
5348 #: foreign1.lisp:801
5349 msgid
"~S: ~S option missing in ~S"
5352 #: foreign1.lisp:996
5353 msgid
"~S: :OUT argument is not a pointer: ~S"
5356 #: foreign1.lisp:1060
5357 msgid
"~S is only allowed after ~S: ~S"
5361 msgid
"Basename ~S not a keyword or libraryname ~S not a string"
5365 msgid
"Library redefinition: old ~S, new ~S"
5369 msgid
"Unknown library: ~S"
5373 msgid
"Library ~S is not open"
5377 msgid
"Unknown function of library ~S: ~S"
5381 msgid
"Offset must be a fixnum: ~S"
5385 msgid
"~&;; redefining foreign library function ~S~%;; from ~S to ~S~%"
5389 msgid
"Unknown register: ~S"
5393 msgid
"Invalid parameter specification ~S in function ~S"
5397 msgid
"Unknown library function: ~S"
5401 msgid
"Bad number of arguments for ~S: ~S"
5405 msgid
"No waiting for ~S possible."
5409 msgid
"~S: argument ~S should be a string or a symbol"
5414 ${DIFF} msguniq-2.ok msguniq-2.out