This file is indexed.

/usr/share/doc/ilisp-doc/ilisp.html is in ilisp-doc 5.12.0+cvs.2004.12.26-25.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The ILISP Inferior Lisp Interface</title>

<meta name="description" content="The ILISP Inferior Lisp Interface">
<meta name="keywords" content="The ILISP Inferior Lisp Interface">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="#Top" rel="start" title="Top">
<link href="#Concept-index" rel="index" title="Concept index">
<link href="#SEC_Contents" rel="contents" title="Table of Contents">
<link href="dir.html#Top" rel="up" title="(dir)">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<h1 class="settitle" align="center">The ILISP Inferior Lisp Interface</h1>



















<a name="Top"></a>
<div class="header">
<p>
Next: <a href="#Distribution" accesskey="n" rel="next">Distribution</a>, Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href="dir.html#Top" accesskey="u" rel="up">(dir)</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<h1 class="node-heading">Top</h1>



<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Distribution" accesskey="1">Distribution</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to get the latest ILISP distribution.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Acknowledgements" accesskey="2">Acknowledgements</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Acknowledgements
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Features" accesskey="3">Features</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">An list of ILISP features.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Installation" accesskey="4">Installation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to install ILISP.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Starting-up" accesskey="5">Starting up</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to run a Lisp process using ILISP.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Keybindings" accesskey="6">Keybindings</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">A word about the keys used by ILISP.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Buffers-of-ILISP" accesskey="7">Buffers of ILISP</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Buffers used by ILISP, and their commands.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#ILISP-Commands" accesskey="8">ILISP Commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Customization" accesskey="9">Customization</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Description of ILISP variables and hooks.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Dialects">Dialects</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How ILISP knows how to communicate with Lisp,
                                    and how to define new dialects.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

Indices:
</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Concept-index">Concept index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">General concepts.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Key-index">Key index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">ILISP key sequences.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Command-index">Command index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Commands by name.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Variable-index">Variable index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Variables and hooks that influence ILISP&rsquo;s
								   behavior.
</td></tr>
<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">

</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="#Function-index">Function index</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Internal Emacs Lisp functions.
</td></tr>
</table>

<hr>
<a name="Distribution"></a>
<div class="header">
<p>
Next: <a href="#Acknowledgements" accesskey="n" rel="next">Acknowledgements</a>, Previous: <a href="#Top" accesskey="p" rel="prev">Top</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="How-to-get-the-latest-ILISP-distribution_002e"></a>
<h2 class="unnumbered">How to get the latest ILISP distribution.</h2>

<p>ILISP is &ldquo;free&rdquo;; this means that everyone is free to use it and free
to redistribute it on a free basis.  ILISP is not in the public domain;
it is copyrighted and there are restrictions on its distribution, but
these restrictions are designed to permit everything that a good
cooperating citizen would want to do.  What is not allowed is to try to
prevent others from further sharing any version of ILISP that they might
get from you.  The precise conditions appear in the file
<samp>COPYING</samp>.
<a name="index-COPYING"></a>
</p>
<p>The easiest way to get a copy of ILISP is from someone else who has it.
You need not ask for permission to do so, or tell any one else; just
copy it.
</p>
<p>General information on ILISP is available at:
</p><div class="example">
<pre class="example">http://ilisp.cons.org/
</pre></div>

<p>The project site, which provides access to the CVS source tree, bug
database, mailing lists and other resources, is hosted at SourceForge:
</p><div class="example">
<pre class="example">http://sourceforge.net/projects/ilisp/
</pre></div>

<p>The following mailing lists are available:
</p><dl compact="compact">
<dt><samp>ilisp-announce</samp></dt>
<dd><p>Subscribe to this list if you want to receive public announcements
regarding ILISP.
<a name="index-ilisp_002dannounce-mailing-list"></a>
</p>
</dd>
<dt><samp>ilisp-devel</samp></dt>
<dd><p>This is the list for people who want to be actively involved in the
development of ILISP.
<a name="index-ilisp_002ddevel-mailing-list"></a>
</p>
</dd>
<dt><samp>ilisp-help</samp></dt>
<dd><p>This is the list for asking usage questions regarding ILISP.
<a name="index-ilisp_002dhelp-mailing-list"></a>
</p>
</dd>
<dt><samp>ilisp-cvs</samp></dt>
<dd><p>Subscribe to this list <em>only</em> if you want to monitor the CVS
repository activity.
<a name="index-ilisp_002dcvs-mailing-list"></a>
</p></dd>
</dl>

<p>You can subscribe to the lists and access the archives via the general
information pages:
</p><ul>
<li> <code>http://lists.sourceforge.net/mailman/listinfo/ilisp-announce</code>

</li><li> <code>http://lists.sourceforge.net/mailman/listinfo/ilisp-devel</code>

</li><li> <code>http://lists.sourceforge.net/mailman/listinfo/ilisp-help</code>

</li><li> <code>http://lists.sourceforge.net/mailman/listinfo/ilisp-cvs</code>
</li></ul>

<p>You may send bug reports, questions, suggestions, etc. to
<samp>ilisp-help</samp> or <samp>ilisp-devel</samp>.  To report a bug you can also
switch to the buffer where the problem occurs, execute the <code>M-x
ilisp-bug</code> command and follow the displayed instructions.
<a name="index-Mailing-lists"></a>
<a name="index-Reporting-bugs"></a>
<a name="index-Bugs_002c-reporting-them"></a>
<a name="index-ilisp_002dbug"></a>
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#FTP-and-Web-directions" accesskey="1">FTP and Web directions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">FTP and Web directions
</td></tr>
</table>

<hr>
<a name="FTP-and-Web-directions"></a>
<div class="header">
<p>
Up: <a href="#Distribution" accesskey="u" rel="up">Distribution</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="FTP-and-Web-directions-1"></a>
<h3 class="unnumberedsec">FTP and Web directions</h3>
<a name="index-FTP-site"></a>
<a name="index-Anonymous-FTP"></a>
<a name="index-Downloading-ILISP"></a>
<a name="index-Web-site"></a>
<a name="index-How-to-get"></a>
<a name="index-Getting-ILISP"></a>
<p>You can get the distribution file, <code>ilisp-x.y.z.tar.gz</code>
(<code>ilisp-x.y.z.zip</code>), via HTTP or anonymous FTP at the following
addresses:
</p>
<ul>
<li> <code>http://sourceforge.net/project/showfiles.php?group_id=3957</code>

</li><li> <code>http://www2.cons.org:8000/ftp-area/ilisp/</code>

</li><li> <code>ftp://ftp2.cons.org/pub/languages/lisp/ilisp/</code>

</li></ul>

<p>If you use a tty ftp client, just log in as &rsquo;anonymous&rsquo;.
</p>
<p>Please report any problems to the <samp>ilisp-help</samp> mailing list.
See <a href="#Distribution">Distribution</a>.
<a name="index-ilisp_002dhelp-mailing-list-1"></a>
</p>
<p>Unpack and install:
</p>
<p><code>% <em>gzip -dc ilisp-x.y.z.tar.gz | tar xf -</em></code>
</p>
<p>or
</p>
<p><code>% <em>unzip ilisp-x.y.z.zip</em></code>
</p>
<p>See <a href="#Installation">Installation</a>.
</p>

<hr>
<a name="Acknowledgements"></a>
<div class="header">
<p>
Next: <a href="#Features" accesskey="n" rel="next">Features</a>, Previous: <a href="#Distribution" accesskey="p" rel="prev">Distribution</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Acknowledgements-1"></a>
<h2 class="unnumbered">Acknowledgements</h2>

<p>ILISP replaces the standard inferior Lisp mode.  ILISP is based on
comint mode and derived from a number of different interfaces including
Symbolics, CMU Common Lisp, and Thinking Machines.
</p>
<p>There are many people that have taken the time to report bugs, make
suggestions and even better send code to fix bugs or implement new
features.
</p>
<p>Thanks to
Paolo Amoroso,
Martin Atzmueller,
David Bakash,
Daniel Barlow,
Guido Bosch,
Tim Bradshaw,
David Braunegg,
Thomas M. Breuel,
Craig Brozefsky,
Rick Campbell,
Hans Chalupsky,
Bill Clementson,
Kimball Collins,
William Deakin,
Brian Dennis,
David Duff,
Tom Emerson,
Michael Ernst,
Scott Fahlman,
Karl Fogel,
Dave Fox,
Paul Fuqua (for the CMU-CL GC display code),
David Gadbois,
Robert P. Goldman,
Marty Hall,
Richard Harris,
Utz-Uwe Haus,
Jim Healy,
Matthias Hoelzl,
Christopher Hoover,
Larry Hunter,
Ben Hyde,
Chuck Irvine,
Mark Kantrowitz,
Michael Kashket,
Matthias Koeppe,
Hannu Koivisto,
Qiegang Long,
Christian Lynbech,
Erik Naggum,
Alain Picard
Dan Pierson,
Yusuf Pisan,
Frank Ritter,
Ole Rohne,
Kevin Rosenberg,
Jeffrey Mark Siskind,
Neil Smithline,
Richard Stallman,
Larry Stead,
Jason Trenouth,
Christof Ullwer,
Reini Urban,
Bjorn Victor,
Edmund Weitz,
Fred White,
Ben Wing,
Matsuo Yoshihiro,
Jamie Zawinski
and many others for bug reports, suggestions and
code.  Our apologies to anyone we may have forgotten.
</p>
<p>Special thanks to Todd Kaufmann for the texinfo file, work on bridge,
epoch-pop and for really exercising everything.
</p>
<p>Please send bug reports, fixes and extensions to the <samp>ilisp-devel</samp>
mailing list so that they can be merged into the master
source. See <a href="#Distribution">Distribution</a>.
<a name="index-ilisp_002ddevel-mailing-list-1"></a>
</p><div class="example">
<pre class="example">--Chris McConnell                     1991-03-18
--Ivan Vazquez                        1993-06-27
--Marco Antoniotti and Rick Campbell  1996-10-25
--Marco Antoniotti and Paolo Amoroso  1999-08-19
</pre></div>


<hr>
<a name="Features"></a>
<div class="header">
<p>
Next: <a href="#Installation" accesskey="n" rel="next">Installation</a>, Previous: <a href="#Acknowledgements" accesskey="p" rel="prev">Acknowledgements</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Features-1"></a>
<h2 class="unnumbered">Features</h2>
<a name="index-features"></a>

<p>ILISP is an interface from GNU Emacs to an inferior Lisp.  It has the
following features:
</p>
<ul>
<li> Runs under Emacs 18 through 21, and XEmacs 19 through 21.

</li><li> Support for multiple Common Lisp (including Allegro, CLISP and CMU),
XLisp and Scheme dialects on multiple machines even at the same time.

</li><li> Dynamically sized pop-up windows that can be buried and scrolled from
any window.

</li><li> When the user sends an expression from a Lisp source buffer for
evaluation in an inferior Lisp process, ILISP automatically switches to
the package that is indicated at the beginning of the buffer.  The
expression is therefore read by the inferior Lisp process with the
correct current package.

</li><li> Evaluation and compilation of an entire file, or of a region, a
definition, or an s-expression of a buffer.  The user can specify for
ILISP to switch to the inferior Lisp buffer after evaluation or
compilation.  The user can also specify that a function definition
should be called after evaluation.  Evaluation and compilation can be
done either synchronously (ILISP waits for the answer), asynchronously
(ILISP does not wait), or in batch mode.

</li><li> Arglist, documentation, describe, inspect and macroexpand.

</li><li> Completion of filename components and Lisp symbols including partial matches.

</li><li> Find source both with and without help from the inferior Lisp,
including CLOS methods, multiple definitions and multiple files.


</li><li> Edit the callers of a function with and without help from the
inferior Lisp.

</li><li> Trace/untrace a function.

</li><li> <kbd>M-q</kbd> (&ldquo;Fill-paragraph&rdquo;) works properly on paragraphs in comments,
strings and code.

</li><li> Find unbalanced parentheses.

</li><li> ILISP has commands for closing all open parentheses of the current
&ldquo;defun&rdquo; (in Emacs terminology).

</li><li> Handles editing, entering and indenting full Lisp expressions.

</li><li> Next, previous, and similar history mechanism compatible with comint.

</li><li> Handles Lisp errors.

</li><li> Uniform interface to Lisp debuggers.

</li><li> Result histories are maintained in the inferior Lisp.

</li><li> Does not create spurious symbols and handles case issues.

</li><li> Online manuals for ILISP and Common Lisp.

</li></ul>

<hr>
<a name="Installation"></a>
<div class="header">
<p>
Next: <a href="#Starting-up" accesskey="n" rel="next">Starting up</a>, Previous: <a href="#Features" accesskey="p" rel="prev">Features</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="How-to-install-ILISP"></a>
<h2 class="chapter">1 How to install ILISP</h2>
<a name="index-Installation"></a>
<p>Installation of ILISP and some initialization of your computing
environment are described in this chapter.  Please read the following
sections carefully before getting started with ILISP.
</p>
<p>Copy the ILISP distribution archive, e.g. <code>ilisp-x.y.z.tar.gz</code>, to
the location where you would like to install it. Next extract the
archive, see See <a href="#FTP-and-Web-directions">FTP and Web directions</a>. You may need root privileges to
perform these operations.
</p>


<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Configuration-and-compilation" accesskey="1">Configuration and compilation</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
</table>

<hr>
<a name="Configuration-and-compilation"></a>
<div class="header">
<p>
Up: <a href="#Installation" accesskey="u" rel="up">Installation</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Configuration-and-compilation-1"></a>
<h3 class="section">1.1 Configuration and compilation</h3>

<p>Some configuration needs to be done before compiling the Emacs Lisp
files that comprise ILISP.  Start with the <samp>Makefile</samp> file, in the
section after the comment <code>Various variables</code> (you can
safely ignore the variables for configuring packaging and distribution,
which are intended for maintainers).
</p>
<p>First, set the <code>EMACS</code> variable to be the pathname of the Emacs you
will be using ILISP with. This is the Emacs that will be used to compile
ILISP with. Be sure to set <code>LN</code> to the name of your operating
system&rsquo;s command for creating symbolic filesystem links,
<strong>especially if you are a Windows user</strong>.
</p>
<a name="index-Compiling-ILISP-files"></a>
<a name="index-Byte_002dcompiling-ILISP-files"></a>
<a name="index-Makefile"></a>
<a name="index-ilisp_002dcompile_002dinits"></a>
<a name="index-EMACS"></a>
<a name="index-LN"></a>
<a name="index-HyperSpec-2"></a>
<a name="index-ilisp_002dload_002dinits"></a>
<a name="index-ilisp_002dsite_002dhook"></a>
<a name="index-ilisp_002dprogram"></a>
<a name="index-ilisp_002dinit_002dbinary_002dcommand"></a>
<a name="index-ilisp_002dinit_002dbinary_002dextension"></a>

<p>If your Emacs supports the <code>easymenu</code> package, it is possible to
make ILISP add to Lisp mode buffers and buffers with inferior Lisp
processes, or to Scheme mode buffers and buffers with inferior Scheme
processes, an <code>Ilisp</code> menu with all available commands. To enable
this feature, set to <code>t</code> the variable
<code>ilisp-*enable-cl-easy-menu-p*</code> in <samp>ilisp-def.el</samp> for the Common
Lisp dialects, and <code>ilisp-*enable-scheme-easy-menu-p*</code> for Scheme
dialects. Setting these variables also causes the default <code>Lisp</code>
menu to be removed before displaying the <code>Ilisp</code> one.
<a name="index-easymenu-package"></a>
<a name="index-Ilisp-menu"></a>
<a name="index-Lisp-menu"></a>
<a name="index-ilisp_002d_002aenable_002dcl_002deasy_002dmenu_002dp_002a"></a>
<a name="index-ilisp_002d_002aenable_002dscheme_002deasy_002dmenu_002dp_002a"></a>
<a name="index-ilisp_002ddef_002eel"></a>
</p>
<p>See the file <samp>INSTALLATION</samp> for additional configuration options
and known problems for specific Lisp dialects.
<a name="index-INSTALLATION"></a>
</p>
<p>Run <code>make</code> or <code>make compile</code> to build ILISP from source.
Ignore any compilation warnings unless they result in ILISP not
compiling completely. If you are a Windows user, and you don&rsquo;t have GNU
<code>make</code>, you can still compile ILISP by running the
<samp>icompile.bat</samp> batch file (be sure to customize for your system the
variables mentioned by the comment at the top).
<a name="index-make"></a>
<a name="index-make-compile"></a>
<a name="index-Windows_002c-compiling-under"></a>
<a name="index-icompile_002ebat"></a>
</p>
<p>To activate ILISP you should add appropriate Emacs Lisp forms to your
<samp>.emacs</samp> or to the system-wide <samp>default.el</samp> file, depending on
who will be using ILISP. These forms take care of starting it whenever
you access a Lisp file or run an inferior Lisp process. You can copy
relevant portions of the sample file <samp>ilisp.emacs</samp>, which also
shows how to customize some ILISP features.
<a name="index-ilisp_002eemacs"></a>
<a name="index-_002eemacs"></a>
<a name="index-default_002eel"></a>
</p>
<p>You should add the directory where all of the ILISP Emacs Lisp files
reside to your <code>load-path</code>.  There is an example of this in
<samp>ilisp.emacs</samp>.
</p>
<p>As an alternative you could set up a <samp>.ilisp</samp> which contains the
appropriate portions of <samp>ilisp.emacs</samp>, in order to avoid cluttering
too much <samp>.emacs</samp> or <samp>default.el</samp>.
</p>
<p>The first time a dialect is started, the interface files will complain
about not being compiled, just ignore the message.  Once a Lisp dialect
is started up, you should execute the command <code>ilisp-compile-inits</code>
which will compile the <samp>*.lisp</samp> files and write them to the same
directory as the ILISP files.
<a name="index-ilisp_002dcompile_002dinits-1"></a>
<a name="index-_002elisp-files"></a>
</p>
<p>The binary files should have a unique
extension for each different combination of architecture and
Lisp dialect.  You will need to change
<code>ilisp-init-binary-extension</code> and
<code>ilisp-init-binary-command</code> to get additional
extensions.  The binary for each different architecture
should be different.  If you want to build the interface
files into a Lisp world, you will also need to set
<code>ilisp-load-inits</code> to <code>nil</code> in the same place that
you change <code>ilisp-program</code> to load the Lisp
world.
</p>
<p>There is an <code>ilisp-site-hook</code> for initializing site specific stuff
like program locations when ILISP is first loaded.  You may want to
define appropriate autoloads in your system Emacs start up
file.
<a name="index-ilisp_002dsite_002dhook-1"></a>
</p>
<p>Example site init:
</p><div class="example">
<pre class="example">;;; CMU site
(setq ilisp-site-hook
      '(lambda ()
        (setq ilisp-motd &quot;CMU ILISP V%s&quot;)
        (setq expand-symlinks-rfs-exists t)
        (setq allegro-program &quot;/usr/local/acl5/lisp&quot;)
        (setq lucid-program &quot;/usr/misc/.lucid/bin/lisp&quot;)))
</pre></div>

<p>Kent Pitman and Xanalys Inc. have made publicly available on the Web the
Common Lisp HyperSpec, an HTML version of the full text of the ANSI
Common Lisp specification:
</p><div class="example">
<pre class="example">http://www.xanalys.com/software_tools/reference/HyperSpec/
</pre></div>
<p>It is also possible to get a local copy of the HyperSpec, whose latest
version is currently v6, by downloading the file
<code>HyperSpec-6-0.tar.gz</code> from the above mentioned site.
</p>
<p>Daniel Barlow, Stephen Carney and Erik Naggum independently developed
Emacs Lisp packages for looking up Lisp symbols in the HyperSpec and
displaying the relevant sections with a Web browser. ILISP used to include all
of them in the <samp>extra</samp> directory of the distribution tree.
However, because of some changes to the CLHS only Erik Naggum&rsquo;s
version is now distributed.  If you want to use one of the
others, please contact the other authors.
<a name="index-ANSI-Common-Lisp"></a>
<a name="index-HyperSpec"></a>
<a name="index-Common-Lisp-HyperSpec"></a>
<a name="index-extra"></a>
<a name="index-Common-Lisp-Manual"></a>
</p>
<p>The <samp>ilisp.emacs</samp> file provides sample instructions for making
Naggum&rsquo;s package access a local copy of the HyperSpec. Since the package
relies on the <code>browse-url</code> Emacs package, make sure that the latter
is properly configured.
<a name="index-ilisp_002eemacs-1"></a>
<a name="index-browse_002durl"></a>
</p>
<p>Digital Press has made publicly available online, as a service to the
Lisp community, the full text of the book &ldquo;Common Lisp, The Language&rdquo;
(by Guy L. Steele Jr., 2nd edition, Digital Press, 1990, ISBN
1-55558-041-6; a.k.a. &ldquo;CLtL2&rdquo;) in a number of formats, including HTML.
ILISP provides support, contributed by Utz-Uwe Haus, for looking up Lisp
symbols in the HTML version of the book and displaying the relevant
sections with a Web browser.  See the file <samp>extra/cltl2.el</samp> for
more information on configuring this feature. See <a href="#Documentation-functions">Documentation functions</a>, for usage instructions.
<a name="index-Common-Lisp"></a>
<a name="index-CLtL2"></a>
<a name="index-Common-Lisp-Manual-1"></a>
</p>
<p>The <samp>ilisp.emacs</samp> file provides sample instructions for making
ILISP&rsquo;s CLtL2 support access a local copy of the book.  What has been
said above about <code>browse-url</code> configuration also applies to CLtL2
lookup.
<a name="index-ilisp_002eemacs-2"></a>
<a name="index-browse_002durl-1"></a>
</p>
<p>Note that, althougth Steele&rsquo;s book is a well written and useful resource,
it covers the Common Lisp language in the state it was a few years
before ANSI standardization.  If you need an accurate description of
ANSI Common Lisp, see the above mentioned HyperSpec instead.
</p>
<p>Previous versions of ILISP provided commands for accessing the online
Common Lisp documentation shipped with Franz Inc.&rsquo;s Allegro CL product
(<code>fi:clman</code> module). The public availability of the HyperSpec, and
the inclusion since version 5.9 of ILISP of the <code>hyperspec</code>
packages, make access to the Franz documentation no longer necessary. So
by default ILISP does not load the <code>fi:clman</code> module, but if you
still want to use its commands set the
<code>ilisp-*use-fi-clman-interface-p*</code> to <code>t</code> in
<samp>ilisp-def.el</samp>.
<a name="index-fi_003aclman"></a>
<a name="index-Allegro-CL"></a>
<a name="index-Franz-manual"></a>
<a name="index-ilisp_002d_002ause_002dfi_002dclman_002dinterface_002dp_002a"></a>
<a name="index-ilisp_002ddef_002eel-1"></a>
</p>
<p>The ILISP documentation consists of a user manual and a reference card
(the latter may not be up to date). Both of them are in the <samp>docs</samp>
directory of the distribution tree.
<a name="index-Documentation"></a>
<a name="index-docs"></a>
</p>
<p>The generation of GNU Info, DVI, PostScript and HTML versions of the
documentation from the Texinfo and TeX source is controlled by the
<samp>Makefile</samp> in the <samp>docs</samp> directory. Run <code>make docs</code> or
just <code>make</code> to generate all of the formats. If you are interested
in only some of them then issue the appropriate command: <code>make
info</code> for GNU Info, <code>make dvi</code> for DVI, <code>make ps</code> for
PostScript and <code>make html</code> for HTML. To remove the intermediate
files produced during the generation of DVI output you can run
<code>make tmpclean</code>. Note that some of the output formats may not be
supported for certain documents.
<a name="index-User-manual"></a>
<a name="index-Makefile-1"></a>
<a name="index-docs-1"></a>
<a name="index-make-1"></a>
<a name="index-make-docs"></a>
<a name="index-make-info"></a>
<a name="index-make-dvi"></a>
<a name="index-make-ps"></a>
<a name="index-make-html"></a>
</p>
<p>The ILISP reference card is available as a TeX source file. Check the
comments at the beginning of the file if you need to generate a version
with a different number of columns (the default is 3).
<a name="index-Reference-card"></a>
</p>

<hr>
<a name="Starting-up"></a>
<div class="header">
<p>
Next: <a href="#Keybindings" accesskey="n" rel="next">Keybindings</a>, Previous: <a href="#Installation" accesskey="p" rel="prev">Installation</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="How-to-run-a-Lisp-process-using-ILISP"></a>
<h2 class="chapter">2 How to run a Lisp process using ILISP</h2>
<a name="index-Running-Lisp"></a>
<a name="index-Starting-up-Lisp"></a>
<a name="index-Supported-dialects"></a>
<a name="index-Dialects-supported"></a>
<a name="index-run_002dilisp"></a>
<a name="index-common_002dlisp"></a>
<a name="index-Common-Lisp-1"></a>
<a name="index-allegro"></a>
<a name="index-Allegro-CL-1"></a>
<a name="index-lucid"></a>
<a name="index-Lucid-Common-Lisp"></a>
<a name="index-cmulisp"></a>
<a name="index-CMU-Common-Lisp"></a>
<a name="index-clisp_002dhs"></a>
<a name="index-CLISP"></a>
<a name="index-kcl"></a>
<a name="index-Kyoto-Common-Lisp"></a>
<a name="index-akcl"></a>
<a name="index-Austin-Kyoto-Common-Lisp"></a>
<a name="index-gcl"></a>
<a name="index-GNU-Common-Lisp"></a>
<a name="index-ecl"></a>
<a name="index-EcoLisp"></a>
<a name="index-ibcl"></a>
<a name="index-Ibuki-Common-Lisp"></a>
<a name="index-scheme"></a>
<a name="index-Scheme"></a>
<a name="index-oaklisp"></a>
<a name="index-Oaklisp"></a>
<a name="index-sbcl"></a>
<a name="index-SB-Common-Lisp"></a>
<a name="index-SCM"></a>
<a name="index-scm"></a>
<a name="index-Chez-Scheme"></a>
<a name="index-chez"></a>
<a name="index-STk"></a>
<a name="index-stk"></a>
<a name="index-Snow"></a>
<a name="index-snow"></a>
<a name="index-GUILE"></a>
<a name="index-guile"></a>
<a name="index-MzScheme"></a>
<a name="index-mzscheme"></a>
<a name="index-DrScheme_002djr"></a>
<a name="index-drscheme_002djr"></a>
<a name="index-xlisp"></a>
<a name="index-XLisp"></a>
<a name="index-xlispstat"></a>
<a name="index-XLisp_002dStat"></a>
<a name="index-openmcl"></a>
<a name="index-OpenMCL"></a>
<a name="index-cormanlisp"></a>
<a name="index-Corman-Lisp"></a>

<p>To start a Lisp use <kbd>M-x run-ilisp</kbd>, or a specific dialect like
<kbd>M-x allegro</kbd>.  If one of these two functions is called with a
numerical prefix, the user will be prompted for a buffer name and a
program to run.  The default buffer name is the name of the dialect with
<code>*</code>s around it.  The default program for a dialect will be the value
of DIALECT-program or the value of ilisp-program inherited from a less
specific dialect.  If there are multiple Lisp&rsquo;s, use the dialect name or
<kbd>M-x select-ilisp</kbd> (<kbd><span class="key">C-z</span> S</kbd>) to select the current ILISP
buffer.
</p>
<p>Entry into ILISP mode runs the hooks on <code>comint-mode-hook</code> and
<code>ilisp-mode-hook</code> and then DIALECT-hooks specific to Lisp
dialects in the nesting order above.  Many dialects call
<code>ilisp-load-init</code> in their dialect setup.
</p>
<p>These are the currently supported dialects.
</p>
<ul>
<li> <code>allegro</code>
Allegro Common Lisp from Franz Inc.

</li><li> <code>akcl</code>
Austin Kyoto Common Lisp, the U. Texas derivative.

</li><li> <code>chez</code>
Chez Scheme by Cadence Research Systems.

</li><li> <code>clisp-hs</code>
CLISP by Haible and Stoll.

</li><li> <code>cmulisp</code>
CMU Common Lisp, the major development platform for ILISP so far.

</li><li> <code>cormanlisp</code>
Corman Common Lisp by Roger Corman.

</li><li> <code>drscheme-jr</code>
DrScheme-jr by Rice University&rsquo;s PLT.

</li><li> <code>common-lisp</code>
Generic Common Lisp.

</li><li> <code>ecl</code>
EcoLisp, the Embeddable Common Lisp by Beppe Attardi. A derivative of
KCL and AKCL.

</li><li> <code>gcl</code>
GNU Common Lisp, the official GNU release. A derivative of AKCL.

</li><li> <code>guile</code>
GUILE Scheme by the GNU Project.

</li><li> <code>ibcl</code>
Ibuki Common Lisp, derived from KCL.

</li><li> <code>kcl</code>
Kyoto Common Lisp, original version.

</li><li> <code>liquid</code>
Liquid Common Lisp, the successor of Lucid Common Lisp supported by
Xanalys/Harlequin Ltd.

</li><li> <code>lispworks</code>
LispWorks Common Lisp from Xanalys/Harlequin Ltd.

</li><li> <code>lucid</code>
Lucid Common Lisp, currently supported by Xanalys/Harlequin Ltd.

</li><li> <code>mzscheme</code>
MzScheme by Rice University&rsquo;s PLT.

</li><li> <code>oaklisp</code>
Oaklisp scheme.

</li><li> <code>openmcl</code>
OpenMCL.

</li><li> <code>sbcl</code>
Steel Bank Common Lisp

</li><li> <code>scheme</code>
Generic Scheme.

</li><li> <code>scm</code>
SCM Scheme by Aubrey Jeffer.

</li><li> <code>snow</code>
Snow, STk Scheme without supoort for the Tk toolkit.

</li><li> <code>stk</code>
STk scheme by Erick Gallesio.

</li><li> <code>xlisp</code>
XLisp by David Betz.

</li><li> <code>xlispstat</code>
XLisp-Stat, a derivative of XLisp for statistical computations.
</li></ul>

<p><em>Support for Scheme and XLisp dialects is experimental</em> and your
feedback is welcome. The <samp>ilisp-s2c.el</samp> file contains a first cut
at defining the Scheme-&gt;C dialect, but it is neither compiled nor loaded
by ILISP.
<a name="index-XLisp-1"></a>
<a name="index-XLisp_002dStat-1"></a>
<a name="index-Scheme_002d_003eC"></a>
<a name="index-ilisp_002ds2c_002eel"></a>
</p>
<p>To define a new dialect, See <a href="#Defining-new-dialects">Defining new dialects</a>, and
See <a href="#Customization">Customization</a>. If anyone figures out support for other dialects,
I would be happy to include it in future releases.  See <a href="#Dialects">Dialects</a>.
</p>
<p>The currently supported dialects are listed below so that the
indentation correponds to the hierarchical relationship between
dialects:
</p><div class="example">
<pre class="example"> common-lisp
   allegro
   clisp-hs
   cmulisp
   cormanlisp
   kcl
     akcl
       gcl
       ecl
     ibcl
   lispworks
   lucid
     liquid
   openmcl
   sbcl
 scheme
   chez
   guile
   mzscheme
     drscheme-jr
   oaklisp
   Scheme-&gt;C (still &quot;in fieri&quot;)
   scm
   snow
   stk
 xlisp
   xlispstat
</pre></div>


<hr>
<a name="Keybindings"></a>
<div class="header">
<p>
Next: <a href="#Buffers-of-ILISP" accesskey="n" rel="next">Buffers of ILISP</a>, Previous: <a href="#Starting-up" accesskey="p" rel="prev">Starting up</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="A-word-about-the-keys-used-by-ILISP"></a>
<h2 class="chapter">3 A word about the keys used by ILISP</h2>
<a name="index-keybindings"></a>
<a name="index-FSF-keyspace"></a>
<a name="index-ilisp_002d_002ause_002dfsf_002dcompliant_002dkeybindings_002a"></a>

<p>By default, most ILISP commands are bound under the prefix key
<tt class="key">C-z</tt>.  Unfortunately, these bindings predate the modern FSF Emacs
keyspace policies, which stipulate that packages should use <tt class="key">C-c</tt> as
a prefix, and bind only control characters, digits, and a few specific
punctuation chars under that prefix.
</p>
<p>If you are already accustomed to the old ILISP bindings, don&rsquo;t worry &ndash;
we haven&rsquo;t changed the default.  However, for new users who don&rsquo;t have
old habits to unlearn, ILISP offers FSF-compliant bindings as an
alternative to the default.  To be compliant (and who wouldn&rsquo;t want to
be compliant?), put this line in your <samp>.emacs</samp> or in the
system-wide <samp>default.el</samp> file:
</p>
<div class="example">
<pre class="example">   (setq ilisp-*use-fsf-compliant-keybindings* t)
</pre></div>

<p>This will cause the ILISP prefix key to be <tt class="key">C-c</tt>, and also change
some of the bindings underneath that prefix.  After you do this, ILISP
will be FSF-compliant.
</p>
<p>Because the rest of this document was originally written for the old,
default ILISP bindings, you&rsquo;ll need to make some mental translations if
you choose FSF-compliance:
</p>
<ul>
<li> All key bindings are compliant with the FSF guidelines for major mode
key bindings. In some cases, there is an overlap with a key binding
that is defined in either standard Emacs or comint mode; however, in
these cases, the overlap is consistent with the FSF guideline that &quot;it
is reasonable for a major mode to rebind a key sequence with a
standard meaning, if it implements a command that does &rsquo;the same job&rsquo;
in a way that fits the major mode better&quot;.

</li><li> Where possible, mnemonic key bindings have been made to facilitate
ease of learning and frequently-used commands have been assigned to a
key binding that is easy to reach.

</li><li> All of the &lt;query&gt; related functions are set up on on <kbd><span class="key">C-c
C-q</span> C-&lt;letter&gt;</kbd> key bindings. Rationale: The &quot;q&quot; binding is a
mnemonic binding.

</li><li> All of the &lt;eval&gt; related functions are set up on on <kbd><span class="key">C-c
C-j</span> C-&lt;letter&gt;</kbd> key bindings. Rationale: <kbd>C-c C-j</kbd> is an easy
control key sequence to hit and the &quot;eval&quot; functions are used quite a
lot.

</li><li> All of the &lt;compile&gt; related functions are set up on on <kbd><span class="key">C-c
C-k</span> C-&lt;letter&gt;</kbd> key bindings. Rationale: <kbd>C-k</kbd> is mnemonic for
&quot;kompile&quot;.

</li><li> All of the &lt;action&gt;-and-go-lisp functions are of the form
<kbd><span class="key">C-c C-&lt;character&gt;</span> M-&lt;letter&gt;</kbd>. The corresponding &lt;action&gt;
functions are set up on the <kbd><span class="key">C-c C-&lt;character&gt;</span> C-&lt;letter&gt;</kbd>
binding. Rationale: This is an easy sequence to remember - the
&quot;and-go-lisp&quot; function is just the exact same sequence as the ordinary
function but with the last character modified with Meta rather than
control.

</li><li> All of the &lt;buffer/edit&gt; related functions are set up on on
<kbd><span class="key">C-c C-v</span> C-&lt;letter&gt;</kbd> key bindings. Rationale: <kbd>C-c C-v</kbd>
is an easy control key sequence to hit and the &quot;buffer/edit&quot; functions
are used quite a lot.

</li><li> All of the &lt;debug&gt; related functions are set up on on <kbd><span class="key">C-c
C-b</span> C-&lt;letter&gt;</kbd> key bindings. Rationale: These are de&quot;b&quot;ugging
commands.

</li></ul>

<p>Remember that you can type <kbd>C-h m</kbd> at any time to see help on the
current major mode, which will show (among other things) a list of all
currently active keybindings.
</p>
<hr>
<a name="Buffers-of-ILISP"></a>
<div class="header">
<p>
Next: <a href="#ILISP-Commands" accesskey="n" rel="next">ILISP Commands</a>, Previous: <a href="#Keybindings" accesskey="p" rel="prev">Keybindings</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Buffers-used-by-ILISP_002c-and-their-commands"></a>
<h2 class="chapter">4 Buffers used by ILISP, and their commands</h2>
<a name="index-buffers-of-ILISP"></a>
<a name="index-ILISP-buffers"></a>
<dl compact="compact">
<dt><code>*<var>dialect</var>*</code></dt>
<dd><p>The Lisp listener buffer.  Forms can be entered in this buffer in, and
they will be sent to Lisp when you hit return if the form is complete.
This buffer is in ilisp-mode, which is built on top of comint-mode, and
all comint commands such as history mechanism and job control are
available.
</p>
</dd>
<dt><code><var>lisp-mode-buffers</var></code></dt>
<dd><p>A buffer is assumed to contain Lisp source code if its major mode is in
the list <code>lisp-source-modes</code>.  If it&rsquo;s loaded into a buffer that is
in one of these major modes, it&rsquo;s considered a Lisp source file by
<code>find-file-lisp</code>, <code>load-file-lisp</code> and
<code>compile-file-lisp</code>.
Used by these commands to determine defaults.
</p>
</dd>
<dt><code><code>*Completions*</code></code></dt>
<dd><a name="index-_002aCompletions_002a-buffer"></a>
<p>Used for listing completions of symbols or files by the completion commands.
See <a href="#Completion">Completion</a>.
</p>
</dd>
<dt><code>*Aborted Commands*</code></dt>
<dd><a name="index-_002aAborted-Commands_002a-buffer"></a>
<p>See <a href="#Interrupts">Interrupts</a>.
</p>
</dd>
<dt><code>*Errors*</code></dt>
<dt><code>*Output*</code></dt>
<dt><code>*Error Output*</code></dt>
<dd><a name="index-_002aError-Output_002a-buffer"></a>
<a name="index-_002aErrors_002a-buffer"></a>
<a name="index-_002aOutput_002a-buffer"></a>
<p>used to pop-up results and errors from the inferior Lisp.
</p>
</dd>
<dt><code>*ilisp-send*</code></dt>
<dd><a name="index-_002ailisp_002dsend_002a-buffer"></a>
<p>Buffer containing the last form sent to the inferior Lisp.
</p>
</dd>
<dt><code>*Edit-Definitions*</code></dt>
<dt><code>*All-Callers*</code></dt>
<dd><a name="index-_002aEdit_002dDefinitions_002a-buffer"></a>
<a name="index-_002aAll_002dCallers_002a-buffer"></a>
<p>See <a href="#Source-code-commands">Source code commands</a>.
</p>
</dd>
<dt><code>*Last-Changes*</code></dt>
<dt><code>*Changed-Definitions*</code></dt>
<dd><a name="index-_002aLast_002dChanges_002a-buffer"></a>
<a name="index-_002aChanged_002dDefinitions_002a-buffer"></a>
<p>See <a href="#Batch-commands">Batch commands</a>.
</p>
</dd>
<dt><code>*Arglist-Output*</code></dt>
<dd><a name="index-_002aArglist_002dOutput_002a-buffer"></a>
<p>A buffer for showing arglist messages.
</p></dd>
</dl>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Typeout-windows" accesskey="1">Typeout windows</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">temporary windows used for display.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Switching-buffers" accesskey="2">Switching buffers</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Switching buffers
</td></tr>
</table>

<hr>
<a name="Typeout-windows"></a>
<div class="header">
<p>
Next: <a href="#Switching-buffers" accesskey="n" rel="next">Switching buffers</a>, Up: <a href="#Buffers-of-ILISP" accesskey="u" rel="up">Buffers of ILISP</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Typeout-windows-1"></a>
<h3 class="section">4.1 Typeout windows</h3>
<a name="index-Typeout-windows"></a>

<p>All ILISP output is funneled through the function which is bound to
the hook <code>ilisp-display-output-function</code>.  The function gets
a single argument, a string, and should make that output visible to
the user somehow.
</p>
<p>One possible choice for output display is
<code>ilisp-display-output-in-typeout-window</code>,
which pops up a window at the top of the current screen which is
just large enough to display the output.  This window can be
&ldquo;remotely controlled&rdquo; by the commands <code>ilisp-scroll-output</code>,
<code>ilisp-bury-output</code>, and <code>ilisp-grow-output</code>.
</p>
<p>Unlike the old popper facility, the ilisp typeout window facility
does not trounce on any existing Emacs functions or on any common
key bindings, like <kbd>C-x o</kbd>.
</p>
<p>Other built-in functions which might be useful as values for
<code>ilisp-display-output-function</code> include
<code>ilisp-display-output-default</code>,
<code>ilisp-display-output-adaptively</code>,
<code>ilisp-display-output-in-lisp-listener</code>,
<code>ilisp-display-output-in-temp-buffer</code>, and
<code>ilisp-display-output-in-typeout-window</code>.
</p>
<p>The default display function is <code>ilisp-display-output-default</code>,
which obeys the <code>lisp-no-popper</code> variable.
</p>
<p>Users are encouraged to write their own output display functions
to get the exact desired behavior, displaying on a private Emacs
screen, in a pop-up dialog box, or whetever.
</p>

<dl compact="compact">
<dt><kbd><span class="key">C-z</span> 1   (ilisp-bury-output)</kbd></dt>
<dd><p>deletes and buries the typeout output window.
<a name="index-C_002dz-1"></a>
<a name="index-ilisp_002dbury_002doutput"></a>
<a name="index-bury-output-window"></a>
</p>

</dd>
<dt><kbd><span class="key">C-z</span> v   (ilisp-scroll-output)</kbd></dt>
<dd><p>scrolls the output window if it is showing, otherwise does nothing.
If it is called with a negative prefix, it will scroll backwards.
<a name="index-scrolling-output"></a>
<a name="index-ilisp_002dscroll_002doutput"></a>
<a name="index-C_002dz-v"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> G   (ilisp-grow-output)</kbd></dt>
<dd><p>will grow the output window if showing by the prefix number of lines.
<a name="index-grow-output-window"></a>
<a name="index-ilisp_002dgrow_002doutput"></a>
<a name="index-C_002dz-G"></a>
</p>
</dd>
</dl>

<p>An alternative to typeout windows is to always have the inferior Lisp
buffer visible and have all output go there.  Setting
<code>lisp-no-popper</code> to <code>t</code> will cause all output to go to the
inferior Lisp buffer.  Setting <code>lisp-no-popper</code> to <code>'message</code>
will make output of one line go to the message window. Setting
<code>comint-always-scroll</code> to <code>t</code> will cause process output to
always be visible.  If a command gets an error, you will be left in the
break loop.
</p>
<a name="index-Turning-off-typeout-windows"></a>
<a name="index-comint_002dalways_002dscroll"></a>
<a name="index-lisp_002dno_002dpopper"></a>



<hr>
<a name="Switching-buffers"></a>
<div class="header">
<p>
Previous: <a href="#Typeout-windows" accesskey="p" rel="prev">Typeout windows</a>, Up: <a href="#Buffers-of-ILISP" accesskey="u" rel="up">Buffers of ILISP</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Switching-buffers-1"></a>
<h3 class="section">4.2 Switching buffers</h3>

<p>Commands to make switching between buffers easier.
<a name="index-Switching-buffers"></a>
</p>
<dl compact="compact">
<dt><kbd><span class="key">C-z</span> b   (switch-to-lisp)</kbd></dt>
<dd><a name="index-C_002dz-b"></a>
<a name="index-switch_002dto_002dlisp"></a>
<p>will pop to the current ILISP buffer or if already in an ILISP buffer,
it will return to the buffer that last switched to an ILISP buffer.
With a prefix, it will also go to the end of the buffer.  If you do not
want it to pop, set <code>pop-up-windows</code> to nil.
<a name="index-pop_002dup_002dwindows"></a>
</p>

</dd>
<dt><kbd>M-C-l   (previous-buffer-lisp)</kbd></dt>
<dd><p>will switch to the last visited buffer in the current window or the Nth
previous buffer with a prefix.
<a name="index-Previous-lisp-buffer"></a>
<a name="index-previous_002dbuffer_002dlisp"></a>
<a name="index-M_002dC_002dl"></a>
</p>
</dd>
</dl>


<hr>
<a name="ILISP-Commands"></a>
<div class="header">
<p>
Next: <a href="#Customization" accesskey="n" rel="next">Customization</a>, Previous: <a href="#Buffers-of-ILISP" accesskey="p" rel="prev">Buffers of ILISP</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="ILISP-Commands-1"></a>
<h2 class="chapter">5 ILISP Commands</h2>


<p>Most of these key bindings work in both Lisp Mode and ILISP mode.
There are a few additional and-go bindings found in Lisp Mode.
</p>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Eval-and-compile-functions" accesskey="1">Eval and compile functions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Documentation-functions" accesskey="2">Documentation functions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Macroexpansion" accesskey="3">Macroexpansion</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Tracing-functions" accesskey="4">Tracing functions</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Package-Commands" accesskey="5">Package Commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Source-code-commands" accesskey="6">Source code commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Working on several files
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Batch-commands" accesskey="7">Batch commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Grouping changes for eval/compile
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Files-and-directories" accesskey="8">Files and directories</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Keyboard-modes" accesskey="9">Keyboard modes</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Interactive and raw keyboard modes
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Interrupts">Interrupts</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Interrupts, aborts, and errors
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Debuggers">Debuggers</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Interface to Lisp debuggers
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Command-history">Command history</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Completion">Completion</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Miscellany">Miscellany</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Indentation, parenthesis balancing,
				  and comment commands.
</td></tr>
</table>

<hr>
<a name="Eval-and-compile-functions"></a>
<div class="header">
<p>
Next: <a href="#Documentation-functions" accesskey="n" rel="next">Documentation functions</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Eval-and-compile-functions-1"></a>
<h3 class="section">5.1 Eval and compile functions</h3>
<a name="index-Eval_002fcompile-commands"></a>
<a name="index-Compile_002feval-commands"></a>

<p>In Lisp, the major unit of interest is a form, which is anything between
two matching parentheses.  Some of the commands here also refer to
&ldquo;defun,&rdquo; which is a list that starts at the left margin in a Lisp
buffer, or after a prompt in the ILISP buffer.  These commands refer to
the &ldquo;defun&rdquo; that contains the point.
<a name="index-Defun"></a>
</p>
<p>&ldquo;A call&rdquo; refers to a reference to a function call for a function or
macro, or a reference to a variable.  Commands which &ldquo;insert a call&rdquo;
in the ILISP buffer will bring up the last command which matches it or
else will insert a template for a call.
<a name="index-Call"></a>
</p>
<p>When an eval is done of a single form matching <code>ilisp-defvar-regexp</code>
the corresponding symbol will be unbound and the value assigned again.
<a name="index-ilisp_002ddefvar_002dregexp"></a>
</p>
<p>When you send a form to Lisp, the status light will reflect the progress
of the command.  In a Lisp mode buffer the light will reflect the status
of the currently selected inferior Lisp unless <code>lisp-show-status</code>
is nil. The very first inferior Lisp command executed may send some
forms to initialize the inferior Lisp. If you want to find out what
command is currently running, use the command <kbd><span class="key">C-z</span> s</kbd>
(status-lisp).  If you call it with a prefix, the pending commands will
be displayed as well.
<a name="index-Currently-running-command"></a>
<a name="index-Displaying-commands"></a>
<a name="index-status_002dlisp"></a>
<a name="index-C_002dz-s"></a>
<a name="index-lisp_002dshow_002dstatus"></a>
<a name="index-Status-light"></a>
<a name="index-Modeline-status"></a>
</p>
<p>Note that in this table as elsewhere, the key <tt class="key">C-z</tt> (ilisp-*prefix*)
is used as a prefix character for ILISP commands, though this may be
changed.
<a name="index-C_002dz-prefix"></a>
<a name="index-ilisp_002d_002aprefix_002a"></a>
For a full list of key-bindings, use <kbd>M-x describe-mode</kbd> or
<kbd>M-x describe-bindings</kbd> while in an ILISP-mode buffer.
<a name="index-Listing-bindings"></a>
<a name="index-Describing-bindings"></a>
</p>

<p>The eval/compile commands verify that their expressions are balanced and
then send the form to the inferior Lisp.  If called with a positive
prefix, the result of the operation will be inserted into the buffer
after the form that was just sent.
<a name="index-Inserting-results"></a>
</p>
<p>For commands which operate on a region, the result of the compile or eval
is the last form in the region.
<a name="index-Region-commands"></a>
</p>
<p>The &lsquo;<samp>and-go</samp>&rsquo; versions will perform the operation and then
immediately switch to the ILISP buffer where you will see the results of
executing your form.  If <code>eval-defun-and-go-lisp</code> or
<code>compile-defun-and-go-lisp</code> is called with a prefix, a call for the
form will be inserted as well.
<a name="index-Inserting-calls"></a>
<a name="index-compile_002ddefun_002dand_002dgo_002dlisp"></a>
<a name="index-eval_002ddefun_002dand_002dgo_002dlisp"></a>
<a name="index-and_002dgo-functions"></a>
</p>
<dl compact="compact">
<dt><kbd><span class="key">C-z</span></kbd></dt>
<dd><p>The prefix-key for most ILISP commands.  This can be changed by setting
the variable <code>ilisp-*prefix*</code>.
</p>
</dd>
<dt><kbd>RET   (return-ilisp)</kbd></dt>
<dd><p>In ILISP-mode buffer, sends the current form to lisp if complete,
otherwise creates a new line and indents.  If you edit old input, the
input will be copied to the end of the buffer first and then sent.
<a name="index-Sending-input-to-Lisp"></a>
<a name="index-return_002dilisp"></a>
<a name="index-RET"></a>
</p>
</dd>
<dt><kbd>C-]   (close-and-send-lisp)</kbd></dt>
<dd><p>Closes the current sexp, indents it, and then sends it to the current
inferior Lisp.
<a name="index-close_002dand_002dsend_002dlisp"></a>
<a name="index-C_002d_005d"></a>
</p>
</dd>
<dt><kbd>LFD   (newline-and-indent-lisp)</kbd></dt>
<dd><p>Insert a new line and then indent to the appropriate level.  If called
at the end of the inferior Lisp buffer and an sexp, the sexp will be
sent to the inferior Lisp without a trailing newline.
<a name="index-newline_002dand_002dindent_002dlisp"></a>
<a name="index-LFD"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> e   (eval-defun-lisp)</kbd></dt>
<dt><kbd>M-C-x   (eval-defun-lisp)</kbd></dt>
<dt><kbd><span class="key">C-z</span> C-e   (eval-defun-and-go-lisp)</kbd></dt>
<dd><a name="index-M_002dC_002dx"></a>
<a name="index-C_002dz-e"></a>
<a name="index-C_002dz-C_002de"></a>
<p>Send the defun to Lisp.
<a name="index-eval_002ddefun_002dand_002dgo_002dlisp-1"></a>
<a name="index-eval_002ddefun_002dlisp"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> r   (eval-region-lisp)</kbd></dt>
<dt><kbd><span class="key">C-z</span> C-r   (eval-region-and-go-lisp)</kbd></dt>
<dd><a name="index-C_002dz-r"></a>
<a name="index-eval_002dregion_002dlisp-1"></a>
<a name="index-C_002dz-C_002dr"></a>
<a name="index-eval_002dregion_002dand_002dgo_002dlisp"></a>
<a name="index-Eval-region"></a>

</dd>
<dt><kbd><span class="key">C-z</span> n   (eval-next-sexp-lisp)</kbd></dt>
<dt><kbd><span class="key">C-z</span> C-n   (eval-next-sexp-and-go-lisp)</kbd></dt>
<dd><a name="index-C_002dz-n"></a>
<a name="index-eval_002dnext_002dsexp_002dlisp"></a>
<a name="index-C_002dz-C_002dn"></a>
<a name="index-eval_002dnext_002dsexp_002dand_002dgo_002dlisp"></a>

</dd>
<dt><kbd><span class="key">C-z</span> o   (eval-last-sexp-lisp)</kbd></dt>
<dt><kbd><span class="key">C-z</span> C-o   (eval-last-sexp-and-go-lisp)</kbd></dt>
<dd><a name="index-C_002dz-o"></a>
<a name="index-eval_002dlast_002dsexp_002dlisp"></a>
<a name="index-C_002dz-C_002do"></a>
<a name="index-eval_002dlast_002dsexp_002dand_002dgo_002dlisp"></a>

</dd>
<dt><kbd><span class="key">C-z</span> j   (eval-dwim-lisp)</kbd></dt>
<dt><kbd><span class="key">C-z</span> C-j   (eval-dwim-and-go-lisp)</kbd></dt>
<dd><a name="index-C_002dz-j"></a>
<a name="index-eval_002ddwim_002dlisp"></a>
<a name="index-C_002dz-C_002dj"></a>
<p>Evaluate DWIM (Do What I Mean).
If a region is selected, evaluate the region.  If the cursor is on or
immediately after a &rsquo;)&rsquo;, evaluate the last sexp.  If the cursor is on
or immediately before a &rsquo;(&rsquo;, evaluate the next sexp. If the cursor is
inside a defun, evaluate the defun. If the cursor is inside a
top-level sexp, evaluate the top-level sexp. Tests are done in the
order specified in these comments, so if there is any ambiguity, make
certain that the cursor is either on a parenthesis (for the eval
last/next commands or not directly before/after/on a parenthesis for
the eval defun/top-level commands.
<a name="index-eval_002ddwim_002dand_002dgo_002dlisp"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> c   (compile-defun-lisp)</kbd></dt>
<dd><a name="index-C_002dz-c"></a>
<a name="index-compile_002ddefun_002dlisp"></a>
</dd>
<dt><kbd><span class="key">C-z</span> C-c   (compile-defun-lisp-and-go)</kbd></dt>
<dd><a name="index-C_002dz-C_002dc"></a>
<p>When <code>compile-defun-lisp</code> is called in an inferior Lisp buffer with
no current form, the last form typed to the top-level will be compiled.
<a name="index-Compile-last-form"></a>
<a name="index-compile_002ddefun_002dlisp_002dand_002dgo"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> w   (compile-region-lisp)</kbd></dt>
<dt><kbd><span class="key">C-z</span> C-w   (compile-region-and-go-lisp)</kbd></dt>
<dd><a name="index-C_002dz-w"></a>
<a name="index-compile_002dregion_002dlisp-1"></a>
<a name="index-C_002dz-C_002dw"></a>
<a name="index-compile_002dregion_002dand_002dgo_002dlisp"></a>
<a name="index-Compile-region"></a>

</dd>
</dl>


<p>If any of the forms contain an interactive command, then the command
will never return.  To get out of this state, you need to use
<code>abort-commands-lisp</code> (<kbd><span class="key">C-z</span> g</kbd>).  If <code>lisp-wait-p</code>
is t, then EMACS will display the result of the command in the
minibuffer or a pop-up window.  If <code>lisp-wait-p</code> is <code>nil</code>,
(the default) the send is done asynchronously and the results will be
brought up only if there is more than one line or there is an error.  In
this case, you will be given the option of ignoring the error, keeping
it in another buffer or keeping it and aborting all pending sends.  If
there is not a command already running in the inferior Lisp, you can
preserve the break loop.  If called with a negative prefix, the sense of
<code>lisp-wait-p</code> will be inverted for the next command.
<a name="index-lisp_002dwait_002dp"></a>
<a name="index-C_002dz-g"></a>
<a name="index-abort_002dcommands_002dlisp"></a>
</p>


<hr>
<a name="Documentation-functions"></a>
<div class="header">
<p>
Next: <a href="#Macroexpansion" accesskey="n" rel="next">Macroexpansion</a>, Previous: <a href="#Eval-and-compile-functions" accesskey="p" rel="prev">Eval and compile functions</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Documentation-functions-1"></a>
<h3 class="section">5.2 Documentation functions</h3>

<p><code>describe-lisp</code>, <code>inspect-lisp</code>, <code>arglist-lisp</code>, and
<code>documentation-lisp</code> switch whether they prompt for a response or
use a default when called with a negative prefix.  If they are
prompting, there is completion through the inferior Lisp by using
<kbd>TAB</kbd> or <kbd>M-TAB</kbd>.  When entering an expression in the
minibuffer, all of the normal ILISP commands like <code>arglist-lisp</code>
also work.
<a name="index-Describing-Lisp-objects"></a>
<a name="index-M_002dTAB"></a>
<a name="index-TAB"></a>
<a name="index-Negative-prefix"></a>
<a name="index-Minibuffer-completion"></a>
<a name="index-describe_002dlisp"></a>
<a name="index-Documentation-Functions"></a>
</p>
<p>Commands that work on a function will use the nearest previous function
symbol.  This is either a symbol after a &lsquo;<samp>#'</samp>&rsquo; or the symbol at the
start of the current list.
</p>
<p>The <code>fi:clman</code> and <code>fi:clman-apropos</code> commands for accessing
the Franz Allegro CL documentation are not enabled by default.
See <a href="#Configuration-and-compilation">Configuration and compilation</a>.
<a name="index-Allegro-CL-2"></a>
<a name="index-Franz-manual-1"></a>
</p>
<dl compact="compact">
<dt><code><span class="key">C-z</span> a   (arglist-lisp)</code></dt>
<dd><a name="index-Arglist-Lisp"></a>
<a name="index-C_002dz-a"></a>
<a name="index-arglist_002dlisp"></a>
<p>Return the arglist of the current function.  With a numeric prefix, the
leading paren will be removed and the arglist will be inserted into the
buffer.
</p>
</dd>
<dt><code><span class="key">SPC</span>   (ilisp-arglist-message-lisp-space)</code></dt>
<dd><a name="index-Arglist-Lisp-1"></a>
<a name="index-SPC"></a>
<a name="index-ilisp_002darglist_002dmessage_002dlisp_002dspace"></a>
<a name="index-ilisp_002d_002aarglist_002dmessage_002dlisp_002dspace_002dp_002a"></a>
<p>Display the value of the argument list of a symbol followed by
<tt class="key">SPC</tt>. <em>To enable this feature you have to set
<code>ilisp-*arglist-message-lisp-space-p*</code> to <code>t</code>.</em>
</p>
</dd>
<dt><code><span class="key">C-z</span> d   (documentation-lisp)</code></dt>
<dd><a name="index-C_002dz-d"></a>
<a name="index-documentation_002dlisp"></a>
<p>Infers whether function or variable documentation is desired.  With a
negative prefix, you can specify the type of documentation as well.
With a positive prefix the documentation of the current function call is
inserted into the buffer.
</p>
</dd>
<dt><code><span class="key">C-z</span> i   (describe-lisp)</code></dt>
<dd><a name="index-C_002dz-i"></a>
<p>Describe the previous sexp (it is evaluated).  If there is no previous
sexp and if called from inside an ILISP buffer, the previous result will
be described.
</p>
</dd>
<dt><code><span class="key">C-z</span> I   (inspect-lisp)</code></dt>
<dd><a name="index-C_002dz-I"></a>
<a name="index-inspect_002dlisp"></a>
<p>Switch to the current inferor Lisp and inspect the previous sexp (it is
evaluated).  If there is no previous sexp and if called from inside an
ILISP buffer, the previous result will be inspected.
</p>
</dd>
<dt><code><span class="key">C-z</span> H   (hyperspec-lookup)</code></dt>
<dd><a name="index-C_002dz-H"></a>
<a name="index-hyperspec_002dlookup"></a>
<p>Look up a standard symbol in the Common Lisp HyperSpec and display the
relevant section.
<a name="index-HyperSpec-1"></a>
<a name="index-Common-Lisp-HyperSpec-1"></a>
</p>
</dd>
<dt><code><span class="key">C-z</span> L or <span class="key">C-z</span> M-l   (cltl2-lookup)</code></dt>
<dd><a name="index-C_002dz-L"></a>
<a name="index-C_002dz-M_002dl"></a>
<a name="index-cltl2_002dlookup"></a>
<p>Look up a Common Lisp symbol in the CLtL2 book and display the relevant
section.
<a name="index-CLtL2-1"></a>
</p>
</dd>
<dt><code><span class="key">C-z</span> D   (fi:clman)</code></dt>
<dt><code><span class="key">C-z</span> A   (fi:clman-apropos)</code></dt>
<dd><a name="index-C_002dz-D"></a>
<a name="index-fi_003aclman-1"></a>
<a name="index-C_002dz-A"></a>
<a name="index-fi_003aclman_002dapropos"></a>
<p>If the Franz online Common Lisp manual is available, get information on
a specific symbol.  <code>fi:clman-apropos</code> will get information apropos
a specific string.  Some of the documentation is specific to the Allegro
dialect, but most of it is for standard Common Lisp.
<a name="index-Apropos-help"></a>
<a name="index-Common-Lisp-manual"></a>
<a name="index-Franz-manual-2"></a>
</p>
</dd>
</dl>


<hr>
<a name="Macroexpansion"></a>
<div class="header">
<p>
Next: <a href="#Tracing-functions" accesskey="n" rel="next">Tracing functions</a>, Previous: <a href="#Documentation-functions" accesskey="p" rel="prev">Documentation functions</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Macroexpansion-1"></a>
<h3 class="section">5.3 Macroexpansion</h3>

<dl compact="compact">
<dt><kbd><span class="key">C-z</span> M   (macroexpand-lisp)</kbd></dt>
<dt><kbd><span class="key">C-z</span> m   (macroexpand-1-lisp)</kbd></dt>
<dd><a name="index-C_002dz-M"></a>
<a name="index-macroexpand_002dlisp"></a>
<a name="index-C_002dz-m"></a>
<a name="index-macroexpand_002d1_002dlisp"></a>
<p>These commands apply to the next sexp.  If called with a positive
numeric prefix, the result of the macroexpansion will be inserted into
the buffer.  With a negative prefix, prompts for expression to expand.
<a name="index-Expanding-macro-forms"></a>
<a name="index-Macroexpansion"></a>
</p>

</dd>
</dl>

<hr>
<a name="Tracing-functions"></a>
<div class="header">
<p>
Next: <a href="#Package-Commands" accesskey="n" rel="next">Package Commands</a>, Previous: <a href="#Macroexpansion" accesskey="p" rel="prev">Macroexpansion</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Tracing-functions-1"></a>
<h3 class="section">5.4 Tracing functions</h3>

<dl compact="compact">
<dt><kbd><span class="key">C-z</span> t   (trace-defun-lisp)</kbd></dt>
<dd><a name="index-C_002dz-t"></a>
<a name="index-trace_002ddefun_002dlisp"></a>
<a name="index-Tracing-defuns"></a>
<a name="index-Untracing-defuns"></a>
<p>traces the current defun.   When called with a numeric prefix the
function will be untraced.  When called with negative prefix, prompts
for function to be traced.
</p></dd>
<dt><kbd><span class="key">C-z</span> C-t   (trace-defun-lisp-break)</kbd></dt>
<dd><a name="index-C_002dz-C_002dt"></a>
<a name="index-trace_002ddefun_002dlisp_002dbreak"></a>
<a name="index-Tracing-defuns-1"></a>
<a name="index-Untracing-defuns-1"></a>
<p>traces the current defun and enters the debugger whenever that function
is invoked.  When called with a numeric prefix the function will be
untraced.  When called with negative prefix, prompts for function to be
traced.
</p></dd>
</dl>

<hr>
<a name="Package-Commands"></a>
<div class="header">
<p>
Next: <a href="#Source-code-commands" accesskey="n" rel="next">Source code commands</a>, Previous: <a href="#Tracing-functions" accesskey="p" rel="prev">Tracing functions</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Package-Commands-1"></a>
<h3 class="section">5.5 Package Commands</h3>
<a name="index-Package-commands"></a>

<p>The first time an inferior Lisp mode command is executed in a Lisp Mode
buffer, the package will be determined by using the regular expression
<code>ilisp-hash-form-regexp</code> to find a package sexp and then passing that
sexp to the inferior Lisp through <code>ilisp-package-command</code>.  For the
&lsquo;<samp>common-lisp</samp>&rsquo; dialect, this will find the first <code>(in-package
PACKAGE)</code> form in the file.  A buffer&rsquo;s package will be displayed in the
mode line.  If a buffer has no specification, forms will be evaluated in
the current inferior Lisp package.
</p>
<p>Buffer package caching can be turned off by setting the variable
<code>lisp-dont-cache-package</code> to <code>T</code>.  This will force ILISP to
search for the closest previous &quot;in-package&quot; form corresponding to
<code>ilisp-hash-form-regexp</code> in the buffer each time an inferior Lisp
mode command is executed.
<a name="index-Buffer-package"></a>
<a name="index-Buffer-package-caching"></a>
<a name="index-lisp_002ddont_002dcache_002dpackage"></a>
<a name="index-ilisp_002dhash_002dform_002dregexp"></a>
<a name="index-ilisp_002dpackage_002dcommand"></a>
<a name="index-In_002dpackage-form"></a>
</p>
<dl compact="compact">
<dt><code><span class="key">C-z</span> P   (set-package-lisp)</code></dt>
<dd><a name="index-C_002dz-P"></a>
<a name="index-set_002dpackage_002dlisp"></a>
<p>Set the inferior Lisp package to the current buffer&rsquo;s package or with a
prefix to a manually entered package.
</p>
</dd>
<dt><code><span class="key">C-z</span> p   (set-buffer-package-lisp)</code></dt>
<dd><a name="index-C_002dz-p"></a>
<a name="index-Set-buffer-package"></a>
<a name="index-set_002dbuffer_002dpackage_002dlisp"></a>
<p>Set the buffer&rsquo;s package from the buffer.  If it is called with a
prefix, the package can be set manually.
</p>
</dd>
</dl>

<hr>
<a name="Source-code-commands"></a>
<div class="header">
<p>
Next: <a href="#Batch-commands" accesskey="n" rel="next">Batch commands</a>, Previous: <a href="#Package-Commands" accesskey="p" rel="prev">Package Commands</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Source-Code-Commands"></a>
<h3 class="section">5.6 Source Code Commands</h3>
<a name="index-Source-Code-Commands"></a>
<a name="index-Finding-source"></a>

<p>The following commands all deal with finding things in source code.
The first time that one of these commands is used, there may be some
delay while the source module is loaded.  When searching files, the
first applicable rule is used:
</p><ul>
<li> try the inferior Lisp,
</li><li> try a tags file if defined,
</li><li> try all buffers in one of <code>lisp-source-modes</code> or all files
defined using <code>lisp-directory</code>.
<a name="index-lisp_002ddirectory"></a>
<a name="index-lisp_002dsource_002dmodes"></a>
</li></ul>

<p><code>M-x lisp-directory</code> defines a set of files to be
searched by the source code commands.  It prompts for a directory and
sets the source files to be those in the directory that match entries
in <code>auto-mode-alist</code> for modes in <code>lisp-source-modes</code>.
With a positive
prefix, the files are appended.  With a negative prefix, all current
buffers that are in one of <code>lisp-source-modes</code> will be searched.  This
is also what happens by default.  Using this command stops using a
tags file.
<a name="index-Source-modes"></a>
<a name="index-auto_002dmode_002dalist"></a>
<a name="index-M_002dx-lisp_002ddirectory"></a>
</p>
<p><code>edit-definitions-lisp</code>, <code>who-calls-lisp</code>, and
<code>edit-callers-lisp</code> will switch whether they prompt for a response
or use a default when called with a negative prefix.  If they are
prompting, there is completion through the inferior Lisp by using
<kbd>TAB</kbd> or <kbd>M-TAB</kbd>.  When entering an expression in the
minibuffer, all of the normal ILISP commands like <kbd>arglist-lisp</kbd>
also work.
<a name="index-edit_002dcallers_002dlisp"></a>
<a name="index-who_002dcalls_002dlisp"></a>
<a name="index-edit_002ddefinitions_002dlisp"></a>
</p>
<p><code>edit-definitions-lisp</code> (<kbd>M-.</kbd>) will find a
particular type of definition for a symbol.  It tries to use the rules
described above.  The files to be searched are listed in the buffer
<code>*Edit-Definitions*</code>.  If <code>lisp-edit-files</code> is nil, no search will be
done if not found through the inferior Lisp.  The variable
<code>ilisp-locator</code> contains a function that when given the name and type
should be able to find the appropriate definition in the file.  There
is often a flag to cause your Lisp to record source files that you
will need to set in the initialization file for your Lisp.  The
variable is <code>*record-source-files*</code> in both allegro and lucid.  Once a
definition has been found, <code>next-definition-lisp</code>
(<kbd>M-,</kbd>) will find the next definition
(or the previous definition with a prefix).
<a name="index-next_002ddefinition_002dlisp"></a>
<a name="index-_002arecord_002dsource_002dfiles_002a"></a>
<a name="index-ilisp_002dlocator"></a>
<a name="index-lisp_002dedit_002dfiles"></a>
<a name="index-_002aEdit_002dDefinitions_002a-buffer-1"></a>
<a name="index-M_002d_002e"></a>
</p>
<p><code>edit-callers-lisp</code> (<kbd><span class="key">C-z</span> ^</kbd>) will generate a list of all
of the callers of a function in the current inferior Lisp and edit the
first caller using <code>edit-definitions-lisp</code>.  Each successive call to
<code>next-caller-lisp</code> (<kbd>M-`</kbd>) will edit the next caller
(or the previous caller with a prefix).  The list is stored in the
buffer <code>*All-Callers*</code>.  You can also look at the callers by doing
<kbd>M-x who-calls-lisp</kbd>.
<a name="index-List-callers"></a>
<a name="index-Find-callers"></a>
<a name="index-_002aAll_002dCallers_002a-buffer-1"></a>
<a name="index-M_002dx-who_002dcalls_002dlisp"></a>
<a name="index-M_002d_0060"></a>
<a name="index-next_002dcaller_002dlisp"></a>
<a name="index-C_002dz-_005e"></a>
<a name="index-edit_002dcallers_002dlisp-1"></a>
</p>
<p><code>search-lisp</code> (<kbd>M-?</kbd>) will search the current tags files,
<code>lisp-directory</code> files or buffers in one of <code>lisp-source-modes</code> for a
string or a regular expression when called with a prefix.
<code>next-definition-lisp</code> (<kbd>M-,</kbd>) will find the next definition
(or the previous definition with a prefix).
<a name="index-Next-definition"></a>
<a name="index-Previous-definition"></a>
<a name="index-M_002d_002c"></a>
<a name="index-next_002ddefinition_002dlisp-1"></a>
<a name="index-M_002d_003f"></a>
<a name="index-search_002dlisp"></a>
</p>
<p><code>replace-lisp</code> (<kbd>M-&quot;</kbd>) will replace a string (or a regexp with
a prefix) in the current tags files, <code>lisp-directory</code> files or
buffers in one of <code>lisp-source-modes</code>.
<a name="index-Replace-lisp"></a>
<a name="index-M_002d_0022"></a>
<a name="index-replace_002dlisp"></a>
</p>

<p>Here is a summary of the above commands (behavior when given prefix
argument is given in parentheses):
</p>
<dl compact="compact">
<dt><code>M-x lisp-directory</code></dt>
<dd><p>Define a set of files to be used by the source code commands.
</p>
</dd>
<dt><code>M-.   (edit-definitions-lisp)</code></dt>
<dd><p>Find definition of a symbol.
</p>
</dd>
<dt><code>M-,   (next-definition-lisp)</code></dt>
<dd><p>Find next (previous) definition.
</p>
</dd>
<dt><code><span class="key">C-z</span> ^   (edit-callers-lisp)</code></dt>
<dd><p>Find all callers of a function, and edit the first.
</p>
</dd>
<dt><code>M-`   (next-caller-lisp)</code></dt>
<dd><p>Edit next (previous) caller of function set by <code>edit-callers-lisp</code>.
</p>
</dd>
<dt><code>M-x who-calls-lisp</code></dt>
<dd><p>List all the callers of a function.
</p>

</dd>
<dt><code>M-?   (search-lisp)</code></dt>
<dd><p>Search for string (regular expression) in current tags,
<code>lisp-directory</code> files or buffers.  Use <code>next-definition-lisp</code>
to find next occurence.
</p>
</dd>
<dt><code>M-&quot;   (replace-lisp)</code></dt>
<dd><p>Replace a string (regular expression) in files.
</p>
</dd>
</dl>


<hr>
<a name="Batch-commands"></a>
<div class="header">
<p>
Next: <a href="#Files-and-directories" accesskey="n" rel="next">Files and directories</a>, Previous: <a href="#Source-code-commands" accesskey="p" rel="prev">Source code commands</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Batch-commands-1"></a>
<h3 class="section">5.7 Batch commands</h3>


<p>The following commands all deal with making a number of changes all at
once.  The first time one of these commands is used, there may be some
delay as the module is loaded.  The eval/compile versions of these
commands are always executed asynchronously.
<a name="index-Group-changes"></a>
<a name="index-File-changes"></a>
<a name="index-Change-commands"></a>
</p>
<p><code>mark-change-lisp</code> (<kbd><span class="key">C-z</span> SPC</kbd>) marks the current defun as
being changed.  A prefix causes it to be unmarked.  <code>clear-changes-lisp</code>
(<kbd><span class="key">C-z</span> * 0</kbd>) will clear all of the changes.
<code>list-changes-lisp</code> (<kbd><span class="key">C-z</span> * l</kbd>) will show the forms
currently marked.
<a name="index-Marking-changes"></a>
<a name="index-Clearing-changes"></a>
<a name="index-Listing-changes"></a>
<a name="index-C_002dz-_002a-l"></a>
<a name="index-C_002dz-_002a-0"></a>
<a name="index-C_002dz-SPC"></a>
<a name="index-list_002dchanges_002dlisp"></a>
<a name="index-clear_002dchanges_002dlisp"></a>
<a name="index-mark_002dchange_002dlisp"></a>
</p>
<p><code>eval-changes-lisp</code> (<kbd><span class="key">C-z</span> * e</kbd>), or
<code>compile-changes-lisp</code> (<kbd><span class="key">C-z</span> * c</kbd>) will
evaluate or compile these changes as appropriate.
If called with a positive prefix, the changes will be kept.
If there is an error, the process will stop and show the error
and all remaining changes will remain in the list.  All of the results
will be kept in the buffer <code>*Last-Changes*</code>.
<a name="index-Eval_0027ing-changes"></a>
<a name="index-Compiling-changes"></a>
<a name="index-_002aLast_002dChanges_002a-buffer-1"></a>
<a name="index-C_002dz-_002a-e"></a>
<a name="index-C_002dz-_002a-c"></a>
<a name="index-compile_002dchanges_002dlisp"></a>
<a name="index-eval_002dchanges_002dlisp"></a>
</p>
<p>Summary:
</p>
<dl compact="compact">
<dt><code><span class="key">C-z</span> SPC   (mark-change-lisp)</code></dt>
<dd><p>Mark (unmark) current defun as changed.
</p></dd>
<dt><code><span class="key">C-z</span> * e   (eval-changes-lisp)</code></dt>
<dt><code><span class="key">C-z</span> * c   (compile-changes-lisp)</code></dt>
<dd><p>Call with a positive prefix to keep changes.
</p></dd>
<dt><code><span class="key">C-z</span> * 0   (clear-changes-lisp)</code></dt>
<dt><code><span class="key">C-z</span> * l   (list-changes-lisp)</code></dt>
</dl>


<hr>
<a name="Files-and-directories"></a>
<div class="header">
<p>
Next: <a href="#Keyboard-modes" accesskey="n" rel="next">Keyboard modes</a>, Previous: <a href="#Batch-commands" accesskey="p" rel="prev">Batch commands</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Files-and-directories-1"></a>
<h3 class="section">5.8 Files and directories</h3>

<a name="index-Files-and-directories"></a>
<a name="index-Directories-and-files"></a>
<a name="index-Current-directory"></a>
<p>File commands in Lisp source-mode buffers keep track of the last used
directory and file.  If the point is on a string, that will be the
default if the file exists.  If the buffer is one of
<code>lisp-source-modes</code>, the buffer file will be the default.  Otherwise,
the last file used in a lisp-source-mode will be used.
</p>

<dl compact="compact">
<dt><kbd>C-x C-f   (find-file-lisp)</kbd></dt>
<dd><a name="index-C_002dx-C_002df"></a>
<a name="index-Find-file"></a>
<a name="index-Lisp-find-file"></a>
<a name="index-Symbolic-link-expansion"></a>
<a name="index-find_002dfile_002dlisp"></a>
<p>will find a file.  If it is in a string, that will be used as the
default if it matches an existing file.  Symbolic links are expanded so
that different references to the same file will end up with the same
buffer.
</p>
</dd>
<dt><kbd><span class="key">C-z</span> l   (load-file-lisp)</kbd></dt>
<dd><a name="index-C_002dz-l"></a>
<p>will load a file into the inferior Lisp.  You will be given the
opportunity to save the buffer if it has changed and to compile the file
if the compiled version is older than the current version. For
<samp>&lt;whatever&gt;.system</samp> files, which are used by DEFSYSTEM tools, no
compilation or loading of possibly existing
<samp>&lt;whatever&gt;.binary-extension</samp> is attempted.
<a name="index-load_002dfile_002dlisp"></a>
<a name="index-Loading-files"></a>
<a name="index-DEFSYSTEM-files"></a>
<a name="index-System-definition-files"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> k   (compile-file-lisp)</kbd></dt>
<dd><a name="index-C_002dz-k"></a>
<p>will compile a file in the current inferior Lisp.
<a name="index-compile_002dfile_002dlisp"></a>
<a name="index-Compiling-files"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> !   (default-directory-lisp)</kbd></dt>
<dd><a name="index-C_002dz-_0021"></a>
<p>sets the default inferior Lisp directory to the directory of the current
buffer.  If called in an inferior Lisp buffer, it sets the Emacs
<code>default-directory</code> to the Lisp default directory.
<a name="index-default_002ddirectory"></a>
<a name="index-Default-directory"></a>
<a name="index-Set-default-directory"></a>
<a name="index-default_002ddirectory_002dlisp"></a>
</p>
</dd>
</dl>

<hr>
<a name="Keyboard-modes"></a>
<div class="header">
<p>
Next: <a href="#Interrupts" accesskey="n" rel="next">Interrupts</a>, Previous: <a href="#Files-and-directories" accesskey="p" rel="prev">Files and directories</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Switching-between-interactive-and-raw-keyboard-modes"></a>
<h3 class="section">5.9 Switching between interactive and raw keyboard modes</h3>

<a name="index-Raw-keyboard-mode"></a>
<a name="index-Interactive-keyboard-mode"></a>
<a name="index-ilisp_002draw_002decho"></a>

<p>There are two keyboard modes for interacting with the inferior Lisp,
&ldquo;interactive&rdquo; and &ldquo;raw&rdquo;.  Normally you are in interactive mode
where keys are interpreted as commands to EMACS and nothing is sent to
the inferior Lisp unless a specific command does so.  In raw mode, all
characters are passed directly to the inferior Lisp without any
interpretation as EMACS commands.  Keys will not be echoed unless
ilisp-raw-echo is T.
</p>
<a name="index-raw_002dkeys_002dilisp"></a>
<a name="index-C_002dz-_0023"></a>
<a name="index-io_002dbridge_002dilisp"></a>
<a name="index-M_002dx-io_002dbridge_002dilisp"></a>

<p>Raw mode can be turned on interactively by the command
<code>raw-keys-ilisp</code> (<kbd><span class="key">C-z</span> #</kbd>) and will continue until you
type <tt class="key">C-g</tt>.  Raw mode can also be turned on/off by inferior Lisp
functions if the command <code>io-bridge-ilisp</code> (<code>M-x
io-bridge-ilisp</code>) has been executed in the inferior Lisp either
interactively or on a hook.  To turn on raw mode, a function should
print <code>^[1^]</code> and to turn it off should print <code>^[0^]</code>.  An
example in Common Lisp would be:
</p>
<p><code>(progn (format t &quot;^[1^]&quot;) (print (read-char)) (format t &quot;^[0^]&quot;))</code>
</p>
<hr>
<a name="Interrupts"></a>
<div class="header">
<p>
Next: <a href="#Debuggers" accesskey="n" rel="next">Debuggers</a>, Previous: <a href="#Keyboard-modes" accesskey="p" rel="prev">Keyboard modes</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Interrupts_002c-aborts_002c-and-errors"></a>
<h3 class="section">5.10 Interrupts, aborts, and errors</h3>


<p>If you want to abort the last command you can use <kbd>C-g</kbd>.
<a name="index-C_002dg"></a>
<a name="index-Errors"></a>
<a name="index-Aborting-commands"></a>
<a name="index-Interrupting-commands"></a>
</p>
<p>If you want to abort all commands, you should use the command
<code>abort-commands-lisp</code> (<kbd><span class="key">C-z</span> g</kbd>).  Commands that are
aborted will be put in the buffer <code>*Aborted Commands*</code> so that
you can see what was aborted.  If you want to abort the currently
running top-level command, use <code>interrupt-subjob-ilisp</code> (<kbd>C-c
C-c</kbd>).  As a last resort, <kbd>M-x panic-lisp</kbd> will reset the ILISP
state without affecting the inferior Lisp so that you can see what is
happening.
</p>
<a name="index-interrupt_002dsubjob_002dilisp"></a>
<a name="index-_002aAborted-Commands_002a-buffer-1"></a>
<a name="index-C_002dz-g-1"></a>
<a name="index-abort_002dcommands_002dlisp-1"></a>
<a name="index-panic_002dlisp"></a>

<p><code>delete-char-or-pop-ilisp</code> (<kbd>C-d</kbd>) will delete
prefix characters unless you are at the end of an ILISP buffer in
which case it will pop one level in the break loop.
<a name="index-Pop-in-break-loop"></a>
<a name="index-Break-loop"></a>
<a name="index-C_002dd"></a>
<a name="index-delete_002dchar_002dor_002dpop_002dilisp"></a>
</p>
<p><code>reset-ilisp</code>, (<kbd><span class="key">C-z</span> z</kbd>) will reset the current inferior
Lisp&rsquo;s top-level so that it will no longer be in a break loop.
<a name="index-Resetting-Lisp"></a>
<a name="index-Top_002dlevel_002c-return-to"></a>
<a name="index-C_002dz-z"></a>
<a name="index-reset_002dilisp"></a>
</p>

<p>Summary:
</p>
<dl compact="compact">
<dt><kbd>C-c C-c   (interrupt-subjob-ilisp)</kbd></dt>
<dd><p>Send a keyboard interrupt signal to lisp.
</p></dd>
<dt><kbd><span class="key">C-z</span> g    (abort-commands-lisp)</kbd></dt>
<dd><p>Abort all running or unsent commands.
</p></dd>
<dt><kbd>M-x panic-lisp (panic-lisp)</kbd></dt>
<dd><p>Reset the ILISP process state.
</p></dd>
<dt><kbd><span class="key">C-z</span> z   (reset-ilisp)</kbd></dt>
<dd><p>Reset Lisp to top-level.
</p></dd>
<dt><kbd>C-d   (delete-char-or-pop-ilisp)</kbd></dt>
<dd><p>If at end of buffer, pop a level in break loop.
</p>
</dd>
</dl>

<p>If <code>lisp-wait-p</code> is <code>nil</code>  (the default),
all sends are done asynchronously and the results will be
brought up only if there is more than one line or there is an error.
In case, you will be given the option of ignoring the error, keeping
it in another buffer or keeping it and aborting all pending sends.
If there is not a command already running in the inferior Lisp, you can
preserve the break loop.  If called with a negative prefix, the sense of
<code>lisp-wait-p</code> will be inverted for the next command.
<a name="index-lisp_002dwait_002dp-1"></a>
</p>


<hr>
<a name="Debuggers"></a>
<div class="header">
<p>
Next: <a href="#Command-history" accesskey="n" rel="next">Command history</a>, Previous: <a href="#Interrupts" accesskey="p" rel="prev">Interrupts</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Interface-to-Lisp-debuggers"></a>
<h3 class="section">5.11 Interface to Lisp debuggers</h3>
<a name="index-Debugger-interface"></a>
<a name="index-Interface-to-Lisp-debuggers"></a>
<a name="index-ILD"></a>

<p>ILD is an interface to Lisp debuggers, currently the ones of the AKCL,
Allegro, CLISP, CMU CL, Corman Lisp and Lucid Common Lisp dialects. It
uses a standard set of single-keystroke commands to interface to a
variety of different debuggers and is vaguely modelled after the
Symbolics debugger. It provides two key advantages: single keystrokes
for moving up and down the stack, and a uniform interface to different
debuggers.
</p>
<p>Not all debugger commands are available in all implementations. Some
are, but further work is needed. These are noted in the code (see the
dialect definition files). If you know how to fix them please contact
the ILISP maintainer.
</p>
<p>Here is a list of the available ILD commands:
</p>
<dl compact="compact">
<dt><kbd>M-a   (ild-abort)</kbd></dt>
<dd><p>Abort.
<a name="index-ild_002dabort"></a>
<a name="index-M_002da"></a>
<a name="index-Aborting-from-a-debugger"></a>
</p></dd>
<dt><kbd>M-c   (ild-continue)</kbd></dt>
<dd><p>Continue.
<a name="index-ild_002dcontinue"></a>
<a name="index-M_002dc"></a>
<a name="index-Continuing-from-a-debugger"></a>
</p></dd>
<dt><kbd>M-C-n   (ild-next)</kbd></dt>
<dd><p>Next stack frame (with numeric argument <em>n</em>, move to the next
<em>n</em>-th stack frame).
<a name="index-ild_002dnext"></a>
<a name="index-M_002dC_002dn"></a>
<a name="index-Next-stack-frame"></a>
<a name="index-Stack-frames"></a>
</p></dd>
<dt><kbd>M-C-p   (ild-previous)</kbd></dt>
<dd><p>Previous stack frame (with numeric argument <em>n</em>, move to the
previous <em>n</em>-th stack frame).
<a name="index-ild_002dprevious"></a>
<a name="index-M_002dC_002dp"></a>
<a name="index-Previous-stack-frame"></a>
<a name="index-Stack-frames-1"></a>
</p></dd>
<dt><kbd>C-c &lt;   (ild-top)</kbd></dt>
<dd><p>Top stack frame.
<a name="index-ild_002dtop"></a>
<a name="index-C_002dc-_003c"></a>
<a name="index-Top-stack-frame"></a>
<a name="index-Stack-frames-2"></a>
</p></dd>
<dt><kbd>C-c &gt;   (ild-bottom)</kbd></dt>
<dd><p>Bottom stack frame.
<a name="index-ild_002dbottom"></a>
<a name="index-C_002dc-_003e"></a>
<a name="index-Bottom-stack-frame"></a>
<a name="index-Stack-frames-3"></a>
</p></dd>
<dt><kbd>M-b   (ild-backtrace)</kbd></dt>
<dd><p>Backtrace.
<a name="index-ild_002dbacktrace"></a>
<a name="index-M_002db"></a>
<a name="index-Stack-backtrace"></a>
<a name="index-Backtrace"></a>
</p></dd>
<dt><kbd>M-C-d   (ild-locals)</kbd></dt>
<dd><p>Display all local variables.
<a name="index-ild_002dlocals"></a>
<a name="index-M_002dC_002dd"></a>
<a name="index-Displaying-local-variables"></a>
<a name="index-Local-variables"></a>
</p></dd>
<dt><kbd>M-C-l   (ild-local)</kbd></dt>
<dd><p>Display a particular local variable (with numeric argument <em>n</em>,
display the <em>n</em>-th local variable).
<a name="index-ild_002dlocal"></a>
<a name="index-M_002dC_002dl-1"></a>
<a name="index-Displaying-local-variables-1"></a>
<a name="index-Local-variables-1"></a>
</p></dd>
<dt><kbd>M-C-s   (ild-step)</kbd></dt>
<dd><p>Step to the next breakpoint.
<a name="index-ild_002dstep"></a>
<a name="index-M_002dC_002ds"></a>
<a name="index-Stepping-to-next-breakpoint"></a>
</p></dd>
<dt><kbd>C-c r   (ild-return)</kbd></dt>
<dd><p>Return.
<a name="index-ild_002dreturn"></a>
<a name="index-C_002dc-r"></a>
<a name="index-Returning-from-a-debugger"></a>
</p></dd>
<dt><kbd>M-C-r   (ild-retry)</kbd></dt>
<dd><p>Retry.
<a name="index-ild_002dretry"></a>
<a name="index-M_002dC_002dr"></a>
<a name="index-Retrying-from-a-debugger"></a>
</p></dd>
<dt><kbd>C-x t   (ild-trap-on-exit)</kbd></dt>
<dd><p>Trap on exit.
<a name="index-ild_002dtrap_002don_002dexit"></a>
<a name="index-C_002dx-t"></a>
<a name="index-Trapping-on-exit-from-a-debugger"></a>
</p></dd>
<dt><kbd>C-c L   (select-lisp)</kbd></dt>
<dd><p>Select Lisp interaction buffer.
<a name="index-select_002dlisp"></a>
<a name="index-C_002dc-L"></a>
<a name="index-Selecting-a-Lisp-interaction-buffer"></a>
</p></dd>
<dt><kbd><span class="key">C-z</span> C-s   (slow-lisp)</kbd></dt>
<dd><p>Set compiler options for maximal debuggability.
<a name="index-slow_002dlisp"></a>
<a name="index-C_002dz-C_002ds"></a>
<a name="index-Setting-compiler-options"></a>
<a name="index-Compiler-options"></a>
</p></dd>
<dt><kbd><span class="key">C-z</span> C-f   (fast-lisp)</kbd></dt>
<dd><p>Set compiler options for fastest but least debuggable code.
<a name="index-fast_002dlisp"></a>
<a name="index-C_002dz-C_002df"></a>
<a name="index-Setting-compiler-options-1"></a>
<a name="index-Compiler-options-1"></a>
</p></dd>
</dl>



<hr>
<a name="Command-history"></a>
<div class="header">
<p>
Next: <a href="#Completion" accesskey="n" rel="next">Completion</a>, Previous: <a href="#Debuggers" accesskey="p" rel="prev">Debuggers</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Command-history-1"></a>
<h3 class="section">5.12 Command history</h3>
<a name="index-Command-history"></a>
<a name="index-Last-command"></a>
<a name="index-Previous-commands"></a>

<p>ILISP mode is built on top of <code>comint-mode</code>, the general
command-interpreter-in-a-buffer mode.  As such, it inherits many
commands and features from this, including a command history mechanism.
<a name="index-comint_002dmode"></a>
</p>
<p>Each ILISP buffer has a command history associated with it.  Commands
that do not match <code>ilisp-filter-regexp</code> and that are longer than
<code>ilisp-filter-length</code> and that do not match the immediately prior
command will be added to this history.
<a name="index-ilisp_002dfilter_002dlength"></a>
<a name="index-ilisp_002dfilter_002dregexp"></a>
</p>
<dl compact="compact">
<dt><kbd>M-n   (comint-next-input)</kbd></dt>
<dt><kbd>M-p   (comint-previous-input)</kbd></dt>
<dd><a name="index-M_002dn"></a>
<a name="index-comint_002dnext_002dinput"></a>
<a name="index-Next-input"></a>
<a name="index-M_002dp"></a>
<a name="index-comint_002dprevious_002dinput"></a>
<p>Cycle through the input history.
</p>
</dd>
<dt><kbd>M-s    (comint-previous-similar-input)</kbd></dt>
<dd><a name="index-M_002ds"></a>
<a name="index-comint_002dprevious_002dsimilar_002dinput"></a>
<a name="index-Similar-input"></a>
<p>Cycle through input that has the string typed so far as a prefix.
</p>
</dd>
<dt><kbd>M-N    (comint-psearch-input)</kbd></dt>
<dd><a name="index-M_002dN"></a>
<a name="index-comint_002dpsearch_002dinput"></a>
<a name="index-Search-input"></a>
<a name="index-Input-search"></a>
<p>Search forwards for prompt.
</p></dd>
<dt><kbd>M-P    (comint-msearch-input)</kbd></dt>
<dd><a name="index-M_002dP"></a>
<a name="index-comint_002dmsearch_002dinput"></a>
<p>Search backwards for prompt.
</p>
</dd>
<dt><kbd>C-c R   (comint-msearch-input-matching)</kbd></dt>
<dd><a name="index-C_002dc-R"></a>
<a name="index-comint_002dmsearch_002dinput_002dmatching"></a>
<p>Search backwards for occurrence of prompt followed by string which is prompted
for (<em>not</em> a regular expression).
</p></dd>
</dl>

<p>See <code>comint-mode</code> documentation for more information on
&lsquo;<samp>comint</samp>&rsquo; commands.
</p>

<hr>
<a name="Completion"></a>
<div class="header">
<p>
Next: <a href="#Miscellany" accesskey="n" rel="next">Miscellany</a>, Previous: <a href="#Command-history" accesskey="p" rel="prev">Command history</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Completion-1"></a>
<h3 class="section">5.13 Completion</h3>

<p>Commands to reduce number of keystrokes.
<a name="index-Completion"></a>
<a name="index-Partial-completion"></a>
<a name="index-Filename-completion"></a>
</p>
<dl compact="compact">
<dt><kbd>M-TAB   (complete-lisp)</kbd></dt>
<dd><a name="index-M_002dTAB-1"></a>
<a name="index-complete_002dlisp"></a>
<a name="index-ilisp_002d_002aprefix_002dmatch_002a"></a>
<p>will try to complete the previous symbol in the current inferior Lisp.
Partial completion is supported unless <code>ilisp-*prefix-match*</code> is set to <code>t</code>.
(If you set it to <code>t</code>, inferior Lisp completions will be faster.)
With partial completion, &lsquo;<samp>p--n</samp>&rsquo; would complete to
&lsquo;<samp>position-if-not</samp>&rsquo; in Common Lisp.
If the symbol follows a left paren or a &lsquo;<samp>#'</samp>&rsquo;, only symbols with
function cells will be considered.
If the symbol starts with a &lsquo;<samp>*</samp>&rsquo; or you call with a
positive prefix all possible completions will be considered.
Only external symbols are considered if there is a package qualification
with only one colon.
The first time you try to complete a string the longest common substring
will be inserted and the cursor will be left
on the point of ambiguity.
If you try to complete again, you can see the possible completions.
If you are in a string, then filename completion will be done instead.
And if you try to complete a filename twice, you will see a list of
possible completions.
Filename components are completed individually, so &lsquo;<samp>/u/mi/</samp>&rsquo; could
expand to &lsquo;<samp>/usr/misc/</samp>&rsquo;.
If you complete with a negative
prefix, the most recent completion (symbol or filename) will be undone.
</p>

</dd>
<dt><kbd>M-RET   (complete)</kbd></dt>
<dd><a name="index-M_002dRET"></a>
<a name="index-complete"></a>
<a name="index-TMC-completion"></a>
<p>will complete the current symbol to the most recently seen symbol in
Emacs that matches what you have typed so far.  Executing it repeatedly
will cycle through potential matches.  This is from the TMC completion
package and there may be some delay as it is initially loaded.
</p>
</dd>
</dl>

<hr>
<a name="Miscellany"></a>
<div class="header">
<p>
Previous: <a href="#Completion" accesskey="p" rel="prev">Completion</a>, Up: <a href="#ILISP-Commands" accesskey="u" rel="up">ILISP Commands</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Miscellany-1"></a>
<h3 class="section">5.14 Miscellany</h3>

<p>Indentation, parenthesis balancing, movement and comment commands.
</p>
<dl compact="compact">
<dt><kbd><kbd>TAB</kbd>   (indent-line-ilisp)</kbd></dt>
<dd><a name="index-TAB-1"></a>
<p>indents for Lisp.  With prefix, shifts rest of expression rigidly with
the current line.
<a name="index-indent_002dline_002dilisp"></a>
<a name="index-Indentation"></a>
<a name="index-Rigid-indentation"></a>
</p>

</dd>
<dt><kbd>M-C-q   (indent-sexp-ilisp)</kbd></dt>
<dd><a name="index-M_002dC_002dq"></a>
<p>will indent each line in the next sexp.
<a name="index-indent_002dsexp_002dilisp"></a>
</p>
</dd>
<dt><kbd>M-q   (reindent-lisp)</kbd></dt>
<dd><a name="index-M_002dq"></a>
<p>will reindent the current paragraph if in a comment or string.
Otherwise it will close the containing defun and reindent it.
<a name="index-reindent_002dlisp"></a>
<a name="index-Reindent-lisp"></a>
</p>
</dd>
<dt><kbd>C-a   (bol-ilisp)</kbd></dt>
<dd><a name="index-C_002da"></a>
<p>will go after the prompt as defined by <code>comint-prompt-regexp</code> or
<code>ilisp-other-prompt</code> or to the left margin with a prefix.
<a name="index-bol_002dilisp"></a>
<a name="index-Going-after-the-prompt"></a>
<a name="index-comint_002dprompt_002dregexp"></a>
<a name="index-ilisp_002dother_002dprompt"></a>
</p>
</dd>
<dt><kbd>DEL   (backward-delete-char-untabify)</kbd></dt>
<dd><a name="index-DEL"></a>
<p>converts tabs to spaces as it moves back.
<a name="index-backward_002ddelete_002dchar_002duntabify"></a>
<a name="index-Converting-tabs-to-spaces"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> ;   (comment-region-lisp)</kbd></dt>
<dd><a name="index-C_002dz-_003b"></a>
<p>will put prefix copies of <code>comment-start</code> before and
<code>comment-end</code>&rsquo;s after the lines in region.  To uncomment a region,
use a minus prefix.
<a name="index-comment_002dregion_002dlisp"></a>
<a name="index-Comment-region"></a>
<a name="index-Uncomment-region"></a>
</p>
</dd>
<dt><kbd><span class="key">C-z</span> )   (find-unbalanced-lisp)</kbd></dt>
<dd><a name="index-C_002dz-_0029"></a>
<p>will find unbalanced parens in the current buffer.  When called with a
prefix it will look in the current region.
<a name="index-find_002dunbalanced_002dlisp"></a>
<a name="index-Find-unbalanced-parens"></a>
<a name="index-Parenthesis-balancing"></a>
</p>
</dd>
</dl>


<hr>
<a name="Customization"></a>
<div class="header">
<p>
Next: <a href="#Dialects" accesskey="n" rel="next">Dialects</a>, Previous: <a href="#ILISP-Commands" accesskey="p" rel="prev">ILISP Commands</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="ILISP-Customization"></a>
<h2 class="chapter">6 ILISP Customization</h2>

<a name="index-Customization"></a>
<a name="index-Hooks"></a>
<a name="index-Dialect-startup"></a>


<p>Starting a dialect runs the hooks on <code>comint-mode-hook</code>
and <code>ilisp-mode-hook</code> and then <var>DIALECT</var><code>-hooks</code> specific
to dialects in the nesting order below.
<a name="index-ilisp_002dmode_002dhook"></a>
<a name="index-comint_002dmode_002dhook"></a>
</p><div class="example">
<pre class="example"> common-lisp
   allegro
   clisp-hs
   cmulisp
   cormanlisp
   kcl
     akcl
       gcl
       ecl
     ibcl
   lispworks
   lucid
     liquid
   openmcl
   sbcl
 scheme
   chez
   guile
   mzscheme
     drscheme-jr
   oaklisp
   Scheme-&gt;C (still &quot;in fieri&quot;)
   scm
   snow
   stk
 xlisp
   xlispstat
</pre></div>

<p>On the very first prompt in the inferior Lisp,
the hooks on <code>ilisp-init-hook</code> are run.  For more information on
creating a new dialect or variables to set in hooks, see <samp>ilisp.el</samp>.
<a name="index-First-prompt"></a>
<a name="index-ilisp_002dinit_002dhook"></a>
</p>



<p>ILISP Mode Hooks:
<a name="index-ILISP-Mode-Hooks"></a>
</p><dl compact="compact">
<dt><code>ilisp-site-hook</code></dt>
<dd><a name="index-ilisp_002dsite_002dhook-2"></a>
<p>Executed when file is loaded
</p></dd>
<dt><code>ilisp-load-hook</code></dt>
<dd><a name="index-ilisp_002dload_002dhook"></a>
<p>Executed when file is loaded
</p></dd>
<dt><code>ilisp-mode-hook</code></dt>
<dd><a name="index-ilisp_002dmode_002dhook-1"></a>
<p>Executed when an ilisp buffer is created
</p></dd>
<dt><code>ilisp-init-hook</code></dt>
<dd><a name="index-ilisp_002dinit_002dhook-1"></a>
<p>Executed after inferior Lisp is initialized and the first prompt is
seen.
</p></dd>
<dt><code><var>DIALECT</var>-hook</code></dt>
<dd><a name="index-DIALECT_002dhook"></a>
<p>Executed when dialect is set
</p></dd>
</dl>

<p>Variables you might want to set in a hook or dialect:
</p><dl compact="compact">
<dt><code>ilisp-*prefix*</code></dt>
<dd><a name="index-ilisp_002d_002aprefix_002a-1"></a>
<p>Keys to prefix ilisp key bindings
</p></dd>
<dt><code>ilisp-program</code></dt>
<dd><a name="index-ilisp_002dprogram-1"></a>
<p>Program to start for inferior Lisp
</p></dd>
<dt><code>ilisp-motd</code></dt>
<dd><a name="index-ilisp_002dmotd"></a>
<p>String printed on startup with version
</p></dd>
<dt><code>lisp-wait-p</code></dt>
<dd><a name="index-lisp_002dwait_002dp-2"></a>
<p>Set to <code>t</code> for synchronous sends
</p></dd>
<dt><code>ilisp-handle-errors</code></dt>
<dd><a name="index-ilisp_002dhandle_002derrors"></a>
<p>Set to <code>t</code> for ilisp to handle errors from the underlying Lisp.
</p></dd>
<dt><code>ilisp-display-output-function</code></dt>
<dd><a name="index-ilisp_002ddisplay_002doutput_002dfunction"></a>
<p>The name of a function which displays ILISP output.
</p></dd>
<dt><code>lisp-no-popper</code></dt>
<dd><a name="index-lisp_002dno_002dpopper-1"></a>
<p>Set to <code>t</code> to have all output in inferior Lisp
</p></dd>
<dt><code>ilisp-*use-frame-for-output*</code></dt>
<dd><a name="index-ilisp_002d_002ause_002dframe_002dfor_002doutput_002a"></a>
<p>Set to <code>t</code> (default) to have multiline output in a distinct emacs-frame.
</p></dd>
<dt><code>ilisp-*use-frame-for-arglist-output-p*</code></dt>
<dd><a name="index-ilisp_002d_002ause_002dframe_002dfor_002darglist_002doutput_002dp_002a"></a>
<p>Set to <code>t</code> (default) to have multiline arglist-output in a seperate
emacs-frame.
</p></dd>
<dt><code>ilisp-bindings-*bind-space-p*</code></dt>
<dd><a name="index-ilisp_002dbindings_002d_002abind_002dspace_002dp_002a"></a>
<p>Set to <code>t</code> to have the SPC-key bound to #&rsquo;ilisp-arglist-message-lisp-space.
</p></dd>
<dt><code>ilisp-*arglist-message-lisp-space-p*</code></dt>
<dd><a name="index-ilisp_002d_002aarglist_002dmessage_002dlisp_002dspace_002dp_002a-1"></a>
<p>Set to <code>t</code> to display the arglist of the current function displayed,
after you hit SPC.
</p></dd>
<dt><code>ilisp-*enable-imenu-p*</code></dt>
<dd><a name="index-ilisp_002d_002aenable_002dimenu_002dp_002a"></a>
<p>Set to <code>t</code> to enable ilisp-imenu, that provides an index of all
lisp-functions/definitions in a file.
</p></dd>
<dt><code>lisp-show-status</code></dt>
<dd><a name="index-lisp_002dshow_002dstatus-1"></a>
<p>Set to <code>nil</code> to stop showing process status
</p></dd>
<dt><code>ilisp-*prefix-match*</code></dt>
<dd><a name="index-ilisp_002d_002aprefix_002dmatch_002a-1"></a>
<p>Set to <code>t</code> if you do not want partial completion
</p></dd>
<dt><code>ilisp-filter-regexp</code></dt>
<dd><a name="index-ilisp_002dfilter_002dregexp-1"></a>
<p>Input history filter
</p></dd>
<dt><code>ilisp-filter-length</code></dt>
<dd><a name="index-ilisp_002dfilter_002dlength-1"></a>
<p>Input history minimum length
</p></dd>
<dt><code>ilisp-other-prompt</code></dt>
<dd><a name="index-ilisp_002dother_002dprompt-1"></a>
<p>Prompt for non- top-level read-eval print loops
</p></dd>
</dl>

<hr>
<a name="Dialects"></a>
<div class="header">
<p>
Next: <a href="#Concept-index" accesskey="n" rel="next">Concept index</a>, Previous: <a href="#Customization" accesskey="p" rel="prev">Customization</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Dialects-1"></a>
<h2 class="chapter">7 Dialects</h2>
<a name="index-Dialects"></a>

<p>A <em>dialect</em> of Lisp is a specific implementation.  For the parts of
Common Lisp which are well specified, they are usually the same.  For
the parts that are not (debugger, top-level loop, etc.), there is
usually the same functionality but different commands.
</p>
<p>ILISP provides the means to specify these differences so that the ILISP
commands will use the specific command peculiar to an implementation,
but still offer the same behavior with the same interface.
</p>

<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="#Defining-new-dialects" accesskey="1">Defining new dialects</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="#Writing-new-commands" accesskey="2">Writing new commands</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
</table>

<hr>
<a name="Defining-new-dialects"></a>
<div class="header">
<p>
Next: <a href="#Writing-new-commands" accesskey="n" rel="next">Writing new commands</a>, Up: <a href="#Dialects" accesskey="u" rel="up">Dialects</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Defining-new-dialects-1"></a>
<h3 class="section">7.1 Defining new dialects</h3>


<p>To define a new dialect use the macro <code>defdialect</code>.  For examples,
look at the dialect definitions in <samp>ilisp-acl.el</samp>,
<samp>ilisp-cmu.el</samp>, <samp>ilisp-kcl.el</samp>, <samp>ilisp-luc.el</samp>.  There are
hooks and variables for almost anything that you are likely to need to
change.  The relationship between dialects is hierarchical with the root
values being defined in <code>setup-ilisp</code>.  For a new dialect, you only
need to change the variables that are different than in the parent
dialect.
<a name="index-Defining-new-dialects"></a>
<a name="index-setup_002dilisp"></a>
<a name="index-defdialect"></a>
</p>

<hr>
<a name="Writing-new-commands"></a>
<div class="header">
<p>
Previous: <a href="#Defining-new-dialects" accesskey="p" rel="prev">Defining new dialects</a>, Up: <a href="#Dialects" accesskey="u" rel="up">Dialects</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Writing-new-commands-1"></a>
<h3 class="section">7.2 Writing new commands</h3>
<a name="index-Internal-ILISP-functions"></a>

<p>Basic tools for creating new commands:
</p><dl compact="compact">
<dt><code>deflocal</code></dt>
<dd><a name="index-deflocal"></a>
<p>Define a new buffer local variable.
</p></dd>
<dt><code>ilisp-dialect</code></dt>
<dd><a name="index-ilisp_002ddialect"></a>
<p>List of dialect types.  For specific dialect clauses.
</p></dd>
<dt><code>lisp-symbol</code></dt>
<dd><a name="index-lisp_002dsymbol"></a>
<p>Create a symbol.
</p></dd>
<dt><code>lisp-symbol-name</code></dt>
<dd><a name="index-lisp_002dsymbol_002dname"></a>
<p>Return a symbol&rsquo;s name
</p></dd>
<dt><code>lisp-symbol-delimiter</code></dt>
<dd><a name="index-lisp_002dsymbol_002ddelimiter"></a>
<p>Return a symbol&rsquo;s qualification
</p></dd>
<dt><code>lisp-symbol-package</code></dt>
<dd><a name="index-lisp_002dsymbol_002dpackage"></a>
<p>Return a symbol&rsquo;s package
</p></dd>
<dt><code>lisp-string-to-symbol</code></dt>
<dd><a name="index-lisp_002dstring_002dto_002dsymbol"></a>
<p>Convert string to symbol
</p></dd>
<dt><code>lisp-symbol-to-string</code></dt>
<dd><a name="index-lisp_002dsymbol_002dto_002dstring"></a>
<p>Convert symbol to string
</p></dd>
<dt><code>lisp-buffer-symbol</code></dt>
<dd><a name="index-lisp_002dbuffer_002dsymbol"></a>
<p>Convert symbol to string qualified for buffer
</p></dd>
<dt><code>lisp-previous-symbol</code></dt>
<dd><a name="index-lisp_002dprevious_002dsymbol"></a>
<p>Return previous symbol
</p></dd>
<dt><code>lisp-previous-sexp</code></dt>
<dd><a name="index-lisp_002dprevious_002dsexp"></a>
<p>Return previous sexp
</p></dd>
<dt><code>lisp-def-name</code></dt>
<dd><a name="index-lisp_002ddef_002dname"></a>
<p>Return name of current definition
</p></dd>
<dt><code>lisp-function-name</code></dt>
<dd><a name="index-lisp_002dfunction_002dname"></a>
<p>Return previous function symbol
</p></dd>
<dt><code>ilisp-read</code></dt>
<dd><a name="index-ilisp_002dread"></a>
<p>Read an sexp with completion, arglist, etc
</p></dd>
<dt><code>ilisp-read-symbol</code></dt>
<dd><a name="index-ilisp_002dread_002dsymbol"></a>
<p>Read a symbol or list with completion
</p></dd>
<dt><code>ilisp-completing-read</code></dt>
<dd><a name="index-ilisp_002dcompleting_002dread"></a>
<p>Read from choices or list with completion
</p></dd>
</dl>

<p>Notes:
</p><ul>
<li> Special commands like arglist should use <code>ilisp-send</code> to send a
message to the inferior Lisp.
<a name="index-ilisp_002dsend"></a>

</li><li> Eval/compile commands should use <code>eval-region-lisp</code> or
<code>compile-region-lisp</code>.
<a name="index-compile_002dregion_002dlisp"></a>
<a name="index-eval_002dregion_002dlisp"></a>

</li></ul>

<hr>
<a name="Concept-index"></a>
<div class="header">
<p>
Next: <a href="#Key-index" accesskey="n" rel="next">Key index</a>, Previous: <a href="#Dialects" accesskey="p" rel="prev">Dialects</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Concept-Index"></a>
<h2 class="unnumbered">Concept Index</h2>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-index_cp_symbol-1"><b>*</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_symbol-2"><b>.</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Concept-index_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-W"><b>W</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-X"><b>X</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-cp" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_symbol-1">*</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aAborted-Commands_002a-buffer"><code>*Aborted Commands*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aAborted-Commands_002a-buffer-1"><code>*Aborted Commands*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aAll_002dCallers_002a-buffer"><code>*All-Callers*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aAll_002dCallers_002a-buffer-1"><code>*All-Callers*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aArglist_002dOutput_002a-buffer"><code>*Arglist-Output*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aChanged_002dDefinitions_002a-buffer"><code>*Changed-Definitions*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aCompletions_002a-buffer"><code>*Completions*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aEdit_002dDefinitions_002a-buffer"><code>*Edit-Definitions*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aEdit_002dDefinitions_002a-buffer-1"><code>*Edit-Definitions*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aError-Output_002a-buffer"><code>*Error Output*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aErrors_002a-buffer"><code>*Errors*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002ailisp_002dsend_002a-buffer"><code>*ilisp-send*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aLast_002dChanges_002a-buffer"><code>*Last-Changes*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aLast_002dChanges_002a-buffer-1"><code>*Last-Changes*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002aOutput_002a-buffer"><code>*Output*</code> buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_symbol-2">.</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002eemacs"><samp>.emacs</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002elisp-files"><samp>.lisp</samp> files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-A">A</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Aborting-commands">Aborting commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Aborting-from-a-debugger">Aborting from a debugger</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Allegro-CL">Allegro CL</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Allegro-CL-1">Allegro CL</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Allegro-CL-2">Allegro CL</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-and_002dgo-functions">&lsquo;<samp>and-go</samp>&rsquo; functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Anonymous-FTP">Anonymous FTP</a>:</td><td>&nbsp;</td><td valign="top"><a href="#FTP-and-Web-directions">FTP and Web directions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ANSI-Common-Lisp">ANSI Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Apropos-help">Apropos help</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Arglist-Lisp">Arglist Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Arglist-Lisp-1">Arglist Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Austin-Kyoto-Common-Lisp">Austin Kyoto Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-B">B</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Backtrace">Backtrace</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Bottom-stack-frame">Bottom stack frame</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Break-loop">Break loop</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-browse_002durl"><code>browse-url</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-browse_002durl-1"><code>browse-url</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Buffer-package">Buffer package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Buffer-package-caching">Buffer package caching</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-buffers-of-ILISP">buffers of ILISP</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Bugs_002c-reporting-them">Bugs, reporting them</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-bury-output-window">bury output window</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Byte_002dcompiling-ILISP-files">Byte-compiling ILISP files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Call">Call</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Change-commands">Change commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Chez-Scheme">Chez Scheme</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Clearing-changes">Clearing changes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-CLISP">CLISP</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-CLtL2">CLtL2</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-CLtL2-1">CLtL2</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-CMU-Common-Lisp">CMU Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dmode"><code>comint-mode</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Command-history">Command history</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Comment-region">Comment region</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Common-Lisp">Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Common-Lisp-1">Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Common-Lisp-HyperSpec">Common Lisp HyperSpec</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Common-Lisp-HyperSpec-1">Common Lisp HyperSpec</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Common-Lisp-Manual">Common Lisp Manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Common-Lisp-Manual-1">Common Lisp Manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Common-Lisp-manual">Common Lisp manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compile-last-form">Compile last form</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compile-region">Compile region</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compile_002feval-commands">Compile/eval commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compiler-options">Compiler options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compiler-options-1">Compiler options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compiling-changes">Compiling changes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compiling-files">Compiling files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Compiling-ILISP-files">Compiling ILISP files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Completion">Completion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Continuing-from-a-debugger">Continuing from a debugger</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Converting-tabs-to-spaces">Converting tabs to spaces</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-COPYING"><samp>COPYING</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Corman-Lisp">Corman Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Current-directory">Current directory</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Currently-running-command">Currently running command</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Customization">Customization</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Debugger-interface">Debugger interface</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Default-directory">Default directory</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-default_002eel"><samp>default.el</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Defining-new-dialects">Defining new dialects</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Defining-new-dialects">Defining new dialects</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-DEFSYSTEM-files">DEFSYSTEM files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Defun">Defun</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Describing-bindings">Describing bindings</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Describing-Lisp-objects">Describing Lisp objects</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Dialect-startup">Dialect startup</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Dialects">Dialects</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Dialects">Dialects</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Dialects-supported">Dialects supported</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Directories-and-files">Directories and files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Displaying-commands">Displaying commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Displaying-local-variables">Displaying local variables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Displaying-local-variables-1">Displaying local variables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-docs"><samp>docs</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-docs-1"><samp>docs</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Documentation">Documentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Documentation-Functions">Documentation Functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Downloading-ILISP">Downloading ILISP</a>:</td><td>&nbsp;</td><td valign="top"><a href="#FTP-and-Web-directions">FTP and Web directions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-DrScheme_002djr">DrScheme-jr</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-easymenu-package"><code>easymenu</code> package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-EcoLisp">EcoLisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Errors">Errors</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Eval-region">Eval region</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Eval_0027ing-changes">Eval&rsquo;ing changes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Eval_002fcompile-commands">Eval/compile commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Expanding-macro-forms">Expanding macro forms</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Macroexpansion">Macroexpansion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-extra"><samp>extra</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-features">features</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Features">Features</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-File-changes">File changes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Filename-completion">Filename completion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Files-and-directories">Files and directories</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Find-callers">Find callers</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Find-file">Find file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Find-unbalanced-parens">Find unbalanced parens</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Finding-source">Finding source</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-First-prompt">First prompt</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Franz-manual">Franz manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Franz-manual-1">Franz manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Franz-manual-2">Franz manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-FSF-keyspace">FSF keyspace</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keybindings">Keybindings</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-FTP-site">FTP site</a>:</td><td>&nbsp;</td><td valign="top"><a href="#FTP-and-Web-directions">FTP and Web directions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-G">G</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Getting-ILISP">Getting ILISP</a>:</td><td>&nbsp;</td><td valign="top"><a href="#FTP-and-Web-directions">FTP and Web directions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-GNU-Common-Lisp">GNU Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Going-after-the-prompt">Going after the prompt</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Group-changes">Group changes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-grow-output-window">grow output window</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-GUILE">GUILE</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-H">H</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Hooks">Hooks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-How-to-get">How to get</a>:</td><td>&nbsp;</td><td valign="top"><a href="#FTP-and-Web-directions">FTP and Web directions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-HyperSpec">HyperSpec</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-HyperSpec-1">HyperSpec</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Ibuki-Common-Lisp">Ibuki Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-icompile_002ebat"><samp>icompile.bat</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ILD">ILD</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ILISP-buffers">ILISP buffers</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Buffers-of-ILISP">Buffers of ILISP</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Ilisp-menu"><code>Ilisp</code> menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ILISP-Mode-Hooks">ILISP Mode Hooks</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dannounce-mailing-list"><code>ilisp-announce</code> mailing list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dcvs-mailing-list"><code>ilisp-cvs</code> mailing list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ddef_002eel"><samp>ilisp-def.el</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ddef_002eel-1"><samp>ilisp-def.el</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ddevel-mailing-list"><code>ilisp-devel</code> mailing list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ddevel-mailing-list-1"><code>ilisp-devel</code> mailing list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Acknowledgements">Acknowledgements</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dhelp-mailing-list"><code>ilisp-help</code> mailing list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dhelp-mailing-list-1"><code>ilisp-help</code> mailing list</a>:</td><td>&nbsp;</td><td valign="top"><a href="#FTP-and-Web-directions">FTP and Web directions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ds2c_002eel"><samp>ilisp-s2c.el</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002eemacs"><samp>ilisp.emacs</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002eemacs-1"><samp>ilisp.emacs</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002eemacs-2"><samp>ilisp.emacs</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-In_002dpackage-form">In-package form</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Indentation">Indentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Input-search">Input search</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Inserting-calls">Inserting calls</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Inserting-results">Inserting results</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Installation">Installation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Installation">Installation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-INSTALLATION"><samp>INSTALLATION</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Interactive-keyboard-mode">Interactive keyboard mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keyboard-modes">Keyboard modes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Interface-to-Lisp-debuggers">Interface to Lisp debuggers</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Internal-ILISP-functions">Internal ILISP functions</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Interrupting-commands">Interrupting commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-K">K</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-keybindings">keybindings</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keybindings">Keybindings</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Kyoto-Common-Lisp">Kyoto Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Last-command">Last command</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Lisp-find-file">Lisp find file</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Lisp-menu"><code>Lisp</code> menu</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-List-callers">List callers</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Listing-bindings">Listing bindings</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Listing-changes">Listing changes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Loading-files">Loading files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Local-variables">Local variables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Local-variables-1">Local variables</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Lucid-Common-Lisp">Lucid Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-M">M</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Macroexpansion">Macroexpansion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Macroexpansion">Macroexpansion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Mailing-lists">Mailing lists</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Makefile"><samp>Makefile</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Makefile-1"><samp>Makefile</samp></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Marking-changes">Marking changes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Minibuffer-completion">Minibuffer completion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Modeline-status">Modeline status</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-MzScheme">MzScheme</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-N">N</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Negative-prefix">Negative prefix</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Next-definition">Next definition</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Next-input">Next input</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Next-stack-frame">Next stack frame</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-O">O</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Oaklisp">Oaklisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-OpenMCL">OpenMCL</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Package-commands">Package commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Parenthesis-balancing">Parenthesis balancing</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Partial-completion">Partial completion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Pop-in-break-loop">Pop in break loop</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Previous-commands">Previous commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Previous-definition">Previous definition</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Previous-lisp-buffer">Previous lisp buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Switching-buffers">Switching buffers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Previous-stack-frame">Previous stack frame</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-R">R</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Raw-keyboard-mode">Raw keyboard mode</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keyboard-modes">Keyboard modes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Reference-card">Reference card</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Region-commands">Region commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Reindent-lisp">Reindent lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Replace-lisp">Replace lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Reporting-bugs">Reporting bugs</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Resetting-Lisp">Resetting Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Retrying-from-a-debugger">Retrying from a debugger</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Returning-from-a-debugger">Returning from a debugger</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Rigid-indentation">Rigid indentation</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Running-Lisp">Running Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-SB-Common-Lisp">SB Common Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Scheme">Scheme</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Scheme_002d_003eC">Scheme-&gt;C</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-SCM">SCM</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-scrolling-output">scrolling output</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Search-input">Search input</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Selecting-a-Lisp-interaction-buffer">Selecting a Lisp interaction buffer</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Sending-input-to-Lisp">Sending input to Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Set-buffer-package">Set buffer package</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Set-default-directory">Set default directory</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Setting-compiler-options">Setting compiler options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Setting-compiler-options-1">Setting compiler options</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Similar-input">Similar input</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Snow">Snow</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Source-Code-Commands">Source Code Commands</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Source-modes">Source modes</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Stack-backtrace">Stack backtrace</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Stack-frames">Stack frames</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Stack-frames-1">Stack frames</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Stack-frames-2">Stack frames</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Stack-frames-3">Stack frames</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Starting-up-Lisp">Starting up Lisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Status-light">Status light</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Stepping-to-next-breakpoint">Stepping to next breakpoint</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-STk">STk</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Supported-dialects">Supported dialects</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Switching-buffers">Switching buffers</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Switching-buffers">Switching buffers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Symbolic-link-expansion">Symbolic link expansion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-System-definition-files">System definition files</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-T">T</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-TMC-completion">TMC completion</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Top-stack-frame">Top stack frame</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Top_002dlevel_002c-return-to">Top-level, return to</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Tracing-defuns">Tracing defuns</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Tracing-defuns-1">Tracing defuns</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Trapping-on-exit-from-a-debugger">Trapping on exit from a debugger</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Turning-off-typeout-windows">Turning off typeout windows</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Typeout-windows">Typeout windows</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-U">U</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Uncomment-region">Uncomment region</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Untracing-defuns">Untracing defuns</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Untracing-defuns-1">Untracing defuns</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-User-manual">User manual</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-W">W</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-Web-site">Web site</a>:</td><td>&nbsp;</td><td valign="top"><a href="#FTP-and-Web-directions">FTP and Web directions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-Windows_002c-compiling-under">Windows, compiling under</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-X">X</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-XLisp">XLisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-XLisp-1">XLisp</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-XLisp_002dStat">XLisp-Stat</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-XLisp_002dStat-1">XLisp-Stat</a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-index_cp_symbol-1"><b>*</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_symbol-2"><b>.</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Concept-index_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-W"><b>W</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-index_cp_letter-X"><b>X</b></a>
 &nbsp; 
</td></tr></table>

<hr>
<a name="Key-index"></a>
<div class="header">
<p>
Next: <a href="#Command-index" accesskey="n" rel="next">Command index</a>, Previous: <a href="#Concept-index" accesskey="p" rel="prev">Concept index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Key-Index"></a>
<h2 class="unnumbered">Key Index</h2>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Key-index_ky_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-T"><b>T</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-ky" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Key-index_ky_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002da"><code>C-a</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dc-_003c"><code>C-c &lt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dc-_003e"><code>C-c &gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dc-L"><code>C-c L</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dc-r"><code>C-c r</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dc-R"><code>C-c R</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dd"><code>C-d</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dg"><code>C-g</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dx-C_002df"><code>C-x C-f</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dx-t"><code>C-x t</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_0021"><code><span class="key">C-z</span> !</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_0023"><code><span class="key">C-z</span> #</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keyboard-modes">Keyboard modes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_0029"><code><span class="key">C-z</span> )</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_002a-0"><code><span class="key">C-z</span> * 0</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_002a-c"><code><span class="key">C-z</span> * c</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_002a-e"><code><span class="key">C-z</span> * e</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_002a-l"><code><span class="key">C-z</span> * l</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-1"><code><span class="key">C-z</span> 1</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_003b"><code><span class="key">C-z</span> ;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-a"><code><span class="key">C-z</span> a</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-A"><code><span class="key">C-z</span> A</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-b"><code><span class="key">C-z</span> b</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Switching-buffers">Switching buffers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-c"><code><span class="key">C-z</span> c</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002dc"><code><span class="key">C-z</span> C-c</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002de"><code><span class="key">C-z</span> C-e</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002df"><code><span class="key">C-z</span> C-f</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002dj"><code><span class="key">C-z</span> C-j</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002dn"><code><span class="key">C-z</span> C-n</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002do"><code><span class="key">C-z</span> C-o</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002dr"><code><span class="key">C-z</span> C-r</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002ds"><code><span class="key">C-z</span> C-s</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002dt"><code><span class="key">C-z</span> C-t</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-C_002dw"><code><span class="key">C-z</span> C-w</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-d"><code><span class="key">C-z</span> d</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-D"><code><span class="key">C-z</span> D</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-e"><code><span class="key">C-z</span> e</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-G"><code><span class="key">C-z</span> G</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-g"><code><span class="key">C-z</span> g</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-g-1"><code><span class="key">C-z</span> g</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-H"><code><span class="key">C-z</span> H</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-i"><code><span class="key">C-z</span> i</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-I"><code><span class="key">C-z</span> I</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-j"><code><span class="key">C-z</span> j</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-k"><code><span class="key">C-z</span> k</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-L"><code><span class="key">C-z</span> L</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-l"><code><span class="key">C-z</span> l</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-M"><code><span class="key">C-z</span> M</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Macroexpansion">Macroexpansion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-m"><code><span class="key">C-z</span> m</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Macroexpansion">Macroexpansion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-M_002dl"><code><span class="key">C-z</span> M-l</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-n"><code><span class="key">C-z</span> n</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-o"><code><span class="key">C-z</span> o</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-P"><code><span class="key">C-z</span> P</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-p"><code><span class="key">C-z</span> p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-prefix"><code><span class="key">C-z</span> prefix</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-r"><code><span class="key">C-z</span> r</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-s"><code><span class="key">C-z</span> s</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-SPC"><code><span class="key">C-z</span> SPC</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-t"><code><span class="key">C-z</span> t</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-v"><code><span class="key">C-z</span> v</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-w"><code><span class="key">C-z</span> w</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-z"><code><span class="key">C-z</span> z</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002dz-_005e"><code><span class="key">C-z</span> ^</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-C_002d_005d"><code>C-]</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Key-index_ky_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-DEL"><code>DEL</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Key-index_ky_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-LFD"><code>LFD</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Key-index_ky_letter-M">M</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002d_0022"><code>M-&quot;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002d_002c"><code>M-,</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002d_002e"><code>M-.</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002d_003f"><code>M-?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002da"><code>M-a</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002db"><code>M-b</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dc"><code>M-c</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dd"><code>M-C-d</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dl"><code>M-C-l</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Switching-buffers">Switching buffers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dl-1"><code>M-C-l</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dn"><code>M-C-n</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dp"><code>M-C-p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dq"><code>M-C-q</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dr"><code>M-C-r</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002ds"><code>M-C-s</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dC_002dx"><code>M-C-x</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dn"><code>M-n</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dN"><code>M-N</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dp"><code>M-p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dP"><code>M-P</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dq"><code>M-q</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dRET"><code>M-RET</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002ds"><code>M-s</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dTAB"><code>M-TAB</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dTAB-1"><code>M-TAB</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dx-io_002dbridge_002dilisp"><code>M-x io-bridge-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keyboard-modes">Keyboard modes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dx-lisp_002ddirectory"><code>M-x lisp-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002dx-who_002dcalls_002dlisp"><code>M-x who-calls-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-M_002d_0060"><code>M-`</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Key-index_ky_letter-R">R</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-RET"><code>RET</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Key-index_ky_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-SPC"><code><span class="key">SPC</span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Key-index_ky_letter-T">T</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-TAB"><code>TAB</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-TAB-1"><code><kbd>TAB</kbd></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Key-index_ky_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Key-index_ky_letter-T"><b>T</b></a>
 &nbsp; 
</td></tr></table>

<hr>
<a name="Command-index"></a>
<div class="header">
<p>
Next: <a href="#Variable-index" accesskey="n" rel="next">Variable index</a>, Previous: <a href="#Key-index" accesskey="p" rel="prev">Key index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Command-Index"></a>
<h2 class="unnumbered">Command Index</h2>

<p>Commands available via <kbd>M-x</kbd> prefix.
</p>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Command-index_pg_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-W"><b>W</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-X"><b>X</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-pg" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-A">A</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-abort_002dcommands_002dlisp"><code>abort-commands-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-abort_002dcommands_002dlisp-1"><code>abort-commands-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-akcl"><code>akcl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-allegro"><code>allegro</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-arglist_002dlisp"><code>arglist-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-B">B</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-backward_002ddelete_002dchar_002duntabify"><code>backward-delete-char-untabify</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-bol_002dilisp"><code>bol-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-chez"><code>chez</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-clear_002dchanges_002dlisp"><code>clear-changes-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-clisp_002dhs"><code>clisp-hs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-close_002dand_002dsend_002dlisp"><code>close-and-send-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-cltl2_002dlookup"><code>cltl2-lookup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-cmulisp"><code>cmulisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dmsearch_002dinput"><code>comint-msearch-input</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dmsearch_002dinput_002dmatching"><code>comint-msearch-input-matching</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dnext_002dinput"><code>comint-next-input</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dprevious_002dinput"><code>comint-previous-input</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dprevious_002dsimilar_002dinput"><code>comint-previous-similar-input</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dpsearch_002dinput"><code>comint-psearch-input</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comment_002dregion_002dlisp"><code>comment-region-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-common_002dlisp"><code>common-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002dchanges_002dlisp"><code>compile-changes-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002ddefun_002dand_002dgo_002dlisp"><code>compile-defun-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002ddefun_002dlisp"><code>compile-defun-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002ddefun_002dlisp_002dand_002dgo"><code>compile-defun-lisp-and-go</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002dfile_002dlisp"><code>compile-file-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002dregion_002dand_002dgo_002dlisp"><code>compile-region-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002dregion_002dlisp-1"><code>compile-region-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-complete"><code>complete</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-complete_002dlisp"><code>complete-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-cormanlisp"><code>cormanlisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-default_002ddirectory_002dlisp"><code>default-directory-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-defdialect"><code>defdialect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Defining-new-dialects">Defining new dialects</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-delete_002dchar_002dor_002dpop_002dilisp"><code>delete-char-or-pop-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-describe_002dlisp"><code>describe-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-documentation_002dlisp"><code>documentation-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-drscheme_002djr"><code>drscheme-jr</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-ecl"><code>ecl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-edit_002dcallers_002dlisp"><code>edit-callers-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-edit_002dcallers_002dlisp-1"><code>edit-callers-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-edit_002ddefinitions_002dlisp"><code>edit-definitions-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dchanges_002dlisp"><code>eval-changes-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002ddefun_002dand_002dgo_002dlisp"><code>eval-defun-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002ddefun_002dand_002dgo_002dlisp-1"><code>eval-defun-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002ddefun_002dlisp"><code>eval-defun-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002ddwim_002dand_002dgo_002dlisp"><code>eval-dwim-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002ddwim_002dlisp"><code>eval-dwim-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dlast_002dsexp_002dand_002dgo_002dlisp"><code>eval-last-sexp-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dlast_002dsexp_002dlisp"><code>eval-last-sexp-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dnext_002dsexp_002dand_002dgo_002dlisp"><code>eval-next-sexp-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dnext_002dsexp_002dlisp"><code>eval-next-sexp-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dregion_002dand_002dgo_002dlisp"><code>eval-region-and-go-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dregion_002dlisp-1"><code>eval-region-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-fast_002dlisp"><code>fast-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-fi_003aclman"><code>fi:clman</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-fi_003aclman-1"><code>fi:clman</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-fi_003aclman_002dapropos"><code>fi:clman-apropos</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-find_002dfile_002dlisp"><code>find-file-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-find_002dunbalanced_002dlisp"><code>find-unbalanced-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-G">G</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-gcl"><code>gcl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-guile"><code>guile</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-H">H</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-hyperspec_002dlookup"><code>hyperspec-lookup</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-ibcl"><code>ibcl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dabort"><code>ild-abort</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dbacktrace"><code>ild-backtrace</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dbottom"><code>ild-bottom</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dcontinue"><code>ild-continue</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dlocal"><code>ild-local</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dlocals"><code>ild-locals</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dnext"><code>ild-next</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dprevious"><code>ild-previous</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dretry"><code>ild-retry</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dreturn"><code>ild-return</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dstep"><code>ild-step</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dtop"><code>ild-top</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ild_002dtrap_002don_002dexit"><code>ild-trap-on-exit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002darglist_002dmessage_002dlisp_002dspace"><code>ilisp-arglist-message-lisp-space</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dbug"><code>ilisp-bug</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Distribution">Distribution</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dbury_002doutput"><code>ilisp-bury-output</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dcompile_002dinits-1"><code>ilisp-compile-inits</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dgrow_002doutput"><code>ilisp-grow-output</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dscroll_002doutput"><code>ilisp-scroll-output</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-indent_002dline_002dilisp"><code>indent-line-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-indent_002dsexp_002dilisp"><code>indent-sexp-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-inspect_002dlisp"><code>inspect-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-interrupt_002dsubjob_002dilisp"><code>interrupt-subjob-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-io_002dbridge_002dilisp"><code>io-bridge-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keyboard-modes">Keyboard modes</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-K">K</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-kcl"><code>kcl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002ddirectory"><code>lisp-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-list_002dchanges_002dlisp"><code>list-changes-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-load_002dfile_002dlisp"><code>load-file-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lucid"><code>lucid</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-M">M</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-macroexpand_002d1_002dlisp"><code>macroexpand-1-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Macroexpansion">Macroexpansion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-macroexpand_002dlisp"><code>macroexpand-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Macroexpansion">Macroexpansion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make"><code>make</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make-1"><code>make</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make-compile"><code>make compile</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make-docs"><code>make docs</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make-dvi"><code>make dvi</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make-html"><code>make html</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make-info"><code>make info</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-make-ps"><code>make ps</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-mark_002dchange_002dlisp"><code>mark-change-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Batch-commands">Batch commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-mzscheme"><code>mzscheme</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-N">N</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-newline_002dand_002dindent_002dlisp"><code>newline-and-indent-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-next_002dcaller_002dlisp"><code>next-caller-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-next_002ddefinition_002dlisp"><code>next-definition-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-next_002ddefinition_002dlisp-1"><code>next-definition-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-O">O</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-oaklisp"><code>oaklisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-openmcl"><code>openmcl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-panic_002dlisp"><code>panic-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-previous_002dbuffer_002dlisp"><code>previous-buffer-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Switching-buffers">Switching buffers</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-R">R</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-raw_002dkeys_002dilisp"><code>raw-keys-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keyboard-modes">Keyboard modes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-reindent_002dlisp"><code>reindent-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-replace_002dlisp"><code>replace-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-reset_002dilisp"><code>reset-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-return_002dilisp"><code>return-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-run_002dilisp"><code>run-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-sbcl"><code>sbcl</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-scheme"><code>scheme</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-scm"><code>scm</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-search_002dlisp"><code>search-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-select_002dlisp"><code>select-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-set_002dbuffer_002dpackage_002dlisp"><code>set-buffer-package-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-set_002dpackage_002dlisp"><code>set-package-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-setup_002dilisp"><code>setup-ilisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Defining-new-dialects">Defining new dialects</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-slow_002dlisp"><code>slow-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Debuggers">Debuggers</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-snow"><code>snow</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-status_002dlisp"><code>status-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-stk"><code>stk</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-switch_002dto_002dlisp"><code>switch-to-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Switching-buffers">Switching buffers</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-T">T</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-trace_002ddefun_002dlisp"><code>trace-defun-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-trace_002ddefun_002dlisp_002dbreak"><code>trace-defun-lisp-break</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Tracing-functions">Tracing functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-W">W</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-who_002dcalls_002dlisp"><code>who-calls-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Command-index_pg_letter-X">X</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-xlisp"><code>xlisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-xlispstat"><code>xlispstat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Starting-up">Starting up</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Command-index_pg_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-W"><b>W</b></a>
 &nbsp; 
<a class="summary-letter" href="#Command-index_pg_letter-X"><b>X</b></a>
 &nbsp; 
</td></tr></table>

<hr>
<a name="Variable-index"></a>
<div class="header">
<p>
Next: <a href="#Function-index" accesskey="n" rel="next">Function index</a>, Previous: <a href="#Command-index" accesskey="p" rel="prev">Command index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Variable-Index"></a>
<h2 class="unnumbered">Variable Index</h2>

<p>Variables and hooks of ILISP.
</p>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Variable-index_vr_symbol-1"><b>*</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Variable-index_vr_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-P"><b>P</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-vr" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_symbol-1">*</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-_002arecord_002dsource_002dfiles_002a"><code>*record-source-files*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-A">A</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-auto_002dmode_002dalist"><code>auto-mode-alist</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dalways_002dscroll"><code>comint-always-scroll</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dmode_002dhook"><code>comint-mode-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-comint_002dprompt_002dregexp"><code>comint-prompt-regexp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-default_002ddirectory"><code>default-directory</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Files-and-directories">Files and directories</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-DIALECT_002dhook"><code><var>DIALECT</var>-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-EMACS"><code>EMACS</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-H">H</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-HyperSpec-2"><code>HyperSpec</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aarglist_002dmessage_002dlisp_002dspace_002dp_002a"><code>ilisp-*arglist-message-lisp-space-p*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Documentation-functions">Documentation functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aarglist_002dmessage_002dlisp_002dspace_002dp_002a-1"><code>ilisp-*arglist-message-lisp-space-p*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aenable_002dcl_002deasy_002dmenu_002dp_002a"><code><code>ilisp-*enable-cl-easy-menu-p*</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aenable_002dimenu_002dp_002a"><code>ilisp-*enable-imenu-p*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aenable_002dscheme_002deasy_002dmenu_002dp_002a"><code><code>ilisp-*enable-scheme-easy-menu-p*</code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aprefix_002a"><code>ilisp-*prefix*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aprefix_002a-1"><code>ilisp-*prefix*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aprefix_002dmatch_002a"><code>ilisp-*prefix-match*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Completion">Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002aprefix_002dmatch_002a-1"><code>ilisp-*prefix-match*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002ause_002dfi_002dclman_002dinterface_002dp_002a"><code>ilisp-*use-fi-clman-interface-p*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002ause_002dframe_002dfor_002darglist_002doutput_002dp_002a"><code>ilisp-*use-frame-for-arglist-output-p*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002ause_002dframe_002dfor_002doutput_002a"><code>ilisp-*use-frame-for-output*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002d_002ause_002dfsf_002dcompliant_002dkeybindings_002a"><code>ilisp-*use-fsf-compliant-keybindings*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keybindings">Keybindings</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dbindings_002d_002abind_002dspace_002dp_002a"><code>ilisp-bindings-*bind-space-p*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ddefvar_002dregexp"><code>ilisp-defvar-regexp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ddisplay_002doutput_002dfunction"><code>ilisp-display-output-function</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dfilter_002dlength"><code>ilisp-filter-length</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dfilter_002dlength-1"><code>ilisp-filter-length</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dfilter_002dregexp"><code>ilisp-filter-regexp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Command-history">Command history</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dfilter_002dregexp-1"><code>ilisp-filter-regexp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dhandle_002derrors"><code>ilisp-handle-errors</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dhash_002dform_002dregexp"><code>ilisp-hash-form-regexp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dinit_002dbinary_002dcommand"><code>ilisp-init-binary-command</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dinit_002dbinary_002dextension"><code>ilisp-init-binary-extension</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dinit_002dhook"><code>ilisp-init-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dinit_002dhook-1"><code>ilisp-init-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dload_002dhook"><code>ilisp-load-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dload_002dinits"><code>ilisp-load-inits</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dlocator"><code>ilisp-locator</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dmode_002dhook"><code>ilisp-mode-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dmode_002dhook-1"><code>ilisp-mode-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dmotd"><code>ilisp-motd</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dother_002dprompt"><code>ilisp-other-prompt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Miscellany">Miscellany</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dother_002dprompt-1"><code>ilisp-other-prompt</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dprogram"><code>ilisp-program</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dprogram-1"><code>ilisp-program</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002draw_002decho"><code>ilisp-raw-echo</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Keyboard-modes">Keyboard modes</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dsite_002dhook"><code>ilisp-site-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dsite_002dhook-1"><code>ilisp-site-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dsite_002dhook-2"><code>ilisp-site-hook</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002ddont_002dcache_002dpackage"><code>lisp-dont-cache-package</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dedit_002dfiles"><code>lisp-edit-files</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dno_002dpopper"><code>lisp-no-popper</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Typeout-windows">Typeout windows</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dno_002dpopper-1"><code>lisp-no-popper</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dshow_002dstatus"><code>lisp-show-status</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dshow_002dstatus-1"><code>lisp-show-status</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dsource_002dmodes"><code>lisp-source-modes</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Source-code-commands">Source code commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dwait_002dp"><code>lisp-wait-p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Eval-and-compile-functions">Eval and compile functions</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dwait_002dp-1"><code>lisp-wait-p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Interrupts">Interrupts</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dwait_002dp-2"><code>lisp-wait-p</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Customization">Customization</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-LN"><code>LN</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Variable-index_vr_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-pop_002dup_002dwindows"><code>pop-up-windows</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Switching-buffers">Switching buffers</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Variable-index_vr_symbol-1"><b>*</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Variable-index_vr_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Variable-index_vr_letter-P"><b>P</b></a>
 &nbsp; 
</td></tr></table>

<hr>
<a name="Function-index"></a>
<div class="header">
<p>
Previous: <a href="#Variable-index" accesskey="p" rel="prev">Variable index</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Concept-index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Function-Index"></a>
<h2 class="unnumbered">Function Index</h2>

<p>Internal functions of ILISP which can be used to write new commands.
</p>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Function-index_fn_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-L"><b>L</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-fn" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-compile_002dregion_002dlisp"><code>compile-region-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-deflocal"><code>deflocal</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-eval_002dregion_002dlisp"><code>eval-region-lisp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dcompile_002dinits"><code>ilisp-compile-inits</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Configuration-and-compilation">Configuration and compilation</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dcompleting_002dread"><code>ilisp-completing-read</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002ddialect"><code>ilisp-dialect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dpackage_002dcommand"><code>ilisp-package-command</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Package-Commands">Package Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dread"><code>ilisp-read</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dread_002dsymbol"><code>ilisp-read-symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-ilisp_002dsend"><code>ilisp-send</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dbuffer_002dsymbol"><code>lisp-buffer-symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002ddef_002dname"><code>lisp-def-name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dfunction_002dname"><code>lisp-function-name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dprevious_002dsexp"><code>lisp-previous-sexp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dprevious_002dsymbol"><code>lisp-previous-symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dstring_002dto_002dsymbol"><code>lisp-string-to-symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dsymbol"><code>lisp-symbol</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dsymbol_002ddelimiter"><code>lisp-symbol-delimiter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dsymbol_002dname"><code>lisp-symbol-name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dsymbol_002dpackage"><code>lisp-symbol-package</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td></td><td valign="top"><a href="#index-lisp_002dsymbol_002dto_002dstring"><code>lisp-symbol-to-string</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="#Writing-new-commands">Writing new commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Function-index_fn_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Function-index_fn_letter-L"><b>L</b></a>
 &nbsp; 
</td></tr></table>

<a name="SEC_Contents"></a>
<h2 class="contents-heading">Table of Contents</h2>

<div class="contents">
<ul class="no-bullet">
<li><a name="toc-How-to-get-the-latest-ILISP-distribution_002e" href="#Distribution">How to get the latest ILISP distribution.</a>
<ul class="no-bullet">
  <li><a name="toc-FTP-and-Web-directions-1" href="#FTP-and-Web-directions">FTP and Web directions</a></li>
</ul></li>
<li><a name="toc-Acknowledgements-1" href="#Acknowledgements">Acknowledgements</a></li>
<li><a name="toc-Features-1" href="#Features">Features</a></li>
<li><a name="toc-How-to-install-ILISP" href="#Installation">1 How to install ILISP</a>
<ul class="no-bullet">
  <li><a name="toc-Configuration-and-compilation-1" href="#Configuration-and-compilation">1.1 Configuration and compilation</a></li>
</ul></li>
<li><a name="toc-How-to-run-a-Lisp-process-using-ILISP" href="#Starting-up">2 How to run a Lisp process using ILISP</a></li>
<li><a name="toc-A-word-about-the-keys-used-by-ILISP" href="#Keybindings">3 A word about the keys used by ILISP</a></li>
<li><a name="toc-Buffers-used-by-ILISP_002c-and-their-commands" href="#Buffers-of-ILISP">4 Buffers used by ILISP, and their commands</a>
<ul class="no-bullet">
  <li><a name="toc-Typeout-windows-1" href="#Typeout-windows">4.1 Typeout windows</a></li>
  <li><a name="toc-Switching-buffers-1" href="#Switching-buffers">4.2 Switching buffers</a></li>
</ul></li>
<li><a name="toc-ILISP-Commands-1" href="#ILISP-Commands">5 ILISP Commands</a>
<ul class="no-bullet">
  <li><a name="toc-Eval-and-compile-functions-1" href="#Eval-and-compile-functions">5.1 Eval and compile functions</a></li>
  <li><a name="toc-Documentation-functions-1" href="#Documentation-functions">5.2 Documentation functions</a></li>
  <li><a name="toc-Macroexpansion-1" href="#Macroexpansion">5.3 Macroexpansion</a></li>
  <li><a name="toc-Tracing-functions-1" href="#Tracing-functions">5.4 Tracing functions</a></li>
  <li><a name="toc-Package-Commands-1" href="#Package-Commands">5.5 Package Commands</a></li>
  <li><a name="toc-Source-Code-Commands" href="#Source-code-commands">5.6 Source Code Commands</a></li>
  <li><a name="toc-Batch-commands-1" href="#Batch-commands">5.7 Batch commands</a></li>
  <li><a name="toc-Files-and-directories-1" href="#Files-and-directories">5.8 Files and directories</a></li>
  <li><a name="toc-Switching-between-interactive-and-raw-keyboard-modes" href="#Keyboard-modes">5.9 Switching between interactive and raw keyboard modes</a></li>
  <li><a name="toc-Interrupts_002c-aborts_002c-and-errors" href="#Interrupts">5.10 Interrupts, aborts, and errors</a></li>
  <li><a name="toc-Interface-to-Lisp-debuggers" href="#Debuggers">5.11 Interface to Lisp debuggers</a></li>
  <li><a name="toc-Command-history-1" href="#Command-history">5.12 Command history</a></li>
  <li><a name="toc-Completion-1" href="#Completion">5.13 Completion</a></li>
  <li><a name="toc-Miscellany-1" href="#Miscellany">5.14 Miscellany</a></li>
</ul></li>
<li><a name="toc-ILISP-Customization" href="#Customization">6 ILISP Customization</a></li>
<li><a name="toc-Dialects-1" href="#Dialects">7 Dialects</a>
<ul class="no-bullet">
  <li><a name="toc-Defining-new-dialects-1" href="#Defining-new-dialects">7.1 Defining new dialects</a></li>
  <li><a name="toc-Writing-new-commands-1" href="#Writing-new-commands">7.2 Writing new commands</a></li>
</ul></li>
<li><a name="toc-Concept-Index" href="#Concept-index">Concept Index</a></li>
<li><a name="toc-Key-Index" href="#Key-index">Key Index</a></li>
<li><a name="toc-Command-Index" href="#Command-index">Command Index</a></li>
<li><a name="toc-Variable-Index" href="#Variable-index">Variable Index</a></li>
<li><a name="toc-Function-Index" href="#Function-index">Function Index</a></li>

</ul>
</div>


<hr>



</body>
</html>