home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / abc / abc.msg < prev    next >
Text File  |  1991-04-22  |  18KB  |  446 lines

  1. 100    removing non-existent list entry
  2. 101    cannot remove from large range
  3. 102    cannot insert in large range
  4. 103    in keys t, t is not a table
  5. 104    in t[k], t is not a table
  6. 105    in t[k], k is not a key of t
  7. 106*    comp_text (106)
  8. 200    in t|n, t is not a text
  9. 201    in t|n, n is not a number
  10. 202    in t|n, n is not an integer
  11. 203    in t|n, n is < 0
  12. 204    in t@n, t is not a text
  13. 205    in t@n, n is not a number
  14. 206    in t@n, n is not an integer
  15. 207    in t@n, n is > #t + 1
  16. 208    in t^u, t or u is not a text
  17. 209    in t^u, the result is too long
  18. 210    in t^^n, t is not a text
  19. 211    in t^^n, n is not a number
  20. 212    in t^^n, n is not an integer
  21. 213    in t^^n, n is negative
  22. 214    in t^^n, the result is too long
  23. 215*    charval on non-char (215)
  24. 216*    strval on big text (216)
  25. 217*    curtail on very big text (217)
  26. 218*    behead on very big text (218)
  27. 219*    concat on very big text (219)
  28. 300    in #t, t is not a text list or table
  29. 301    in e#t, t is not a text list or table
  30. 302    in e#t, t is a text, but e is not a character
  31. 303    in min t, t is not a text list or table
  32. 304    in min t, t is empty
  33. 305    in max t, t is not a text list or table
  34. 306    in max t, t is empty
  35. 307    in e min t, t is not a text list or table
  36. 308    in e min t, t is empty
  37. 309    in e min t, t is a text, but e is not a character
  38. 310    in e min t, no element of t exceeds e
  39. 311    in e max t, t is not a text list or table
  40. 312    in e max t, t is empty
  41. 313    in e max t, t is a text, but e is not a character
  42. 314    in e max t, no element of t is less than e
  43. 315    in t item n, t is not a text list or table
  44. 316    in t item n, t is empty
  45. 317    in t item n, n is not a number
  46. 318    in t item n, n is not an integer
  47. 319    in t item n, n is < 1
  48. 320    in t item n, n exceeds #t
  49. 321    in n th'of t, t is not a text list or table
  50. 322    in n th'of t, t is empty
  51. 323    in n th'of t, n is not a number
  52. 324    in n th'of t, n is not an integer
  53. 325    in n th'of t, n is < 1
  54. 326    in n th'of t, n exceeds #t
  55. 327*    Bigsize in Bottom or Crange (327)
  56. 400*    unknown flag in ccopybtreenode (400)
  57. 401*    releasing unreferenced btreenode (401)
  58. 402*    wrong flag in relbtree() (402)
  59. 500    incompatible types %s and %s
  60. 501*    comparison of unknown types (501)
  61. 502*    hash called with unknown type (502)
  62. 503*    unknown type in convert (503)
  63. 600    in x mod y, y is zero
  64. 601    in n round x, n is not an integer
  65. 602    in */n, n is an approximate number
  66. 603    in /*n, n is an approximate number
  67. 604    in n root x, n is zero
  68. 605    in root x, x is negative
  69. 606    result of math function too large
  70. 607    argument to math function too large
  71. 608    math library error
  72. 609    in log x, x <= 0
  73. 610    in b log x, b <= 0
  74. 611    in b log x, x <= 0
  75. 700    approximate number too large
  76. 701*    app_floor: result not integral (701)
  77. 800*    numconst: can't happen (800)
  78. 801    excessive exponent in e-notation
  79. 900*    dig_gcd of number(s) <= 0 (900)
  80. 901*    gcd_small of numbers > smallint (901)
  81. 902*    gcd of number(s) <= 0 (902)
  82. 903    exceptionally large rational number
  83. 1000*    dig_gadd: nto < nfrom (1000)
  84. 1001*    int_tento(-n) (1001)
  85. 1100*    zero division (int_ldiv) (1100)
  86. 1101*    int_ldiv internal failure (1101)
  87. 1200*    mk_rat(x, y) with y=0 (1200)
  88. 1300    number not an integer
  89. 1301    exceedingly large integer
  90. 1302*    intval on non-number (1302)
  91. 1303*    num_comp (1303)
  92. 1304    value not a number
  93. 1305    approximate number too large to be handled
  94. 1306    exceptionally large number
  95. 1400    in p..q, p is neither a text nor a number
  96. 1401    in p..q, p is a number but not an integer
  97. 1402    in p..q, p is a number, but q is not
  98. 1403    in p..q, q is a number but not an integer
  99. 1404    in p..q, p is a text but not a character
  100. 1405    in p..q, p is a text, but q is not
  101. 1406    in p..q, q is a text, but not a character
  102. 1500*    big grabber (1500)
  103. 1501*    big regrabber (1501)
  104. 1502*    getsyze called with unknown type (1502)
  105. 1503*    releasing unreferenced value (1503)
  106. 1600    in choice t, t is not a text list or table
  107. 1601    in choice t, t is empty
  108. 1700    Type '?' for help.\n
  109. 1800    in i/j, j is zero
  110. 1801    in 0**y or y root 0, y is negative
  111. 1802    in x**(p/q) or (q/p) root x, x is negative and q is even
  112. 1803    in x**y or y root x, x is negative and y is not exact
  113. 1804    ambiguous expression; please use ( and ) to resolve
  114. 1805    no expression where expected
  115. 1806    no test where expected
  116. 1807    something unexpected in expression
  117. 1808    something unexpected in test
  118. 1809    misformed address
  119. 1810    %s hasn't been initialised or (properly) defined
  120. 1811    %s hasn't been (properly) defined
  121. 1812    %s has not yet received a value
  122. 1813    function returns no value
  123. 1814    predicate reports no outcome
  124. 1815    a refinement may not be used as an address
  125. 1816    bad node in while
  126. 1817    bad node in testsuite
  127. 1818    indentation not used consistently
  128. 1819    indentation must be at least 2
  129. 1820    selection on non-table
  130. 1900*    a_fpr_formals (1900)
  131. 1901*    analyze bad tree (1901)
  132. 2000    no command suite where expected
  133. 2001    no command where expected
  134. 2002    something unexpected in this line
  135. 2003    no parameter where expected
  136. 2005    IN after colon
  137. 2006    no alternative suite for SELECT
  138. 2007    after ELSE no more alternatives allowed
  139. 2100    nothing instead of expected expression
  140. 2101    point without digits
  141. 2102    e not followed by exponent
  142. 2103    cannot find matching %s
  143. 2200*    fix bad tree (2200)
  144. 2201*    fix unparsed with bad flag (2201)
  145. 2202    command cannot be reached
  146. 2203    refinement returns no value or reports no outcome
  147. 2204    wrong keyword %s
  148. 2205    missing actual parameter after %s
  149. 2206    can't find expected %s
  150. 2207    unexpected actual parameter after %s
  151. 2208    unexpected keyword %s
  152. 2209    compound parameter has wrong length
  153. 2210    refinement with parameters
  154. 2211    you haven't told me HOW TO %s
  155. 2212*    f_fpr_formals (2212)
  156. 2213    %s cannot be used in an expression
  157. 2214    %s is neither a refined test nor a zeroadic predicate
  158. 2300    wrong argument of type_check()
  159. 2301    next line must be impossible as a refinement name, e.g. with a space:
  160. 2302    returned value
  161. 2303    RETURN not in function or expression refinement
  162. 2304    Empty polytype stack
  163. 2400    cannot find expected %s
  164. 2401    no name where expected
  165. 2402    no keyword where expected
  166. 2403    something unexpected following %s
  167. 2404    according to the syntax I expected %s
  168. 2500    nothing where address expected
  169. 2501    no address where expected
  170. 2502    something unexpected in address
  171. 2600    I found type 
  172. 2601    EG 
  173. 2602     where I expected 
  174. 2603    I thought 
  175. 2604     was of type 
  176. 2605    list or table of 
  177. 2606    list or table
  178. 2607    "", or list or table of ""
  179. 2608    text or list or table
  180. 2609    incompatible type for 
  181. 2610    incompatible types for 
  182. 2611     and 
  183. 2612    %s
  184. 2700    HAS follows colon
  185. 2701    nothing instead of expected test
  186. 2800    how-to starts with indentation
  187. 2801    no how-to name where expected
  188. 2802    no how-to keyword where expected
  189. 2803    %s is a reserved keyword
  190. 2804    %s is already a formal parameter or operand
  191. 2805    %s is already a shared name
  192. 2806    %s is already a refinement name
  193. 2807    cannot find function name
  194. 2808    user defined functions must be names
  195. 2809    something unexpected in formula template
  196. 2810    nothing instead of expected template operand
  197. 2811    no template operand where expected
  198. 2812    nothing instead of expected name
  199. 2813    no name where expected
  200. 2814    something unexpected in name
  201. 2900    change of workspace not allowed
  202. 2901    no previous workspace
  203. 2902    I find no workspace name here
  204. 2903    I can't goto/create workspace %s
  205. 2905    *** I cannot find parent directory\n
  206. 2906    *** I cannot find workspace\n
  207. 2907    *** I cannot find your home directory\n
  208. 2908    *** I shall use the current directory as your single workspace\n
  209. 2909    *** %s isn't an ABC name\n
  210. 2910    *** I shall try the default workspace\n
  211. 3000*    replacing in non-environment (3000)
  212. 3001*    deleting from non-environment (3001)
  213. 3002*    selection on non-environment (3002)
  214. 3100     in your command\n
  215. 3101     in your expression to be read\n
  216. 3102     in your edited value\n
  217. 3103     in your location %s\n
  218. 3104     in your permanent environment\n
  219. 3105     in your workspace index\n
  220. 3106     in your how-to %s\n
  221. 3107     in line %d of your how-to %s\n
  222. 3108    *** (detected after reading 1 line of your input file standard input)\n
  223. 3109    *** (detected after reading %d lines of your input file standard input)\n
  224. 3110    *** (detected after reading 1 line of your input file %s)\n
  225. 3111    *** (detected after reading %d lines of your input file %s)\n
  226. 3112    *** The problem is:
  227. 3113    *** Sorry, ABC system malfunction\n
  228. 3114    *** Sorry, memory exhausted
  229. 3115    *** There's something I don't understand
  230. 3116    *** There's something I can't resolve
  231. 3117    *** Can't cope with problem
  232. 3118    *** Cannot reconcile the types
  233. 3119    *** Your check failed
  234. 3120    *** interrupted\n
  235. 3200    in x %s y, x is not a number
  236. 3201    in x %s y, y is not a number
  237. 3202    in x %s y, y is not a compound of two numbers
  238. 3203    in c %s x, c is zero
  239. 3204    in %s x, x is not a number
  240. 3205    in %s y, y is not a compound of two numbers
  241. 3206    in %s t, t is not a text
  242. 3207*    pre-defined fpr wrong (3207)
  243. 3208    in the test exact x, x is not a number
  244. 3209    in the test e in t, t is not a text list or table
  245. 3210    in the test e in t, t is a text, but e is not a character
  246. 3211    in the test e not.in t, t is not a text list or table
  247. 3212    in the test e not.in t, t is a text, but e isn't a character
  248. 3213*    predicate not covered by proposition (3213)
  249. 3300    terminating commands only allowed in how-to's and refinements
  250. 3301    share-command only allowed in a how-to
  251. 3302    I don't recognise this as a command
  252. 3303    outer indentation not zero
  253. 3304    special commands only interactively
  254. 3305*    special (3305)
  255. 3400    in ... i IN e, e is not a text, list or table
  256. 3500    unexpected program halt
  257. 3501*    run: bad thread (3501)
  258. 3502    none of the alternative tests of SELECT succeeds
  259. 3503    test refinement reports no outcome
  260. 3504    refinement returns no value
  261. 3505    run-time error %s
  262. 3506    run: cannot execute how-to definition
  263. 3507*    bad FPR_FORMAL (3507)
  264. 3508    QUIT may only occur in a command or command-refinement
  265. 3509    RETURN may only occur in a function or expression-refinement
  266. 3510    REPORT may only occur in a predicate or test-refinement
  267. 3511    SUCCEED may only occur in a predicate or test-refinement
  268. 3512    FAIL may only occur in a predicate or test-refinement
  269. 3513*    run: bad node type (3513)
  270. 3600    location not initialised
  271. 3601    %s hasn't been initialised
  272. 3602    key not in table
  273. 3603    inserting in non-list
  274. 3604    removing from non-list
  275. 3605    removing from empty list
  276. 3606    selection on empty table
  277. 3607*    call of location with improper type (3607)
  278. 3608*    uniquifying text-selection location (3608)
  279. 3609*    uniquifying comploc (3609)
  280. 3610*    uniquifying non-location (3610)
  281. 3611    text-selection (@ or |) on non-text
  282. 3612    in the location t@p or t|p, t does not contain a text
  283. 3613    in the location t@p or t|p, p is out of bounds
  284. 3614    selection on location of improper type
  285. 3615    text-selection (@ or |) out of bounds
  286. 3616    putting non-text in text-selection (@ or |)
  287. 3617    putting non-compound in compound location
  288. 3618    putting compound in compound location of different length
  289. 3619    putting in non-location
  290. 3620    putting different values in same location
  291. 3621    deleting non-location
  292. 3622    deleting text-selection (@ or |) location
  293. 3623    deleting non-existent location
  294. 3624    binding non-location
  295. 3625    unbinding non-location
  296. 3700    write error (disk full?)
  297. 3800    value too big to output
  298. 3801*    writing value of unknown type (3801)
  299. 3802    *** Please answer with '%c' or '%c'\n
  300. 3803    *** Just '%c' or '%c', please\n
  301. 3804    *** This is your last chance. Take it. I really don't know what you want.\n    So answer the question\n
  302. 3805    *** Well, I shall assume that your refusal to answer the question means '%c'!\n
  303. 3806    End of input encountered during READ command
  304. 3807    End of input encountered during READ t RAW
  305. 3808    type of expression does not agree with that of EG sample
  306. 3809    *** Please try again\n
  307. 3900    unexpected arithmetic overflow
  308. 4000    cannot create file name for %s
  309. 4001    filename and how-to name incompatible for %s
  310. 4002    cannot create file %s; need write permission in directory
  311. 4003    unable to find file
  312. 4004*    wrong nodetype of how-to (4004)
  313. 4005    there is already a how-to with this name
  314. 4006    there is already a permanent location with this name
  315. 4007    *** the how-to name is already in use;\n*** should the old how-to be discarded?\n*** (if not you have to change the how-to name)\n
  316. 4008    *** the how-to name is already in use for a permanent location;\n*** should that location be deleted?\n*** (if not you have to change the how-to name)\n
  317. 4009    I find nothing editible here
  318. 4010    no current how-to
  319. 4011    *** do you want to visit the version with %c or %c operands?\n
  320. 4012    *** you have no write permission in this workspace:\n*** you may not change the how-to\n*** do you still want to display the how-to?\n
  321. 4013    *** cannot create file name;\n*** you have to change the how-to name\n
  322. 4014    %s isn't a how-to in this workspace
  323. 4015*    ens_filed() (4015)
  324. 4016    no current location
  325. 4017    *** you have no write permission in this workspace:\n*** you may not change the location\n*** do you still want to display the location?\n
  326. 4018    %s isn't a location in this workspace
  327. 4019    value is not a table
  328. 4020    in t[k], k is not a text
  329. 4021    Press [SPACE] for more, [RETURN] to exit list
  330. 4100*    stack underflow (4100)
  331. 4101*    bad call type (4101)
  332. 4102*    stack clobbered (4102)
  333. 4103    You haven't told me HOW TO REPORT %s
  334. 4104    You haven't told me HOW TO RETURN %s
  335. 4105*    invoked how-to has other adicity than invoker (4105)
  336. 4106*    udfpr with predefined how-to (4106)
  337. 4107*    formula called with non-function (4107)
  338. 4108*    proposition called with non-predicate (4108)
  339. 4109*    extract (4109)
  340. 4110    putting non-compound in compound parameter
  341. 4111    parameter has wrong length
  342. 4112*    not a compound in sub_epibreer (4112)
  343. 4113*    bad nodetype in sub_epibreer (4113)
  344. 4114*    too many tags in sub_putback (4114)
  345. 4115*    not a compound in sub_putback (4115)
  346. 4116*    bad node type in sub_putback (4116)
  347. 4117*    not a compound in collect_value (4117)
  348. 4118*    bad node type in collect_value (4118)
  349. 4119    on return, part of compound holds no value
  350. 4120    value of expression parameter changed
  351. 4121*    bad def in x_user_command (4121)
  352. 4122    You haven't told me HOW TO %s
  353. 4200*    loctype asked of non-location (4200)
  354. 4201*    valtype called with unknown type (4201)
  355. 4400    in ... i IN e, i contains a non-local name
  356. 4500*    in cmdline() (4500)
  357. 4600    *** %s isn't the name of a location\n
  358. 4601    *** %s hasn't been initialised\n
  359. 4602    *** %s isn't a table\n
  360. 4603    *** Errors while recovering workspace:\n
  361. 4604    *** %s: cannot derive a location name\n
  362. 4605    *** %s: cannot read this file\n
  363. 4606    *** %s: cannot derive a how-to name\n
  364. 4607    *** %s: cannot rename this file\n
  365. 4608    *** %s: the ABC name for this file is already in use\n
  366. 4609    *** %s: cannot create this file\n
  367. 4610    *** Errors while recovering the workspace index\n
  368. 4611    *** %s: cannot derive an ABC name for this workspace\n
  369. 4612    *** %s: the ABC name for this workspace is already in use\n
  370. 4700    *** Interrupted\n
  371. 6000    Empty copy buffer
  372. 6001    Trouble with your how-to, see last line. Hit [interrupt] if you don't want this
  373. 6002    Spaces and tabs mixed for indentation; check your program layout
  374. 6003    There are still holes left.  Please fill or delete these first.
  375. 6004    I cannot [goto] that position
  376. 6005    Sorry, I could not [goto] that position
  377. 6006    You can't use [goto] in recording mode
  378. 6007    Cannot insert '%c'
  379. 6008    No keystrokes recorded
  380. 6009    Keystrokes recorded, use [play] to play back
  381. 6010    This redo brought you to an older version.  Use [undo] to cancel
  382. 6200    Sorry, I can't edit file \"%s\"
  383. 6201    excessively nested indentation
  384. 6202    indentation messed up
  385. 6203    unexpected indentation increase
  386. 6204*    readsym: ungetc failed (6204)
  387. 6300    Cannot save how-to on file \"%s\"
  388. 6400    Recording
  389. 6401    Copy buffer
  390. 6500    Errors in key definitions file:\n
  391. 6501    Definition for command %s starts with '%c'.
  392. 6502    Definition for command %s would produce an interrupt or suspend.
  393. 6503    Definition for command %s would produce an interrupt.
  394. 6504    Too many key definitions
  395. 6505    no '[' before name
  396. 6506    No name after '['
  397. 6507    no ']' after name
  398. 6508    opening string quote not found
  399. 6509    closing string quote not found in definition
  400. 6510    definition string too long
  401. 6511    opening string quote not found in representation
  402. 6512    closing string quote not found in representation
  403. 6513    unprintable character in representation
  404. 6514    representation string too long
  405. 6515    Name %s not followed by '='
  406. 6516    Unknown command name: %s
  407. 6517    Cannot rebind %s in keysfile
  408. 6518    No '=' after definition for name %s
  409. 6519*    too many predefined keys (6519)
  410. 6600    *** Bad $TERM or termcap, or dumb terminal\n
  411. 6601    *** Bad SCREEN environment\n
  412. 6602    *** Cannot reach keyboard or screen\n
  413. 6700    Press [SPACE] for more, [RETURN] to exit help
  414. 6701    Press [SPACE] or [RETURN] to exit help
  415. 6702    *** Cannot find or read help file [%s]
  416. 6900    \nUsage:  abc [-W ws.group] [-w ws.name]\n
  417. 6901                [ -i tab | -o tab | -l | -p | -u [file ...] | -r | -R | file ...]\n
  418. 6902    \nWorkspace Options:\n
  419. 6903         -W dir        use group of workspaces in 'dir' (default $HOME/abc)\n
  420. 6904         -w name       start in workspace 'name' (default: last workspace)\n
  421. 6905         -w path       use 'path' as current workspace (no -W option allowed)\n
  422. 6906    \nOther Options:\n
  423. 6907         file ...      Read commands from file(s)\n
  424. 6908    \nSpecial tasks:\n
  425. 6909         -i tab        Fill table 'tab' with text lines from standard input\n
  426. 6910         -o tab        Write text lines from table 'tab' to standard output\n
  427. 6911         -l            List the how-to's in a workspace on standard output\n
  428. 6912         -p            Pack how-to's and locations from workspace to standard output\n
  429. 6913         -u [files]    Unpack workspace from files or standard input\n
  430. 6914         -r            Recover a workspace when its index is lost\n
  431. 6915         -R            Recover the index of a group of workspaces\n
  432. 6916    \nUse 'abckeys' to change key bindings\n
  433. 6917    *** incompatible workspace options\n
  434. 7000    *** can't finish writing suggestion file [%s]
  435. 7100*    s_up failed (7100)
  436. 7101*    s_downi failed (7101)
  437. 7102*    s_down failed (7102)
  438. 7103*    s_downrite failed (7103)
  439. 7900    trmsense called outside trmstart/trmend
  440. 7901    trmputdata called outside trmstart/trmend
  441. 7902    trmscrollup called outside trmstart/trmend
  442. 7903    trmsync called outside trmstart/trmend
  443. 7904    trmbell called outside trmstart/trmend
  444. 8000    argument to graphics command not a vector
  445. 8001    no graphics hardware available
  446.