aboutsummaryrefslogtreecommitdiffhomepage
path: root/TAGS
blob: 9e4f8988c9229adeee4dff164973f11259d6bda3 (plain)
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

coq/coq-abbrev.el,468
(defun holes-show-doc 10,310
(defun coq-local-vars-list-show-doc 14,387
(defconst coq-tactics-menu 19,487
(defconst coq-tactics-abbrev-table 24,636
(defconst coq-tacticals-menu 27,724
(defconst coq-tacticals-abbrev-table 32,879
(defconst coq-commands-menu 36,972
(defconst coq-commands-abbrev-table 42,1189
(defconst coq-terms-menu 45,1279
(defconst coq-terms-abbrev-table 50,1419
(defpgdefault menu-entries 71,2121
(defpgdefault help-menu-entries152,5542

coq/coq-db.el,434
(defconst coq-syntax-db 18,455
(defvar coq-user-tactics-db48,1608
(defun coq-insert-from-db 58,1957
(defun coq-build-regexp-list-from-db 76,2738
(defun max-length-db 98,3790
(defun coq-build-menu-from-db-internal 110,4065
(defun coq-build-title-menu 145,5689
(defun coq-build-menu-from-db 155,6058
(defun coq-build-abbrev-table-from-db 175,6805
(defun filter-state-preserving 191,7359
(defun filter-state-changing 196,7513

coq/coq.el,6119
(defcustom coq-prog-name 28,654
(defcustom coq-prog-args 41,1184
(defcustom coq-compile-file-command 44,1294
(defcustom coq-default-undo-limit 54,1663
(defconst coq-shell-init-cmd 59,1791
(defcustom coq-utf-safe 68,2007
(defconst coq-shell-restart-cmd 84,2639
(defvar coq-shell-prompt-pattern 91,2899
(defvar coq-shell-cd 98,3221
(defvar coq-shell-abort-goal-regexp 102,3376
(defvar coq-shell-proof-completed-regexp 105,3502
(defvar coq-goal-regexp108,3633
(defun coq-library-directory 117,3822
(defcustom coq-tags 124,4002
(defconst coq-interrupt-regexp 129,4152
(defcustom coq-www-home-page 134,4273
(defvar coq-outline-regexp144,4444
(defvar coq-outline-heading-end-regexp 151,4658
(defvar coq-shell-outline-regexp 153,4712
(defvar coq-shell-outline-heading-end-regexp 154,4762
(defconst coq-kill-goal-command 159,4872
(defconst coq-forget-id-command 160,4915
(defconst coq-back-n-command 161,4962
(defconst coq-state-preserving-tactics-regexp 165,5106
(defconst coq-state-changing-commands-regexp167,5207
(defconst coq-state-preserving-commands-regexp 169,5314
(defconst coq-commands-regexp 171,5426
(defvar coq-retractable-instruct-regexp 173,5504
(defvar coq-non-retractable-instruct-regexp 175,5595
(defvar coq-keywords-section179,5735
(defvar coq-section-regexp 182,5829
(defun coq-set-undo-limit 216,6929
(defconst coq-keywords-decl-defn-regexp227,7368
(defun coq-proof-mode-p 231,7518
(defun coq-is-comment-or-proverprocp 242,7928
(defun coq-is-goalsave-p 244,8032
(defun coq-is-module-equal-p 245,8107
(defun coq-is-def-p 248,8303
(defun coq-is-decl-defn-p 250,8411
(defun coq-state-preserving-command-p 255,8578
(defun coq-command-p 258,8712
(defun coq-state-preserving-tactic-p 261,8812
(defun coq-state-changing-tactic-p 266,8960
(defun coq-state-changing-command-p 273,9194
(defun coq-section-or-module-start-p 280,9540
(defun build-list-id-from-string 289,9781
(defun coq-last-prompt-info 302,10311
(defun coq-last-prompt-info-safe 314,10852
(defvar coq-last-but-one-statenum 324,11367
(defvar coq-last-but-one-proofnum 326,11434
(defvar coq-last-but-one-proofstack 328,11497
(defun coq-get-span-statenum 330,11539
(defun coq-get-span-proofnum 335,11654
(defun coq-get-span-proofstack 340,11769
(defun coq-set-span-statenum 345,11913
(defun coq-get-span-goalcmd 350,12044
(defun coq-set-span-goalcmd 355,12158
(defun coq-set-span-proofnum 360,12288
(defun coq-set-span-proofstack 365,12419
(defun proof-last-locked-span 370,12579
(defun coq-set-state-infos 385,13183
(defun count-not-intersection 425,15262
(defun  coq-find-and-forget-v81 456,16516
(defun coq-find-and-forget-v80 484,17648
(defun coq-find-and-forget 579,22347
(defvar coq-current-goal 592,22887
(defun coq-goal-hyp 595,22952
(defun coq-state-preserving-p 608,23382
(defconst notation-print-kinds-table 623,23888
(defun coq-PrintScope 627,24056
(defun coq-guess-or-ask-for-string 646,24612
(defun coq-ask-do 657,24997
(defun coq-SearchIsos 666,25385
(defun coq-SearchConstant 672,25618
(defun coq-SearchRewrite 676,25711
(defun coq-SearchAbout 680,25809
(defun coq-Print 684,25901
(defun coq-About 688,26023
(defun coq-LocateConstant 692,26140
(defun coq-LocateLibrary 698,26275
(defun coq-addquotes 704,26425
(defun coq-LocateNotation 706,26473
(defun coq-Pwd 713,26672
(defun coq-Inspect 719,26804
(defun coq-PrintSection(723,26904
(defun coq-Print-implicit 727,26998
(defun coq-Check 732,27150
(defun coq-Show 737,27260
(defun coq-PrintHint 752,27706
(defun coq-Compile 760,27852
(defun coq-guess-command-line 773,28171
(defun coq-pre-shell-start 795,29019
(defun coq-mode-config 807,29543
(defun coq-hybrid-ouput-goals-response-p 923,33750
(defun coq-hybrid-ouput-goals-response 929,34008
(defun coq-shell-mode-config 951,34920
(defun coq-goals-mode-config 992,36757
(defun coq-response-config 999,36989
(defun coq-maybe-compile-buffer 1019,37695
(defun coq-ancestors-of 1056,39229
(defun coq-all-ancestors-of 1079,40196
(defconst coq-require-command-regexp 1091,40589
(defun coq-process-require-command 1096,40798
(defun coq-included-children 1101,40925
(defun coq-process-file 1122,41764
(defpacustom print-fully-explicit 1147,42679
(defpacustom print-implicit 1152,42828
(defpacustom print-coercions 1157,42995
(defpacustom print-match-wildcards 1162,43140
(defpacustom print-elim-types 1167,43321
(defpacustom printing-depth 1172,43488
(defpacustom time-commands 1177,43650
(defpacustom auto-compile-vos 1181,43761
(defpacustom translate-to-v8 1203,44716
(defun coq-preprocessing 1212,44932
(defun coq-fake-constant-markup 1227,45351
(defun coq-create-span-menu 1249,46158
(defconst module-kinds-table 1276,46960
(defconst modtype-kinds-table1280,47110
(defun coq-insert-section-or-module 1284,47239
(defconst reqkinds-kinds-table1307,48099
(defun coq-insert-requires 1312,48244
(defun coq-end-Section 1328,48750
(defun coq-insert-intros 1346,49334
(defun coq-insert-match 1358,49858
(defun coq-insert-tactic 1390,51036
(defun coq-insert-tactical 1396,51275
(defun coq-insert-command 1402,51524
(defun coq-insert-term 1408,51768
(define-key coq-keymap 1415,51966
(define-key coq-keymap 1416,52024
(define-key coq-keymap 1417,52081
(define-key coq-keymap 1418,52150
(define-key coq-keymap 1419,52206
(define-key coq-keymap 1420,52255
(define-key coq-keymap 1421,52313
(define-key coq-keymap 1423,52374
(define-key coq-keymap 1424,52433
(define-key coq-keymap 1426,52497
(define-key coq-keymap 1427,52557
(define-key coq-keymap 1429,52613
(define-key coq-keymap 1430,52663
(define-key coq-keymap 1431,52713
(define-key coq-keymap 1432,52763
(define-key coq-keymap 1433,52817
(define-key coq-keymap 1434,52876
(defvar last-coq-error-location 1444,53059
(defun coq-get-last-error-location 1453,53458
(defun coq-highlight-error 1486,54855
(defun coq-decide-highlight-error 1555,57540
(defun coq-highlight-error-hook 1560,57702
(defun first-word-of-buffer 1571,58095
(defun coq-show-first-goal 1580,58326
(defun is-not-split-vertic 1605,59215
(defun optim-resp-windows 1614,59654

coq/coq-indent.el,2241
(defconst coq-any-command-regexp11,262
(defconst coq-indent-inner-regexp14,353
(defconst coq-comment-start-regexp 24,814
(defconst coq-comment-end-regexp 25,857
(defconst coq-comment-start-or-end-regexp 26,898
(defconst coq-indent-open-regexp28,1007
(defconst coq-indent-close-regexp33,1181
(defconst coq-indent-closepar-regexp 38,1364
(defconst coq-indent-closematch-regexp 39,1409
(defconst coq-indent-openpar-regexp 40,1480
(defconst coq-indent-openmatch-regexp 41,1524
(defconst coq-indent-any-regexp42,1604
(defconst coq-indent-kw 47,1882
(defconst coq-indent-pattern-regexp 57,2337
(defun coq-indent-goal-command-p 61,2440
(defconst coq-end-command-regexp 82,3498
(defun coq-search-comment-delimiter-forward 87,3651
(defun coq-search-comment-delimiter-backward 96,3983
(defun coq-skip-until-one-comment-backward 103,4257
(defun coq-skip-until-one-comment-forward 115,4873
(defun coq-looking-at-comment 126,5391
(defun coq-find-comment-start 130,5532
(defun coq-find-comment-end 140,5965
(defun coq-looking-at-syntactic-context 152,6511
(defconst coq-end-command-or-comment-regexp158,6733
(defconst coq-end-command-or-comment-start-regexp161,6842
(defun coq-find-not-in-comment-backward 165,6960
(defun coq-find-not-in-comment-forward 184,7863
(defun coq-find-command-end-backward 203,8782
(defun coq-find-command-end-forward 211,9180
(defun coq-find-command-end 219,9559
(defun coq-parse-function 227,9944
(defun coq-find-current-start 236,10147
(defun coq-find-real-start 245,10438
(defun coq-command-at-point 252,10657
(defun only-spaces-on-line 259,10934
(defun find-reg 268,11208
(defun coq-find-no-syntactic-on-line 283,11757
(defun coq-back-to-indentation-prevline 296,12230
(defun coq-find-unclosed 338,14126
(defun coq-find-at-same-level-zero 368,15310
(defun coq-find-unopened 396,16394
(defun coq-find-last-unopened 443,17748
(defun coq-end-offset 456,18152
(defun coq-indent-command-offset 484,18971
(defun coq-indent-expr-offset 531,20797
(defun coq-indent-comment-offset 650,25143
(defun coq-indent-offset 682,26591
(defun coq-indent-calculate 699,27398
(defun proof-indent-line 703,27488
(defun coq-indent-line-not-comments 713,27864
(defun coq-indent-region 723,28263

coq/coq-local-vars.el,279
(defconst coq-local-vars-doc 17,306
(defun coq-insert-coq-prog-name 75,2832
(defun coq-read-directory 83,3185
(defun coq-extract-directories-from-args 98,3874
(defun coq-ask-prog-args 113,4384
(defun coq-ask-prog-name 133,5426
(defun coq-ask-insert-coq-prog-name 148,6067

coq/coq-syntax.el,2331
(defvar coq-version-is-V8 21,716
(defvar coq-version-is-V8-0 23,795
(defvar coq-version-is-V8-1 30,1167
(defcustom coq-user-tactics-db 80,3378
(defcustom coq-user-commands-db 97,3886
(defvar coq-tactics-db114,4401
(defvar coq-tacticals-db269,12393
(defvar coq-decl-db291,13144
(defvar coq-defn-db313,14362
(defvar coq-goal-starters-db358,17620
(defvar coq-commands-db379,18708
(defvar coq-terms-db499,26844
(defun coq-count-match 563,29478
(defun coq-goal-command-str-v80-p 582,30332
(defun coq-module-opening-p 605,31198
(defun coq-section-command-p 616,31610
(defun coq-goal-command-str-v81-p 620,31707
(defun coq-goal-command-p-v81 635,32375
(defun coq-goal-command-str-p 645,32711
(defun coq-goal-command-p 655,33072
(defvar coq-keywords-save-strict663,33380
(defvar coq-keywords-save671,33479
(defun coq-save-command-p 675,33555
(defvar coq-keywords-kill-goal 684,33849
(defvar coq-keywords-state-changing-misc-commands688,33940
(defvar coq-keywords-goal691,34065
(defvar coq-keywords-decl694,34148
(defvar coq-keywords-defn697,34222
(defvar coq-keywords-state-changing-commands701,34297
(defvar coq-keywords-state-preserving-commands710,34495
(defvar coq-keywords-commands715,34711
(defvar coq-tacticals720,34859
(defvar coq-reserved725,34995
(defvar coq-state-changing-tactics734,35281
(defvar coq-state-preserving-tactics737,35390
(defvar coq-tactics741,35504
(defvar coq-retractable-instruct744,35593
(defvar coq-non-retractable-instruct747,35703
(defvar coq-keywords751,35825
(defvar coq-symbols758,35992
(defvar coq-error-regexp 777,36205
(defvar coq-id 780,36433
(defvar coq-id-shy 781,36458
(defvar coq-ids 783,36512
(defun coq-first-abstr-regexp 785,36553
(defun coq-first-abstr-regexp 788,36677
(defvar coq-font-lock-terms796,36869
(defconst coq-save-command-regexp-strict815,37667
(defconst coq-save-command-regexp819,37834
(defconst coq-save-with-hole-regexp823,37987
(defconst coq-goal-command-regexp827,38145
(defconst coq-goal-with-hole-regexp830,38245
(defconst coq-decl-with-hole-regexp836,38532
(defconst coq-defn-with-hole-regexp840,38664
(defconst coq-with-with-hole-regexp874,39503
(defvar coq-font-lock-keywords-1880,39755
(defvar coq-font-lock-keywords 902,40869
(defun coq-init-syntax-table 904,40927
(defconst coq-generic-expression933,41825

coq/x-symbol-coq.el,1746
(defvar x-symbol-coq-required-fonts 16,384
(defvar x-symbol-coq-name 24,785
(defvar x-symbol-coq-modeline-name 25,825
(defcustom x-symbol-coq-header-groups-alist 27,868
(defcustom x-symbol-coq-electric-ignore 34,1086
(defvar x-symbol-coq-required-fonts 41,1331
(defvar x-symbol-coq-extra-menu-items 44,1430
(defvar x-symbol-coq-token-grammar48,1518
(defun x-symbol-coq-default-token-list 64,2184
(defvar x-symbol-coq-user-table 76,2472
(defvar x-symbol-coq-generated-data 79,2578
(defvar x-symbol-coq-master-directory 87,2816
(defvar x-symbol-coq-image-searchpath 88,2864
(defvar x-symbol-coq-image-cached-dirs 89,2911
(defvar x-symbol-coq-image-file-truename-alist 90,2976
(defvar x-symbol-coq-image-keywords 91,3028
(defcustom x-symbol-coq-subscript-matcher 98,3256
(defcustom x-symbol-coq-font-lock-regexp 104,3488
(defcustom x-symbol-coq-font-lock-limit-regexp 109,3660
(defcustom x-symbol-coq-font-lock-contents-regexp 115,3848
(defcustom x-symbol-coq-single-char-regexp 122,4102
(defun x-symbol-coq-subscript-matcher 127,4250
(defun coq-match-subscript 162,5939
(defvar x-symbol-coq-font-lock-allowed-faces 169,6113
(defcustom x-symbol-coq-class-alist174,6338
(defcustom x-symbol-coq-class-face-alist 185,6716
(defvar x-symbol-coq-font-lock-keywords 195,7026
(defvar x-symbol-coq-font-lock-allowed-faces 197,7072
(defvar x-symbol-coq-case-insensitive 203,7296
(defvar x-symbol-coq-token-shape 204,7339
(defvar x-symbol-coq-input-token-ignore 205,7377
(defvar x-symbol-coq-token-list 206,7422
(defvar x-symbol-coq-symbol-table 208,7466
(defvar x-symbol-coq-xsymbol-table 312,9888
(defun x-symbol-coq-prepare-table 459,13756
(defvar x-symbol-coq-table468,14023
(defcustom x-symbol-coq-auto-style475,14184

demoisa/demoisa.el,390
(defcustom isabelledemo-prog-name 54,1809
(defcustom isabelledemo-web-page59,1931
(defun demoisa-config 70,2161
(defun demoisa-shell-config 90,2910
(define-derived-mode demoisa-mode 119,3994
(define-derived-mode demoisa-shell-mode 124,4117
(define-derived-mode demoisa-response-mode 129,4260
(define-derived-mode demoisa-goals-mode 133,4387
(defun demoisa-pre-shell-start 152,5169

isar/isabelle-system.el,1582
(defgroup isabelle 19,602
(defcustom isabelle-web-page23,730
(defcustom isa-isatool-command34,1025
(defvar isatool-not-found 61,1970
(defun isa-set-isatool-command 64,2083
(defun isa-shell-command-to-string 84,2944
(defun isa-getenv 90,3168
(defcustom isabelle-program-name 109,3825
(defvar isabelle-prog-name 135,4773
(defun isabelle-command-line 138,4900
(defun isabelle-choose-logic 162,5857
(defun isa-tool-list-logics 184,6829
(defun isa-view-doc 191,7067
(defvar isabelle-version-string 198,7291
(defun isa-version 200,7332
(defconst isa-supports-pgip 213,7815
(defun isa-tool-list-docs 221,8045
(defun isa-quit 239,8767
(defconst isabelle-verbatim-regexp 246,8962
(defun isabelle-verbatim 249,9103
(defcustom isabelle-refresh-logics 256,9259
(defcustom isabelle-logics-available 264,9586
(defcustom isabelle-chosen-logic 272,9886
(defconst isabelle-docs-menu 285,10354
(defun isabelle-logics-menu-calculate 295,10747
(defvar isabelle-time-to-refresh-logics 311,11256
(defun isabelle-logics-menu-refresh 314,11349
(defun isabelle-logics-menu-filter 331,12048
(defun isabelle-menu-bar-update-logics 337,12258
(defvar isabelle-logics-menu-entries 348,12614
(defvar isabelle-logics-menu 350,12686
(defun isabelle-load-isar-keywords 363,13304
(defpgdefault menu-entries384,14045
(defpgdefault help-menu-entries 387,14097
(defpgdefault x-symbol-language 395,14291
(defun isabelle-convert-idmarkup-to-subterm 418,14906
(defun isabelle-create-span-menu 442,15918
(defun isabelle-xml-sml-escapes 458,16363
(defun isabelle-process-pgip 461,16464

isar/isar.el,1314
(defcustom isar-keywords-name 28,583
(defpgdefault completion-table 45,1107
(defcustom isar-web-page47,1160
(defun isar-strip-terminators 61,1497
(defun isar-markup-ml 74,1874
(defun isar-mode-config-set-variables 79,2009
(defun isar-shell-mode-config-set-variables 144,5024
(defun isar-remove-file 249,9478
(defun isar-shell-compute-new-files-list 259,9841
(defun isar-activate-scripting 270,10307
(define-derived-mode isar-shell-mode 279,10477
(define-derived-mode isar-response-mode 284,10600
(define-derived-mode isar-goals-mode 289,10782
(define-derived-mode isar-mode 294,10957
(defpgdefault menu-entries348,12934
(defun isar-count-undos 378,14173
(defun isar-detect-begin 405,15291
(defun isar-command-nested 417,15656
(defun isar-find-and-forget 434,16125
(defun isar-goal-command-p 479,17865
(defun isar-global-save-command-p 484,18037
(defvar isar-current-goal 505,18882
(defun isar-state-preserving-p 508,18948
(defvar isar-shell-current-line-width 533,20107
(defun isar-shell-adjust-line-width 539,20325
(defun isar-pre-shell-start 559,21210
(defun isar-preprocessing 571,21553
(defun isar-mode-config 594,22819
(defun isar-shell-mode-config 606,23389
(defun isar-response-mode-config 617,23759
(defun isar-goals-mode-config 626,24016
(defun isar-goalhyp-test 637,24396

isar/isar-find-theorems.el,778
(defun isar-find-theorems-minibuffer 18,715
(defun isar-find-theorems-form 32,1334
(defvar isar-find-theorems-data 74,3134
(defvar isar-find-theorems-widget-number 88,3469
(defvar isar-find-theorems-widget-pattern 91,3567
(defvar isar-find-theorems-widget-intro 94,3659
(defvar isar-find-theorems-widget-elim 97,3745
(defvar isar-find-theorems-widget-dest 100,3829
(defvar isar-find-theorems-widget-name 103,3913
(defvar isar-find-theorems-widget-simp 106,4000
(defun isar-find-theorems-create-searchform111,4146
(defun isar-find-theorems-create-help 251,8761
(defun isar-find-theorems-submit-searchform294,10933
(defun isar-find-theorems-parse-criteria 372,13310
(defun isar-find-theorems-parse-number 465,16410
(defun isar-find-theorems-filter-empty 475,16687

isar/isar-keywords.el,1052
(defconst isar-keywords-major13,487
(defconst isar-keywords-minor206,3647
(defconst isar-keywords-control262,4401
(defconst isar-keywords-diag282,4878
(defconst isar-keywords-theory-begin338,5837
(defconst isar-keywords-theory-switch341,5890
(defconst isar-keywords-theory-end344,5945
(defconst isar-keywords-theory-heading347,5993
(defconst isar-keywords-theory-decl353,6100
(defconst isar-keywords-theory-script412,7081
(defconst isar-keywords-theory-goal416,7158
(defconst isar-keywords-qed429,7375
(defconst isar-keywords-qed-block436,7461
(defconst isar-keywords-qed-global439,7508
(defconst isar-keywords-proof-heading442,7557
(defconst isar-keywords-proof-goal447,7640
(defconst isar-keywords-proof-block454,7739
(defconst isar-keywords-proof-open458,7801
(defconst isar-keywords-proof-close461,7847
(defconst isar-keywords-proof-chain464,7894
(defconst isar-keywords-proof-decl471,7997
(defconst isar-keywords-proof-asm480,8118
(defconst isar-keywords-proof-asm-goal487,8213
(defconst isar-keywords-proof-script490,8268

isar/isar-mmm.el,83
(defconst isar-start-latex-regexp 23,697
(defconst isar-start-sml-regexp 35,1130

isar/isar-syntax.el,3471
(defconst isar-script-syntax-table-entries18,433
(defconst isar-script-syntax-table-alist59,1469
(defun isar-init-syntax-table 68,1759
(defun isar-init-output-syntax-table 76,2006
(defconst isar-keyword-begin 92,2453
(defconst isar-keyword-end 93,2491
(defconst isar-keywords-theory-enclose95,2526
(defconst isar-keywords-theory100,2671
(defconst isar-keywords-save105,2816
(defconst isar-keywords-proof-enclose110,2945
(defconst isar-keywords-proof116,3127
(defconst isar-keywords-proof-context123,3332
(defconst isar-keywords-local-goal127,3446
(defconst isar-keywords-proper131,3558
(defconst isar-keywords-improper136,3691
(defconst isar-keywords-outline141,3837
(defconst isar-keywords-fume144,3902
(defconst isar-keywords-indent-open151,4120
(defconst isar-keywords-indent-close157,4304
(defconst isar-keywords-indent-enclose161,4409
(defun isar-regexp-simple-alt 170,4624
(defun isar-ids-to-regexp 190,5384
(defconst isar-ext-first 224,6790
(defconst isar-ext-rest 225,6857
(defconst isar-long-id-stuff 227,6929
(defconst isar-id 228,7003
(defconst isar-idx 229,7073
(defconst isar-string 231,7132
(defconst isar-any-command-regexp233,7192
(defconst isar-name-regexp237,7326
(defconst isar-improper-regexp243,7621
(defconst isar-save-command-regexp247,7769
(defconst isar-global-save-command-regexp250,7870
(defconst isar-goal-command-regexp253,7984
(defconst isar-local-goal-command-regexp256,8092
(defconst isar-comment-start 259,8205
(defconst isar-comment-end 260,8240
(defconst isar-comment-start-regexp 261,8273
(defconst isar-comment-end-regexp 262,8344
(defconst isar-string-start-regexp 264,8412
(defconst isar-string-end-regexp 265,8464
(defconst isar-antiq-regexp274,8717
(defconst isar-nesting-regexp281,8878
(defun isar-nesting 284,8976
(defun isar-match-nesting 296,9397
(defface isabelle-class-name-face308,9728
(defface isabelle-tfree-name-face318,10003
(defface isabelle-tvar-name-face328,10284
(defface isabelle-free-name-face338,10564
(defface isabelle-bound-name-face348,10840
(defface isabelle-var-name-face358,11119
(defconst isabelle-class-name-face 368,11398
(defconst isabelle-tfree-name-face 369,11460
(defconst isabelle-tvar-name-face 370,11522
(defconst isabelle-free-name-face 371,11583
(defconst isabelle-bound-name-face 372,11644
(defconst isabelle-var-name-face 373,11706
(defconst isar-font-lock-local376,11768
(defvar isar-font-lock-keywords-1381,11934
(defvar isar-output-font-lock-keywords-1395,12800
(defvar isar-goals-font-lock-keywords420,14311
(defconst isar-undo 454,14990
(defun isar-remove 456,15052
(defun isar-undos 459,15127
(defun isar-cannot-undo 463,15233
(defconst isar-theory-start-regexp466,15303
(defconst isar-end-regexp472,15468
(defconst isar-undo-fail-regexp476,15569
(defconst isar-undo-skip-regexp480,15707
(defconst isar-undo-ignore-regexp483,15828
(defconst isar-undo-remove-regexp486,15893
(defconst isar-any-entity-regexp494,16068
(defconst isar-named-entity-regexp499,16255
(defconst isar-unnamed-entity-regexp504,16432
(defconst isar-next-entity-regexps507,16534
(defconst isar-generic-expression515,16845
(defconst isar-indent-any-regexp526,17162
(defconst isar-indent-inner-regexp528,17255
(defconst isar-indent-enclose-regexp530,17321
(defconst isar-indent-open-regexp532,17437
(defconst isar-indent-close-regexp534,17547
(defconst isar-outline-regexp540,17684
(defconst isar-outline-heading-end-regexp 544,17837

isar/x-symbol-isabelle.el,1922
(defvar x-symbol-isabelle-required-fonts 20,630
(defvar x-symbol-isabelle-name 28,1034
(defvar x-symbol-isabelle-modeline-name 29,1084
(defcustom x-symbol-isabelle-header-groups-alist 31,1132
(defcustom x-symbol-isabelle-electric-ignore 38,1360
(defvar x-symbol-isabelle-required-fonts 46,1616
(defvar x-symbol-isabelle-extra-menu-items 49,1725
(defvar x-symbol-isabelle-token-grammar53,1823
(defun x-symbol-isabelle-token-list 60,2029
(defvar x-symbol-isabelle-user-table 63,2118
(defvar x-symbol-isabelle-generated-data 66,2239
(defvar x-symbol-isabelle-master-directory 74,2482
(defvar x-symbol-isabelle-image-searchpath 75,2535
(defvar x-symbol-isabelle-image-cached-dirs 76,2587
(defvar x-symbol-isabelle-image-file-truename-alist 77,2657
(defvar x-symbol-isabelle-image-keywords 78,2714
(defcustom x-symbol-isabelle-subscript-matcher 88,3058
(defcustom x-symbol-isabelle-font-lock-regexp 94,3305
(defcustom x-symbol-isabelle-font-lock-limit-regexp 99,3489
(defcustom x-symbol-isabelle-font-lock-contents-regexp 105,3721
(defcustom x-symbol-isabelle-single-char-regexp 115,4113
(defun x-symbol-isabelle-subscript-matcher 121,4391
(defun isabelle-match-subscript 163,6063
(defvar x-symbol-isabelle-font-lock-keywords172,6458
(defvar x-symbol-isabelle-font-lock-allowed-faces 179,6726
(defcustom x-symbol-isabelle-class-alist186,6958
(defcustom x-symbol-isabelle-class-face-alist 197,7383
(defvar x-symbol-isabelle-case-insensitive 212,7911
(defvar x-symbol-isabelle-token-shape 213,7959
(defvar x-symbol-isabelle-input-token-ignore 214,8002
(defvar x-symbol-isabelle-token-list 215,8052
(defvar x-symbol-isabelle-symbol-table 217,8101
(defvar x-symbol-isabelle-xsymbol-table 317,10837
(defun x-symbol-isabelle-prepare-table 463,15271
(defvar x-symbol-isabelle-table475,15682
(defcustom x-symbol-isabelle-auto-style489,16035
(defcustom x-symbol-isabelle-auto-coding-alist 503,16545

lclam/lclam.el,563
(defcustom lclam-prog-name 15,385
(defcustom lclam-web-page21,533
(defun lclam-config 32,763
(defun lclam-shell-config 52,1477
(define-derived-mode lclam-proofscript-mode 72,2136
(define-derived-mode lclam-shell-mode 77,2259
(define-derived-mode lclam-response-mode 82,2393
(define-derived-mode lclam-goals-mode 86,2516
(defun lclam-mode 94,2744
(defun lclam-pre-shell-start 107,3027
(define-derived-mode thy-mode 141,3970
(defvar thy-mode-map 144,4068
(defun thy-add-menus 146,4095
(defun process-thy-file 186,6009
(defun update-thy-only 192,6210

lego/lego.el,1766
(defcustom lego-tags 19,493
(defcustom lego-test-all-name 24,629
(defpgdefault help-menu-entries30,787
(defpgdefault menu-entries34,947
(defvar lego-shell-process-output45,1249
(defconst lego-process-config53,1572
(defconst lego-pretty-set-width 64,2003
(defconst lego-interrupt-regexp 68,2146
(defcustom lego-www-home-page 73,2263
(defcustom lego-www-latest-release78,2387
(defcustom lego-www-refcard84,2565
(defcustom lego-library-www-page90,2714
(defvar lego-prog-name 99,2930
(defvar lego-shell-prompt-pattern 102,2999
(defvar lego-shell-cd 105,3120
(defvar lego-shell-abort-goal-regexp 108,3220
(defvar lego-shell-proof-completed-regexp 113,3412
(defvar lego-save-command-regexp116,3552
(defvar lego-goal-command-regexp118,3642
(defvar lego-kill-goal-command 121,3733
(defvar lego-forget-id-command 122,3776
(defvar lego-undoable-commands-regexp124,3822
(defvar lego-goal-regexp 133,4196
(defvar lego-outline-regexp135,4241
(defvar lego-outline-heading-end-regexp 141,4417
(defvar lego-shell-outline-regexp 143,4470
(defvar lego-shell-outline-heading-end-regexp 144,4522
(define-derived-mode lego-shell-mode 150,4801
(define-derived-mode lego-mode 156,4974
(define-derived-mode lego-goals-mode 167,5271
(defun lego-count-undos 178,5697
(defun lego-goal-command-p 198,6516
(defun lego-find-and-forget 203,6686
(defun lego-goal-hyp 245,8522
(defun lego-state-preserving-p 254,8720
(defvar lego-shell-current-line-width 270,9423
(defun lego-shell-adjust-line-width 278,9730
(defun lego-pre-shell-start 297,10469
(defun lego-mode-config 304,10666
(defun lego-equal-module-filename 373,12761
(defun lego-shell-compute-new-files-list 379,13036
(defun lego-shell-mode-config 393,13562
(defun lego-goals-mode-config 442,15498

lego/lego-syntax.el,600
(defconst lego-keywords-goal 15,358
(defconst lego-keywords-save 17,401
(defconst lego-commands19,472
(defconst lego-keywords31,1032
(defconst lego-tacticals 36,1209
(defconst lego-error-regexp 39,1317
(defvar lego-id 42,1476
(defvar lego-ids 44,1503
(defconst lego-arg-list-regexp 48,1699
(defun lego-decl-defn-regexp 51,1815
(defconst lego-definiendum-alternative-regexp59,2187
(defvar lego-font-lock-terms63,2371
(defconst lego-goal-with-hole-regexp89,3227
(defconst lego-save-with-hole-regexp94,3450
(defvar lego-font-lock-keywords-199,3667
(defun lego-init-syntax-table 110,4134

phox/phox.el,682
(defcustom phox-prog-name 31,931
(defcustom phox-sym-lock-enabled 36,1033
(defcustom phox-web-page42,1140
(defcustom phox-doc-dir 48,1290
(defcustom phox-lib-dir 54,1438
(defcustom phox-tags-program 60,1582
(defcustom phox-tags-doc 66,1762
(defcustom phox-etags 72,1900
(defpgdefault menu-entries93,2352
(defun phox-config 107,2545
(defun phox-shell-config 153,4582
(define-derived-mode phox-mode 178,5511
(define-derived-mode phox-shell-mode 198,6123
(define-derived-mode phox-response-mode 203,6251
(define-derived-mode phox-goals-mode 215,6678
(defun phox-pre-shell-start 243,7750
(defpgdefault completion-table257,8264
(defpgdefault x-symbol-language 265,8369

phox/phox-extraction.el,382
(defvar phox-prog-orig 11,480
(defun phox-prog-flags-modify(13,548
(defun phox-prog-flags-extract(42,1352
(defun phox-prog-flags-erase(53,1643
(defun phox-toggle-extraction(61,1839
(defun phox-compile-theorem(73,2241
(defun phox-compile-theorem-on-cursor(79,2467
(defun phox-output 95,2946
(defun phox-output-theorem 105,3160
(defun phox-output-theorem-on-cursor(112,3460

phox/phox-font.el,123
(defconst phox-font-lock-keywords6,282
(defconst phox-sym-lock-keywords-table65,2406
(defun phox-sym-lock-start 88,2980

phox/phox-fun.el,679
(defun phox-init-syntax-table 67,2392
(defvar phox-top-keywords83,2865
(defvar phox-proof-keywords131,3320
(defun phox-find-and-forget 172,3670
(defun phox-assert-next-command-interactive 251,6095
(defun phox-depend-theorem(270,6926
(defun phox-eshow-extlist(279,7216
(defun phox-flag-name(293,7815
(defun phox-path(304,8118
(defun phox-print-expression(315,8355
(defun phox-print-sort-expression(328,8813
(defun phox-priority-symbols-list(339,9126
(defun phox-search-string(351,9499
(defun phox-constraints(366,10027
(defun phox-goals(377,10284
(defvar phox-state-menu389,10494
(defun phox-delete-symbol(414,11484
(defun phox-delete-symbol-on-cursor(420,11693

phox/phox-lang.el,283
(defvar phox-lang8,278
(defun phox-lang-absurd 17,495
(defun phox-lang-suppress 22,590
(defun phox-lang-opendef 27,789
(defun phox-lang-instance 32,908
(defun phox-lang-lock 37,1037
(defun phox-lang-unlock 42,1174
(defun phox-lang-prove 47,1317
(defun phox-lang-let 52,1454

phox/phox-outline.el,70
(defun phox-outline-level(32,1113
(defun phox-setup-outline 46,1587

phox/phox-pbrpm.el,512
(defun phox-pbrpm-left-paren-p 25,1167
(defun phox-pbrpm-right-paren-p 32,1370
(defun phox-pbrpm-menu-from-string 40,1574
(defun phox-pbrpm-rename-in-cmd 49,1908
(defun phox-pbrpm-get-region-name 82,3162
(defun  phox-pbrpm-escape-string 85,3289
(defun phox-pbrpm-generate-menu 89,3424
(defalias 'proof-pbrpm-generate-menu proof-pbrpm-generate-menu287,10613
(defalias 'proof-pbrpm-left-paren-p proof-pbrpm-left-paren-p288,10677
(defalias 'proof-pbrpm-right-paren-p proof-pbrpm-right-paren-p289,10739

phox/phox-sym-lock.el,1352
(defvar phox-sym-lock-sym-count 34,1617
(defvar phox-sym-lock-ext-start 37,1687
(defvar phox-sym-lock-ext-end 39,1809
(defvar phox-sym-lock-font-size 42,1928
(defvar phox-sym-lock-keywords 47,2118
(defvar phox-sym-lock-enabled 52,2294
(defvar phox-sym-lock-color 57,2456
(defvar phox-sym-lock-mouse-face 62,2674
(defvar phox-sym-lock-mouse-face-enabled 67,2864
(defconst phox-sym-lock-with-mule 72,3054
(defun phox-sym-lock-gen-symbol 75,3138
(defun phox-sym-lock-make-symbols-atomic 83,3441
(defun phox-sym-lock-compute-font-size 110,4383
(defvar phox-sym-lock-font-name147,5729
(defun phox-sym-lock-set-foreground 185,7014
(defun phox-sym-lock-translate-char 199,7623
(defun phox-sym-lock-translate-char-or-string 207,7891
(defun phox-sym-lock-remap-face 214,8118
(defvar phox-sym-lock-clear-face234,9108
(defun phox-sym-lock 246,9530
(defun phox-sym-lock-rec 255,9934
(defun phox-sym-lock-atom-face 261,10087
(defun phox-sym-lock-pre-idle-hook-first 266,10383
(defun phox-sym-lock-pre-idle-hook-last 274,10741
(defun phox-sym-lock-enable 283,11116
(defun phox-sym-lock-disable 296,11529
(defun phox-sym-lock-mouse-face-enable 309,11947
(defun phox-sym-lock-mouse-face-disable 316,12162
(defun phox-sym-lock-font-lock-hook 323,12381
(defun font-lock-set-defaults 338,13074
(defun phox-sym-lock-patch-keywords 349,13452

phox/phox-tags.el,305
(defun phox-tags-add-table(21,766
(defun phox-tags-reset-table(38,1359
(defun phox-tags-add-doc-table(48,1629
(defun phox-tags-add-lib-table(54,1778
(defun phox-tags-add-local-table(60,1914
(defun phox-tags-create-local-table(66,2097
(defun phox-complete-tag(77,2349
(defvar phox-tags-menu96,2904

phox/x-symbol-phox.el,1609
(defvar x-symbol-phox-required-fonts 14,449
(defcustom x-symbol-phox-header-groups-alist 29,1056
(defcustom x-symbol-phox-electric-ignore 36,1276
(defvar x-symbol-phox-required-fonts 43,1492
(defvar x-symbol-phox-extra-menu-items 46,1593
(defvar x-symbol-phox-token-grammar49,1682
(defvar x-symbol-phox-input-token-grammar63,2473
(defun x-symbol-phox-default-token-list 69,2728
(defvar x-symbol-phox-user-table 81,3046
(defvar x-symbol-phox-generated-data 84,3155
(defvar x-symbol-phox-master-directory 92,3394
(defvar x-symbol-phox-image-searchpath 93,3443
(defvar x-symbol-phox-image-cached-dirs 94,3491
(defvar x-symbol-phox-image-file-truename-alist 95,3557
(defvar x-symbol-phox-image-keywords 96,3610
(defcustom x-symbol-phox-class-alist103,3831
(defcustom x-symbol-phox-class-face-alist 114,4213
(defvar x-symbol-phox-font-lock-keywords 124,4526
(defvar x-symbol-phox-font-lock-allowed-faces 126,4573
(defvar x-symbol-phox-case-insensitive 132,4798
(defvar x-symbol-phox-token-shape 133,4842
(defvar x-symbol-phox-input-token-ignore 134,4881
(defvar x-symbol-phox-token-list 141,5120
(defvar x-symbol-phox-xsymb0-table 143,5165
(defun x-symbol-phox-prepare-table 164,5624
(defvar x-symbol-phox-table172,5800
(defcustom x-symbol-phox-auto-style183,6118
(defvar x-symbol-phox-menu-alist 209,7068
(defvar x-symbol-phox-grid-alist 211,7158
(defvar x-symbol-phox-decode-atree 214,7249
(defvar x-symbol-phox-decode-alist 216,7342
(defvar x-symbol-phox-encode-alist 218,7439
(defvar x-symbol-phox-nomule-decode-exec 222,7596
(defvar x-symbol-phox-nomule-encode-exec 224,7696

plastic/plastic.el,2907
(defcustom plastic-tags 28,805
(defcustom plastic-test-all-name 33,937
(defvar plastic-lit-string 39,1110
(defcustom plastic-help-menu-list43,1223
(defvar plastic-shell-process-output57,1717
(defconst plastic-process-config 65,2043
(defconst plastic-pretty-set-width 72,2293
(defconst plastic-interrupt-regexp 76,2442
(defcustom plastic-www-home-page 82,2563
(defcustom plastic-www-latest-release87,2700
(defcustom plastic-www-refcard93,2873
(defcustom plastic-library-www-page99,3004
(defcustom plastic-base 109,3219
(defvar plastic-prog-name 117,3391
(defun plastic-set-default-env-vars 121,3499
(defvar plastic-shell-prompt-pattern 129,3737
(defvar plastic-shell-cd 132,3862
(defvar plastic-shell-abort-goal-regexp 136,4004
(defvar plastic-shell-proof-completed-regexp 140,4172
(defvar plastic-save-command-regexp143,4315
(defvar plastic-goal-command-regexp145,4411
(defvar plastic-kill-goal-command 148,4508
(defvar plastic-forget-id-command 150,4609
(defvar plastic-undoable-commands-regexp153,4690
(defvar plastic-goal-regexp 165,5137
(defvar plastic-outline-regexp167,5185
(defvar plastic-outline-heading-end-regexp 173,5364
(defvar plastic-shell-outline-regexp 175,5420
(defvar plastic-shell-outline-heading-end-regexp 176,5478
(defvar plastic-error-occurred 178,5549
(define-derived-mode plastic-shell-mode 187,5881
(define-derived-mode plastic-mode 193,6063
(define-derived-mode plastic-goals-mode 207,6516
(defun plastic-count-undos 216,6861
(defun plastic-goal-command-p 236,7737
(defun plastic-find-and-forget 241,7930
(defun plastic-goal-hyp 276,9278
(defun plastic-state-preserving-p 287,9528
(defvar plastic-shell-current-line-width 309,10456
(defun plastic-shell-adjust-line-width 317,10772
(defun plastic-pre-shell-start 338,11653
(defun plastic-mode-config 353,12219
(defun plastic-show-shell-buffer 450,15861
(defun plastic-equal-module-filename 456,15964
(defun plastic-shell-compute-new-files-list 462,16242
(defun plastic-shell-mode-config 478,16779
(defun plastic-goals-mode-config 529,18972
(defun plastic-small-bar 541,19254
(defun plastic-large-bar 543,19343
(defun plastic-preprocessing 545,19481
(defun plastic-all-ctxt 596,21309
(defun plastic-send-one-undo 603,21487
(defun plastic-minibuf-cmd 613,21815
(defun plastic-minibuf 625,22294
(defun plastic-synchro 632,22500
(defun plastic-send-minibuf 637,22641
(defun plastic-had-error 645,22970
(defun plastic-reset-error 649,23145
(defun plastic-call-if-no-error 652,23284
(defun plastic-show-shell 657,23488
(define-key plastic-keymap 666,23750
(define-key plastic-keymap 667,23811
(define-key plastic-keymap 668,23872
(define-key plastic-keymap 669,23932
(define-key plastic-keymap 670,23991
(define-key plastic-keymap 671,24050
(defalias 'proof-toolbar-command proof-toolbar-command681,24300
(defalias 'proof-minibuffer-cmd proof-minibuffer-cmd682,24351

plastic/plastic-syntax.el,648
(defconst plastic-keywords-goal 18,537
(defconst plastic-keywords-save 20,583
(defconst plastic-commands22,657
(defconst plastic-keywords35,1267
(defconst plastic-tacticals 40,1450
(defconst plastic-error-regexp 43,1561
(defvar plastic-id 46,1695
(defvar plastic-ids 48,1725
(defconst plastic-arg-list-regexp 52,1933
(defun plastic-decl-defn-regexp 55,2052
(defconst plastic-definiendum-alternative-regexp63,2433
(defvar plastic-font-lock-terms67,2626
(defconst plastic-goal-with-hole-regexp89,3339
(defconst plastic-save-with-hole-regexp94,3566
(defvar plastic-font-lock-keywords-199,3792
(defun plastic-init-syntax-table 108,4184

twelf/twelf.el,463
(defcustom twelf-root-dir25,591
(defcustom twelf-info-dir31,749
(defun twelf-add-read-declaration 100,3259
(defun twelf-set-syntax 113,3594
(defun twelf-set-word 115,3691
(defun twelf-set-symbol 116,3753
(defun twelf-map-string 118,3817
(defun twelf-mode-extra-config 165,5879
(defconst twelf-syntax-menu171,6085
(defpacustom chatter 185,6452
(defpacustom double-check 190,6545
(defpacustom print-implicit 194,6682
(defpgdefault menu-entries206,6826

twelf/twelf-font.el,917
(defun twelf-font-create-face 31,836
(defvar twelf-font-dark-background 38,1094
(defvar twelf-font-patterns64,2452
(defun twelf-font-fontify-decl 105,4302
(defun twelf-font-fontify-buffer 115,4599
(defun twelf-font-unfontify 122,4858
(defvar font-lock-message-threshold 127,5032
(defun twelf-font-fontify-region 129,5110
(defun twelf-font-highlight 195,7610
(defun twelf-font-find-delimited-comment 204,8067
(defun twelf-font-find-decl 223,8747
(defun twelf-font-find-binder 239,9237
(defun twelf-font-find-parm 301,11094
(defun twelf-font-find-evar 308,11417
(defun twelf-current-decl 330,12159
(defun twelf-next-decl 357,13315
(defconst *whitespace* 382,14337
(defconst *twelf-comment-start* 385,14435
(defconst *twelf-id-chars* 388,14564
(defun skip-twelf-comments-and-whitespace 391,14682
(defun twelf-end-of-par 403,15156
(defun skip-ahead 426,15930
(defun current-line-absolute 438,16352

twelf/twelf-old.el,6958
(defvar twelf-indent 212,8771
(defvar twelf-infix-regexp 215,8831
(defvar twelf-server-program 219,9026
(defvar twelf-info-file 222,9107
(defvar twelf-server-display-commands 225,9180
(defvar twelf-highlight-range-function 230,9428
(defvar twelf-focus-function 235,9711
(defvar twelf-server-echo-commands 241,9991
(defvar twelf-save-silently 244,10112
(defvar twelf-server-timeout 248,10284
(defvar twelf-sml-program 252,10431
(defvar twelf-sml-args 255,10503
(defvar twelf-sml-display-queries 258,10569
(defvar twelf-mode-hook 261,10677
(defvar twelf-server-mode-hook 264,10771
(defvar twelf-config-mode-hook 267,10879
(defvar twelf-sml-mode-hook 270,10993
(defvar twelf-to-twelf-sml-mode 273,11074
(defvar twelf-config-mode 276,11166
(defvar *twelf-server-buffer-name* 283,11430
(defvar *twelf-server-buffer* 286,11534
(defvar *twelf-server-process-name* 289,11622
(defvar *twelf-config-buffer* 292,11713
(defvar *twelf-config-time* 295,11807
(defvar *twelf-config-list* 298,11920
(defvar *twelf-server-last-process-mark* 301,12032
(defvar *twelf-last-region-sent* 304,12150
(defvar *twelf-last-input-buffer* 311,12474
(defvar *twelf-error-pos* 315,12597
(defconst *twelf-read-functions*318,12673
(defconst *twelf-parm-table*325,12911
(defvar twelf-chatter 338,13287
(defvar twelf-double-check 346,13504
(defvar twelf-print-implicit 349,13591
(defconst *twelf-track-parms*352,13683
(defun install-basic-twelf-keybindings 363,14107
(defun install-twelf-keybindings 388,15076
(defvar twelf-mode-map 404,15841
(defvar twelf-mode-syntax-table 416,16277
(defun set-twelf-syntax 419,16356
(defun set-word 421,16453
(defun set-symbol 422,16508
(defun map-string 424,16566
(defconst *whitespace* 456,18043
(defconst *twelf-comment-start* 459,18141
(defconst *twelf-id-chars* 462,18270
(defun skip-twelf-comments-and-whitespace 465,18388
(defun twelf-end-of-par 477,18862
(defun twelf-current-decl 500,19636
(defun twelf-mark-decl 527,20792
(defun twelf-indent-decl 536,21058
(defun twelf-indent-region 545,21344
(defun twelf-indent-lines 556,21668
(defun twelf-comment-indent 564,21841
(defun looked-at 575,22197
(defun twelf-indent-line 580,22369
(defun twelf-indent-line-to 613,24112
(defun twelf-calculate-indent 626,24567
(defun twelf-dsb 641,25191
(defun twelf-mode-variables 667,26603
(defun twelf-mode 689,27416
(defun twelf-info 904,35798
(defconst twelf-error-regexp918,36338
(defconst twelf-error-fields-regexp922,36449
(defconst twelf-error-decl-regexp928,36662
(defun looked-at-nth 932,36811
(defun looked-at-nth-int 938,36993
(defun twelf-error-parser 943,37108
(defun twelf-error-decl 957,37711
(defun twelf-mark-relative 963,37890
(defun twelf-mark-absolute 979,38560
(defun twelf-find-decl 1004,39446
(defun twelf-next-error 1019,40002
(defun twelf-goto-error 1087,42812
(defun twelf-convert-standard-filename 1101,43350
(defun string-member 1113,43845
(defun twelf-config-proceed-p 1125,44337
(defun twelf-save-if-config 1132,44599
(defun twelf-config-save-some-buffers 1145,45071
(defun twelf-save-check-config 1149,45236
(defun twelf-check-config 1164,45792
(defun twelf-save-check-file 1176,46232
(defun twelf-buffer-substring 1192,46955
(defun twelf-buffer-substring-dot 1198,47217
(defun twelf-check-declaration 1204,47483
(defun twelf-highlight-range-zmacs 1227,48543
(defun twelf-focus 1233,48793
(defun twelf-focus-noop 1239,49059
(defun twelf-type-const 1322,52681
(defvar twelf-server-mode-map 1439,57823
(defconst twelf-server-cd-regexp 1451,58375
(defun looked-at-string 1454,58515
(defun twelf-server-directory-tracker 1458,58656
(defun twelf-input-filter 1480,59830
(defun twelf-server-mode 1486,60085
(defun twelf-parse-config 1519,61302
(defun twelf-server-read-config 1537,62194
(defun twelf-server-sync-config 1546,62531
(defun twelf-get-server-buffer 1576,64037
(defun twelf-init-variables 1593,64711
(defun twelf-server 1600,64924
(defun twelf-server-process 1642,66838
(defun twelf-server-display 1651,67244
(defun display-server-buffer 1658,67518
(defun twelf-server-send-command 1673,68250
(defun twelf-accept-process-output 1694,69210
(defun twelf-server-wait 1703,69649
(defun twelf-server-quit 1745,71787
(defun twelf-server-interrupt 1750,71908
(defun twelf-reset 1755,72044
(defun twelf-config-directory 1760,72188
(defun twelf-server-configure 1771,72602
(defun natp 1844,75894
(defun twelf-read-nat 1848,75995
(defun twelf-read-bool 1857,76262
(defun twelf-read-limit 1863,76410
(defun twelf-read-strategy 1873,76710
(defun twelf-read-value 1879,76862
(defun twelf-set 1883,77025
(defun twelf-set-parm 1896,77502
(defun track-parm 1905,77799
(defun twelf-toggle-double-check 1910,77973
(defun twelf-toggle-print-implicit 1916,78176
(defun twelf-get 1922,78389
(defun twelf-timers-reset 1936,79015
(defun twelf-timers-show 1941,79135
(defun twelf-timers-check 1947,79286
(defun twelf-server-restart 1953,79451
(defun twelf-config-mode 1969,80128
(defun twelf-config-mode-check 1985,80727
(defun twelf-tag 1994,81177
(defun twelf-tag-files 2022,82441
(default: *tags-errors*)2026,82744
(defun twelf-tag-file 2047,83495
(defun twelf-next-decl 2082,84717
(defun skip-ahead 2107,85739
(defun current-line-absolute 2119,86161
(defun new-temp-buffer 2124,86371
(defun rev-relativize 2135,86755
(defvar twelf-sml-mode-map 2149,87215
(defconst twelf-sml-prompt-regexp 2159,87593
(defun expand-dir 2161,87648
(defun twelf-sml-cd 2168,87909
(defconst twelf-sml-cd-regexp 2180,88398
(defun twelf-sml-directory-tracker 2183,88532
(defun twelf-sml-mode 2199,89377
(defun twelf-sml 2250,91311
(defun switch-to-twelf-sml 2270,92271
(defun display-twelf-sml-buffer 2281,92620
(defun twelf-sml-send-string 2297,93336
(defun twelf-sml-send-region 2302,93540
(defun twelf-sml-send-query 2326,94746
(defun twelf-sml-send-newline 2336,95143
(defun twelf-sml-send-semicolon 2344,95471
(defun twelf-sml-status 2352,95805
(defvar twelf-sml-init 2374,96752
(defun twelf-sml-set-mode 2377,96929
(defun twelf-sml-quit 2403,98106
(defun twelf-sml-process-buffer 2408,98218
(defun twelf-sml-process 2412,98334
(defvar twelf-to-twelf-sml-mode 2424,98850
(defun install-twelf-to-twelf-sml-keybindings 2427,98935
(defvar twelf-to-twelf-sml-mode-map 2437,99320
(defun twelf-to-twelf-sml-mode 2448,99833
(defconst twelf-at-point-menu2498,101700
(defconst twelf-server-state-menu2508,102072
(defconst twelf-error-menu2518,102389
(defconst twelf-tags-menu2524,102533
(defun twelf-toggle-server-display-commands 2534,102818
(defconst twelf-options-menu2537,102942
(defconst twelf-timers-menu2572,104680
(defconst twelf-syntax-menu2585,105174
(defun twelf-add-menu 2612,106040
(defun twelf-remove-menu 2616,106142
(defun twelf-reset-menu 2620,106240
(defun twelf-server-add-menu 2647,107139
(defun twelf-server-remove-menu 2651,107262
(defun twelf-server-reset-menu 2655,107374

generic/pg-assoc.el,292
(define-derived-mode proof-universal-keys-only-mode 20,565
(defun proof-associated-buffers 32,989
(defun proof-associated-windows 41,1186
(defun pg-assoc-strip-subterm-markup 54,1602
(defun pg-assoc-strip-subterm-markup-buf 80,2535
(defun pg-assoc-strip-subterm-markup-buf-old 102,3271

generic/pg-autotest.el,442
(defvar pg-autotest-success 20,514
(defun pg-autotest-find-file 24,598
(defun pg-autotest-find-file-restart 31,869
(defmacro pg-autotest 44,1317
(defun pg-autotest-script-wholefile 58,1665
(defun pg-autotest-retract-file 75,2278
(defun pg-autotest-assert-processed 81,2414
(defun pg-autotest-assert-unprocessed 88,2660
(defun pg-autotest-message 95,2907
(defun pg-autotest-quit-prover 102,3100
(defun pg-autotest-finished 108,3282

generic/pg-goals.el,704
(define-derived-mode proof-goals-mode 29,669
(define-key proof-goals-mode-map 50,1432
(define-key proof-goals-mode-map 53,1515
(define-key proof-goals-mode-map 54,1585
(define-key proof-goals-mode-map 62,2175
(define-key proof-goals-mode-map 64,2248
(define-key proof-goals-mode-map 65,2316
(define-key proof-goals-mode-map 71,2750
(defun proof-goals-config-done 86,3014
(defun pg-goals-display 96,3302
(defun pg-goals-analyse-structure 147,5298
(defun pg-goals-make-top-span 274,10333
(defun pg-goals-yank-subterm 309,11643
(defun pg-goals-button-action 336,12543
(defun proof-expand-path 357,13516
(defun pg-goals-construct-command 366,13760
(defun pg-goals-get-subterm-help 390,14612

generic/pg-metadata.el,128
(defcustom pg-metadata-default-directory 23,628
(defface proof-preparsed-span 28,802
(defun pg-metadata-filename-for 39,1065

generic/pg-pbrpm.el,1781
(defvar pg-pbrpm-use-buffer-menu 11,259
(defvar pg-pbrpm-buffer-menu 13,378
(defvar pg-pbrpm-spans 14,412
(defvar pg-pbrpm-goal-description 15,440
(defvar pg-pbrpm-windows-dialog-bug 16,479
(defun pg-pbrpm-erase-buffer-menu 18,521
(defun pg-pbrpm-menu-change-hook 25,726
(defun pg-pbrpm-create-reset-buffer-menu 43,1303
(defun pg-pbrpm-analyse-goal-buffer 57,1917
(defun pg-pbrpm-button-action 118,4337
(defun pg-pbrpm-exists 125,4563
(defun pg-pbrpm-eliminate-id 129,4675
(defun pg-pbrpm-build-menu 137,4923
(defun pg-pbrpm-setup-span 197,7261
(defun pg-pbrpm-run-command 257,9631
(defun pg-pbrpm-get-pos-info 286,10942
(defun pg-pbrpm-get-region-info 322,12084
(defun auto-select-arround-pos 332,12409
(defun pg-pbrpm-translate-position 344,12853
(defun pg-pbrpm-process-click 350,13077
(defvar pg-pbrpm-remember-region-selected-region 370,14081
(defvar pg-pbrpm-regions-list 371,14135
(defun pg-pbrpm-erase-regions-list 373,14171
(defun pg-pbrpm-filter-regions-list 382,14480
(defface pg-pbrpm-multiple-selection-face389,14743
(defface pg-pbrpm-menu-input-face397,14948
(defun pg-pbrpm-do-remember-region 405,15141
(defun pg-pbrpm-remember-region-drag-up-hook 426,15992
(defun pg-pbrpm-remember-region-click-hook 430,16163
(defun pg-pbrpm-remember-region 435,16348
(defun pg-pbrpm-process-region 449,17063
(defun pg-pbrpm-process-regions-list 466,17786
(defun pg-pbrpm-region-expression 470,17969
(define-key proof-goals-mode-map 494,18905
(define-key proof-goals-mode-map 495,18975
(define-key proof-goals-mode-map 496,19052
(define-key pg-span-context-menu-keymap 497,19132
(define-key pg-span-context-menu-keymap 498,19209
(define-key proof-mode-map 499,19292
(define-key proof-mode-map 500,19356
(define-key proof-mode-map 501,19427

generic/pg-pgip.el,3554
(defalias 'pg-pgip-debug pg-pgip-debug29,894
(defalias 'pg-pgip-error pg-pgip-error30,935
(defalias 'pg-pgip-warning pg-pgip-warning31,970
(defconst pg-pgip-version-supported 33,1020
(defun pg-pgip-process-packet 37,1126
(defvar pg-pgip-last-seen-id 47,1699
(defvar pg-pgip-last-seen-seq 48,1733
(defun pg-pgip-process-pgip 50,1769
(defun pg-pgip-process-msg 69,2700
(defvar pg-pgip-post-process-functions83,3270
(defun pg-pgip-post-process 93,3757
(defun pg-pgip-process-askpgip 109,4368
(defun pg-pgip-process-usespgip 114,4527
(defun pg-pgip-process-usespgml 118,4691
(defun pg-pgip-process-pgmlconfig 122,4855
(defun pg-pgip-process-proverinfo 138,5463
(defun pg-pgip-process-hasprefs 155,6128
(defun pg-pgip-haspref 169,6760
(defun pg-pgip-process-prefval 188,7539
(defun pg-pgip-process-guiconfig 215,8248
(defvar proof-assistant-idtables 222,8365
(defun pg-pgip-process-ids 225,8482
(defun pg-complete-idtable-symbol 251,9561
(defalias 'pg-pgip-process-setids pg-pgip-process-setids256,9653
(defalias 'pg-pgip-process-addids pg-pgip-process-addids257,9709
(defalias 'pg-pgip-process-delids pg-pgip-process-delids258,9765
(defun pg-pgip-process-idvalue 261,9823
(defun pg-pgip-process-menuadd 273,10160
(defun pg-pgip-process-menudel 276,10203
(defun pg-pgip-process-ready 285,10436
(defun pg-pgip-process-cleardisplay 288,10477
(defun pg-pgip-process-proofstate 302,10954
(defun pg-pgip-process-normalresponse 306,11031
(defun pg-pgip-process-errorresponse 310,11155
(defun pg-pgip-process-scriptinsert 314,11278
(defun pg-pgip-process-metainforesponse 319,11412
(defun pg-pgip-process-informfileloaded 328,11653
(defun pg-pgip-process-informfileretracted 334,11919
(defun pg-pgip-process-brokerstatus 347,12393
(defun pg-pgip-process-proveravailmsg 350,12441
(defun pg-pgip-process-newprovermsg 353,12491
(defun pg-pgip-process-proverstatusmsg 356,12539
(defvar pg-pgip-srcids 365,12786
(defun pg-pgip-process-newfile 369,12893
(defun pg-pgip-process-filestatus 385,13481
(defun pg-pgip-process-newobj 405,14136
(defun pg-pgip-process-delobj 408,14178
(defun pg-pgip-process-objectstatus 411,14220
(defun pg-pgip-process-parsescript 425,14576
(defun pg-pgip-get-pgiptype 448,15451
(defun pg-pgip-default-for 468,16246
(defun pg-pgip-subst-for 481,16641
(defun pg-pgip-interpret-value 493,16984
(defun pg-pgip-interpret-choice 511,17667
(defun pg-pgip-get-icon 542,18740
(defsubst pg-pgip-get-name 546,18888
(defsubst pg-pgip-get-version 549,19005
(defsubst pg-pgip-get-descr 552,19128
(defsubst pg-pgip-get-thmname 555,19247
(defsubst pg-pgip-get-thyname 558,19370
(defsubst pg-pgip-get-url 561,19493
(defsubst pg-pgip-get-srcid 564,19608
(defsubst pg-pgip-get-proverid 567,19727
(defsubst pg-pgip-get-symname 570,19852
(defsubst pg-pgip-get-prefcat 573,19972
(defsubst pg-pgip-get-default 576,20100
(defsubst pg-pgip-get-objtype 579,20223
(defsubst pg-pgip-get-value 582,20346
(defalias 'pg-pgip-get-displaytext pg-pgip-get-displaytext585,20416
(defun pg-pgip-get-pgmltext 587,20475
(defun pg-pgip-string-of-command 596,20710
(defconst pg-pgip-id613,21471
(defvar pg-pgip-refseq 619,21751
(defvar pg-pgip-refid 621,21849
(defvar pg-pgip-seq 624,21943
(defun pg-pgip-assemble-packet 626,22007
(defun pg-pgip-issue 644,22822
(defun pg-pgip-maybe-askpgip 661,23435
(defun pg-pgip-askprefs 667,23626
(defun pg-pgip-askids 671,23740
(defun pg-pgip-reset 684,24031
(defconst pg-pgip-start-element-regexp 715,24729
(defconst pg-pgip-end-element-regexp 716,24781

generic/pg-pgip-old.el,456
(defun pg-pgip-process-oldhaspref 18,633
(defun pg-pgip-process-haspref 21,730
(defun pg-pgip-old-interpret-bool 57,2158
(defun pg-pgip-old-interpret-int 66,2442
(defun pg-pgip-old-interpret-string 71,2609
(defun pg-pgip-old-interpret-choice 74,2663
(defun pg-pgip-old-interpret-value 94,3382
(defun pg-pgip-old-default-for 113,3928
(defun pg-pgip-old-subst-for 124,4252
(defun pg-pgip-old-get-type 131,4417
(defun pg-pgip-old-pgiptype 138,4633

generic/pg-response.el,1188
(define-derived-mode proof-response-mode 25,617
(defun proof-response-config-done 50,1658
(defvar proof-shell-special-display-regexp 71,2433
(defconst proof-multiframe-specifiers 79,2838
(defun proof-map-multiple-frame-specifiers 88,3202
(defconst proof-multiframe-parameters98,3664
(defun proof-multiple-frames-enable 107,3963
(defun proof-three-window-enable 129,4683
(defun proof-select-three-b 133,4747
(defun proof-display-three-b 148,5216
(defvar pg-frame-configuration 162,5710
(defun pg-cache-frame-configuration 166,5857
(defun proof-layout-windows 170,6028
(defun proof-delete-other-frames 211,7841
(defvar pg-response-erase-flag 242,8936
(defun proof-shell-maybe-erase-response245,9051
(defun pg-response-display 276,10253
(defun pg-response-display-with-face 293,11075
(defun pg-response-clear-displays 335,12689
(defvar pg-response-next-error 353,13268
(defun proof-next-error 357,13390
(defun pg-response-has-error-location 437,16324
(defvar proof-trace-last-fontify-pos 460,17157
(defun proof-trace-fontify-pos 462,17200
(defun proof-trace-buffer-display 470,17514
(defun proof-trace-buffer-finish 494,18487
(defun pg-thms-buffer-clear 515,19066

generic/pg-thymodes.el,152
(defmacro pg-defthymode 19,466
(defmacro pg-do-unless-null 67,2277
(defun pg-symval 72,2364
(defun pg-modesym 78,2520
(defun pg-modesymval 82,2634

generic/pg-user.el,2304
(defmacro proof-maybe-save-point 21,410
(defun proof-maybe-follow-locked-end 29,612
(defun proof-assert-next-command-interactive 43,977
(defun proof-process-buffer 53,1348
(defun proof-undo-last-successful-command 67,1665
(defun proof-undo-and-delete-last-successful-command 72,1827
(defun proof-undo-last-successful-command-1 94,2799
(defun proof-retract-buffer 110,3364
(defun proof-retract-current-goal 119,3644
(defun proof-interrupt-process 137,4135
(defun proof-goto-command-start 164,5120
(defun proof-goto-command-end 187,6062
(defun proof-mouse-goto-point 212,6842
(defun proof-mouse-track-insert 227,7416
(defvar proof-minibuffer-history 262,8526
(defun proof-minibuffer-cmd 265,8620
(defun proof-frob-locked-end 313,10426
(defmacro proof-if-setting-configured 406,13340
(defmacro proof-define-assistant-command 414,13610
(defmacro proof-define-assistant-command-witharg 427,14076
(defun proof-issue-new-command 447,14901
(defun proof-cd-sync 492,16400
(deflocal proof-electric-terminator 543,17869
(defun proof-electric-terminator-enable 553,18216
(defun proof-electric-term-incomment-fn 564,18703
(defun proof-process-electric-terminator 584,19459
(defun proof-electric-terminator 611,20610
(defun proof-add-completions 633,21248
(defun proof-script-complete 653,22005
(defun pg-insert-last-output-as-comment 681,22596
(defun pg-copy-span-contents 712,23824
(defun pg-numth-span-higher-or-lower 729,24384
(defun pg-control-span-of 755,25135
(defun pg-move-span-contents 761,25339
(defun pg-fixup-children-span 815,27563
(defun pg-move-region-down 822,27771
(defun pg-move-region-up 831,28065
(defun proof-forward-command 861,28905
(defun proof-backward-command 882,29627
(defvar pg-span-context-menu-keymap898,29871
(defun pg-span-for-event 914,30298
(defun pg-span-context-menu 925,30682
(defun pg-toggle-visibility 940,31142
(defun pg-create-in-span-context-menu 950,31464
(defun pg-goals-buffers-hint 1022,34017
(defun pg-slow-fontify-tracing-hint 1025,34184
(defun pg-response-buffers-hint 1028,34340
(defun pg-jump-to-end-hint 1037,34689
(defun pg-processing-complete-hint 1040,34805
(defun pg-next-error-hint 1056,35491
(defun pg-hint 1060,35628
(defun pg-identifier-under-mouse-query 1079,36304
(defun proof-imenu-enable 1124,37931

generic/pg-xhtml.el,392
(defvar pg-xhtml-dir 17,423
(defun pg-xhtml-dir 20,489
(defvar pg-xhtml-file-count 32,856
(defun pg-xhtml-next-file 35,928
(defvar pg-xhtml-header 47,1159
(defmacro pg-xhtml-write-tempfile 53,1400
(defun pg-xhtml-cleanup-tempdir 71,1990
(defvar pg-mozilla-prog-name 75,2121
(defun pg-xhtml-display-file-mozilla 79,2229
(defalias 'pg-xhtml-display-file pg-xhtml-display-file84,2402

generic/pg-xml.el,447
(defun pg-xml-parse-string 40,1169
(defun pg-xml-parse-buffer 51,1503
(defun pg-xml-get-attr 73,2236
(defun pg-xml-child-elts 81,2540
(defun pg-xml-child-elt 86,2745
(defun pg-xml-get-child 94,3028
(defun pg-xml-get-text-content 104,3400
(defmacro pg-xml-attr 115,3750
(defmacro pg-xml-node 117,3812
(defconst pg-xml-header 120,3905
(defun pg-xml-string-of 124,3982
(defun pg-xml-output-internal 135,4354
(defun pg-xml-cdata 169,5504

generic/proof-autoloads.el,80
(defalias 'proof-x-symbol-decode-region proof-x-symbol-decode-region250,10161

generic/proof-config.el,11060
(defgroup proof-user-options 85,3232
(defcustom proof-electric-terminator-enable 90,3346
(defcustom proof-toolbar-enable 102,3880
(defcustom proof-imenu-enable 108,4053
(defpgcustom x-symbol-enable 114,4224
(defpgcustom mmm-enable 123,4574
(defcustom pg-show-hints 132,4928
(defcustom proof-output-fontify-enable 137,5063
(defcustom proof-trace-output-slow-catchup 147,5445
(defcustom proof-strict-state-preserving 157,5943
(defcustom proof-strict-read-only 170,6552
(defcustom proof-three-window-enable 180,6902
(defcustom proof-multiple-frames-enable 199,7657
(defcustom proof-delete-empty-windows 208,7993
(defcustom proof-shrink-windows-tofit 219,8524
(defcustom proof-toolbar-use-button-enablers 226,8796
(defcustom proof-query-file-save-when-activating-scripting 249,9668
(defpgcustom script-indent 265,10391
(defcustom proof-one-command-per-line 271,10579
(defcustom proof-prog-name-ask 279,10799
(defcustom proof-prog-name-guess 285,10960
(defcustom proof-tidy-response293,11220
(defcustom proof-keep-response-history307,11687
(defcustom proof-show-debug-messages 316,12050
(defcustom proof-experimental-features 325,12428
(defcustom proof-follow-mode 343,13190
(defcustom proof-auto-action-when-deactivating-scripting 369,14385
(defcustom proof-script-command-separator 392,15336
(defcustom proof-rsh-command 400,15629
(defcustom proof-disappearing-proofs 416,16180
(defgroup proof-faces 443,16830
(defmacro proof-face-specs 448,16936
(defface proof-queue-face 464,17457
(defface proof-locked-face472,17737
(defface proof-declaration-name-face485,18240
(defconst proof-declaration-name-face 497,18633
(defface proof-tacticals-name-face502,18869
(defconst proof-tacticals-name-face 511,19131
(defface proof-tactics-name-face516,19361
(defconst proof-tactics-name-face 525,19626
(defface proof-error-face 530,19850
(defface proof-warning-face538,20057
(defface proof-eager-annotation-face547,20314
(defface proof-debug-message-face555,20532
(defface proof-boring-face563,20731
(defface proof-mouse-highlight-face571,20923
(defface proof-highlight-dependent-face579,21119
(defface proof-highlight-dependency-face587,21328
(defgroup prover-config 605,21587
(defcustom proof-mode-for-shell 639,22706
(defcustom proof-mode-for-response 646,22953
(defcustom proof-mode-for-goals 653,23236
(defcustom proof-mode-for-script 660,23491
(defcustom proof-guess-command-line 671,23925
(defcustom proof-assistant-home-page 686,24422
(defcustom proof-context-command 692,24592
(defcustom proof-info-command 697,24726
(defcustom proof-showproof-command 704,24998
(defcustom proof-goal-command 709,25134
(defcustom proof-save-command 717,25432
(defcustom proof-find-theorems-command 725,25742
(defconst proof-toolbar-entries-default732,26051
(defpgcustom toolbar-entries 764,27873
(defcustom proof-assistant-true-value 782,28594
(defcustom proof-assistant-false-value 788,28784
(defcustom proof-assistant-format-int-fn 794,28978
(defcustom proof-assistant-format-string-fn 801,29227
(defcustom proof-assistant-setting-format 808,29494
(defgroup proof-script 830,30189
(defcustom proof-terminal-char 835,30319
(defcustom proof-script-sexp-commands 845,30723
(defcustom proof-script-command-end-regexp 856,31193
(defcustom proof-script-command-start-regexp 874,32012
(defcustom proof-script-use-old-parser 885,32474
(defcustom proof-script-integral-proofs 897,32963
(defcustom proof-script-fly-past-comments 912,33619
(defcustom proof-script-parse-function 919,33936
(defcustom proof-script-comment-start 937,34582
(defcustom proof-script-comment-start-regexp 948,35017
(defcustom proof-script-comment-end 956,35334
(defcustom proof-script-comment-end-regexp 968,35752
(defcustom pg-insert-output-as-comment-fn 976,36063
(defcustom proof-string-start-regexp 982,36315
(defcustom proof-string-end-regexp 987,36480
(defcustom proof-case-fold-search 992,36641
(defcustom proof-save-command-regexp 1001,37057
(defcustom proof-save-with-hole-regexp 1006,37168
(defcustom proof-save-with-hole-result 1018,37620
(defcustom proof-goal-command-regexp 1029,38084
(defcustom proof-goal-with-hole-regexp 1038,38476
(defcustom proof-goal-with-hole-result 1050,38920
(defcustom proof-non-undoables-regexp 1060,39319
(defcustom proof-nested-undo-regexp 1071,39775
(defcustom proof-ignore-for-undo-count 1087,40487
(defcustom proof-script-next-entity-regexps 1095,40790
(defcustom proof-script-find-next-entity-fn1139,42524
(defcustom proof-script-imenu-generic-expression 1159,43354
(defcustom proof-goal-command-p 1177,44209
(defcustom proof-really-save-command-p 1204,45650
(defcustom proof-completed-proof-behaviour 1216,46111
(defcustom proof-count-undos-fn 1244,47471
(defconst proof-no-command 1279,49072
(defcustom proof-find-and-forget-fn 1284,49276
(defcustom proof-forget-id-command 1301,49987
(defcustom pg-topterm-goalhyp-fn 1311,50345
(defcustom proof-kill-goal-command 1323,50898
(defcustom proof-undo-n-times-cmd 1337,51408
(defcustom proof-nested-goals-history-p 1351,51957
(defcustom proof-state-preserving-p 1360,52295
(defcustom proof-activate-scripting-hook 1370,52765
(defcustom proof-deactivate-scripting-hook 1389,53543
(defcustom proof-indent 1402,53908
(defcustom proof-indent-hang 1407,54015
(defcustom proof-indent-enclose-offset 1412,54141
(defcustom proof-indent-open-offset 1417,54283
(defcustom proof-indent-close-offset 1422,54420
(defcustom proof-indent-any-regexp 1427,54558
(defcustom proof-indent-inner-regexp 1432,54718
(defcustom proof-indent-enclose-regexp 1437,54872
(defcustom proof-indent-open-regexp 1442,55026
(defcustom proof-indent-close-regexp 1447,55178
(defcustom proof-script-font-lock-keywords 1453,55332
(defcustom proof-script-syntax-table-entries 1461,55655
(defcustom proof-script-span-context-menu-extensions 1479,56052
(defgroup proof-shell 1505,56841
(defcustom proof-prog-name 1515,57012
(defpgcustom prog-args 1528,57647
(defpgcustom prog-env 1541,58222
(defcustom proof-shell-auto-terminate-commands 1550,58648
(defcustom proof-shell-pre-sync-init-cmd 1559,59045
(defcustom proof-shell-init-cmd 1573,59604
(defcustom proof-shell-restart-cmd 1584,60074
(defcustom proof-shell-quit-cmd 1589,60229
(defcustom proof-shell-quit-timeout 1594,60396
(defcustom proof-shell-cd-cmd 1604,60844
(defcustom proof-shell-start-silent-cmd 1621,61511
(defcustom proof-shell-stop-silent-cmd 1630,61887
(defcustom proof-shell-silent-threshold 1639,62224
(defcustom  proof-shell-inform-file-processed-cmd 1647,62558
(defcustom  proof-shell-inform-file-retracted-cmd 1668,63481
(defcustom proof-auto-multiple-files 1696,64752
(defcustom proof-cannot-reopen-processed-files 1711,65473
(defcustom proof-shell-require-command-regexp 1725,66140
(defcustom proof-done-advancing-require-function 1736,66602
(defcustom proof-shell-quiet-errors 1742,66842
(defcustom proof-shell-prompt-pattern 1755,67176
(defcustom proof-shell-wakeup-char 1765,67598
(defcustom proof-shell-annotated-prompt-regexp 1771,67829
(defcustom proof-shell-abort-goal-regexp 1787,68469
(defcustom proof-shell-error-regexp 1792,68604
(defcustom proof-shell-truncate-before-error 1812,69398
(defcustom pg-next-error-regexp 1826,69941
(defcustom pg-next-error-filename-regexp 1841,70551
(defcustom pg-next-error-extract-filename 1865,71589
(defcustom proof-shell-interrupt-regexp 1872,71832
(defcustom proof-shell-proof-completed-regexp 1886,72424
(defcustom proof-shell-clear-response-regexp 1899,72932
(defcustom proof-shell-clear-goals-regexp 1906,73231
(defcustom proof-shell-start-goals-regexp 1913,73524
(defcustom proof-shell-end-goals-regexp 1921,73891
(defcustom proof-shell-eager-annotation-start 1927,74133
(defcustom proof-shell-eager-annotation-start-length 1945,74871
(defcustom proof-shell-eager-annotation-end 1956,75298
(defcustom proof-shell-assumption-regexp 1972,75974
(defcustom proof-shell-process-file 1982,76386
(defcustom proof-shell-retract-files-regexp 2004,77338
(defcustom proof-shell-compute-new-files-list 2013,77674
(defcustom pg-use-specials-for-fontify 2025,78219
(defcustom pg-special-char-regexp 2033,78567
(defcustom proof-shell-set-elisp-variable-regexp 2038,78711
(defcustom proof-shell-match-pgip-cmd 2071,80183
(defcustom proof-shell-issue-pgip-cmd 2080,80513
(defcustom proof-shell-query-dependencies-cmd 2089,80869
(defcustom proof-shell-theorem-dependency-list-regexp 2096,81129
(defcustom proof-shell-theorem-dependency-list-split 2112,81789
(defcustom proof-shell-show-dependency-cmd 2121,82214
(defcustom proof-shell-identifier-under-mouse-cmd 2128,82483
(defcustom proof-shell-trace-output-regexp 2151,83564
(defcustom proof-shell-thms-output-regexp 2167,84108
(defcustom proof-shell-unicode 2180,84494
(defcustom proof-shell-filename-escapes 2188,84822
(defcustom proof-shell-process-connection-type 2205,85502
(defcustom proof-shell-strip-crs-from-input 2228,86549
(defcustom proof-shell-strip-crs-from-output 2240,87038
(defcustom proof-shell-insert-hook 2248,87406
(defcustom proof-pre-shell-start-hook 2288,89370
(defcustom proof-shell-handle-delayed-output-hook2304,89842
(defcustom proof-shell-handle-error-or-interrupt-hook2310,90057
(defcustom proof-shell-pre-interrupt-hook2328,90806
(defcustom proof-shell-process-output-system-specific 2336,91078
(defcustom proof-state-change-hook 2355,91943
(defcustom proof-shell-font-lock-keywords 2366,92325
(defcustom proof-shell-syntax-table-entries 2374,92653
(defgroup proof-goals 2392,93025
(defcustom pg-subterm-first-special-char 2397,93146
(defcustom pg-subterm-anns-use-stack 2405,93458
(defcustom pg-goals-change-goal 2414,93762
(defcustom pbp-goal-command 2419,93877
(defcustom pbp-hyp-command 2424,94033
(defcustom pg-subterm-help-cmd 2429,94195
(defcustom pg-goals-error-regexp 2436,94431
(defcustom proof-shell-result-start 2441,94591
(defcustom proof-shell-result-end 2447,94825
(defcustom pg-subterm-start-char 2453,95038
(defcustom pg-subterm-sep-char 2467,95620
(defcustom pg-subterm-end-char 2473,95799
(defcustom pg-topterm-regexp 2479,95956
(defcustom proof-goals-font-lock-keywords 2496,96556
(defcustom proof-resp-font-lock-keywords 2510,97235
(defcustom pg-before-fontify-output-hook 2522,97813
(defcustom pg-after-fontify-output-hook 2530,98173
(defgroup proof-x-symbol 2542,98427
(defcustom proof-xsym-extra-modes 2547,98555
(defcustom proof-xsym-font-lock-keywords 2560,99184
(defcustom proof-xsym-activate-command 2568,99561
(defcustom proof-xsym-deactivate-command 2575,99797
(defpgcustom x-symbol-language 2582,100039
(defpgcustom favourites 2597,100486
(defpgcustom menu-entries 2602,100676
(defpgcustom help-menu-entries 2609,100913
(defpgcustom keymap 2616,101176
(defpgcustom completion-table 2621,101347
(defpgcustom tags-program 2631,101712
(defcustom proof-general-name 2643,101885
(defcustom proof-general-home-page2648,102042
(defcustom proof-unnamed-theorem-name2654,102201
(defcustom proof-universal-keys2662,102477

generic/proof-depends.el,824
(defvar proof-thm-names-of-files 19,540
(defvar proof-def-names-of-files 25,824
(defun proof-depends-module-name-for-buffer 34,1128
(defun proof-depends-module-of 44,1570
(defun proof-depends-names-in-same-file 52,1864
(defun proof-depends-process-dependencies 71,2484
(defun proof-dependency-in-span-context-menu 124,4226
(defun proof-dep-alldeps-menu 147,5129
(defun proof-dep-make-alldeps-menu 153,5356
(defun proof-dep-split-deps 171,5852
(defun proof-dep-make-submenu 192,6551
(defun proof-make-highlight-depts-menu 202,6904
(defun proof-goto-dependency 212,7208
(defun proof-show-dependency 218,7431
(defconst pg-dep-span-priority 225,7721
(defconst pg-ordinary-span-priority 226,7757
(defun proof-highlight-depcs 228,7799
(defun proof-highlight-depts 238,8229
(defun proof-dep-unhighlight 249,8703

generic/proof-easy-config.el,192
(defconst proof-easy-config-derived-modes-table15,492
(defun proof-easy-config-define-derived-modes 22,898
(defun proof-easy-config-check-setup 59,2510
(defmacro proof-easy-config 91,3835

generic/proof.el,543
(deflocal proof-buffer-type 35,900
(defvar proof-shell-busy 38,1013
(defvar proof-included-files-list 43,1169
(defvar proof-script-buffer 66,2185
(defvar proof-previous-script-buffer 70,2325
(defvar proof-shell-buffer 75,2579
(defvar proof-goals-buffer 78,2665
(defvar proof-response-buffer 81,2720
(defvar proof-trace-buffer 84,2781
(defvar proof-thms-buffer 88,2935
(defvar proof-shell-error-or-interrupt-seen 92,3090
(defvar proof-shell-proof-completed 97,3315
(defvar proof-terminal-string 109,3860
(defun unload-pg 123,4064

generic/proof-indent.el,219
(defun proof-indent-indent 13,353
(defun proof-indent-offset 22,619
(defun proof-indent-inner-p 39,1219
(defun proof-indent-goto-prev 48,1526
(defun proof-indent-calculate 55,1859
(defun proof-indent-line 74,2575

generic/proof-menu.el,2739
(defvar proof-display-some-buffers-count 19,468
(defun proof-display-some-buffers 21,513
(defun proof-menu-define-keys 80,2715
(define-key map 83,2863
(define-key map 84,2915
(define-key map 85,2966
(define-key map 86,3019
(define-key map 87,3073
(define-key map 88,3135
(define-key map 89,3195
(define-key map 90,3257
(define-key map 93,3430
(define-key map 97,3667
(define-key map 98,3721
(define-key map 99,3786
(define-key map 100,3860
(define-key map 103,4041
(define-key map 104,4107
(define-key map 107,4313
(define-key map 108,4379
(define-key map 110,4494
(define-key map 111,4557
(define-key map 113,4642
(define-key map 120,4968
(define-key map 121,5027
(defun proof-menu-define-main 141,5617
(defun proof-menu-define-specific 151,5818
(defun proof-assistant-menu-update 186,6835
(defvar proof-help-menu203,7443
(defvar proof-show-hide-menu211,7721
(defvar proof-buffer-menu220,8034
(defconst proof-quick-opts-menu278,10124
(defun proof-quick-opts-vars 391,14681
(defun proof-quick-opts-changed-from-defaults-p 415,15395
(defun proof-quick-opts-changed-from-saved-p 419,15500
(defun proof-quick-opts-save 430,15852
(defun proof-quick-opts-reset 435,16020
(defconst proof-config-menu447,16288
(defconst proof-advanced-menu454,16467
(defvar proof-menu 470,17046
(defvar proof-main-menu479,17330
(defvar proof-aux-menu489,17556
(defvar proof-menu-favourites 505,17878
(defun proof-menu-define-favourites-menu 508,17985
(defmacro proof-defshortcut 529,18656
(defmacro proof-definvisible 545,19311
(defun proof-def-favourite 566,20136
(defvar proof-make-favourite-cmd-history 589,21111
(defvar proof-make-favourite-menu-history 592,21196
(defun proof-save-favourites 595,21282
(defun proof-del-favourite 600,21430
(defun proof-read-favourite 617,21991
(defun proof-add-favourite 642,22794
(defvar proof-assistant-settings 669,23845
(defvar proof-menu-settings 676,24208
(defun proof-menu-define-settings-menu 679,24282
(defun proof-menu-entry-name 699,25026
(defun proof-menu-entry-for-setting 711,25498
(defun proof-settings-vars 729,25988
(defun proof-settings-changed-from-defaults-p 734,26165
(defun proof-settings-changed-from-saved-p 738,26271
(defun proof-settings-save 742,26374
(defun proof-settings-reset 747,26541
(defun proof-defpacustom-fn 755,26787
(defmacro defpacustom 831,29671
(defun proof-assistant-invisible-command-ifposs 842,30312
(defun proof-maybe-askprefs 864,31287
(defun proof-assistant-settings-cmd 871,31491
(defun proof-assistant-format 888,32151
(defvar proof-assistant-format-table 912,33210
(defun proof-assistant-format-bool 920,33579
(defun proof-assistant-format-int 923,33692
(defun proof-assistant-format-string 926,33784

generic/proof-mmm.el,113
(defun proof-mmm-support-available 25,909
(defun proof-mmm-set-global 49,1757
(defun proof-mmm-enable 64,2298

generic/proof-script.el,5105
(defvar proof-last-theorem-dependencies 41,1047
(defvar proof-nesting-depth 45,1209
(defvar proof-element-counters 52,1440
(deflocal proof-active-buffer-fake-minor-mode 58,1580
(deflocal proof-script-buffer-file-name 61,1706
(defun proof-next-element-count 75,2230
(defun proof-element-id 84,2557
(defun proof-next-element-id 88,2726
(deflocal proof-script-last-entity 102,3042
(defun proof-script-find-next-entity 109,3322
(deflocal proof-locked-span 185,6064
(deflocal proof-queue-span 192,6330
(defun proof-span-read-only 204,6844
(defun proof-strict-read-only 211,7101
(defsubst proof-set-queue-endpoints 230,7988
(defsubst proof-set-locked-endpoints 234,8129
(defsubst proof-detach-queue 238,8273
(defsubst proof-detach-locked 242,8405
(defsubst proof-set-queue-start 246,8541
(defsubst proof-set-locked-end 250,8667
(defsubst proof-set-queue-end 265,9214
(defun proof-init-segmentation 275,9470
(defun proof-restart-buffers 307,10841
(defun proof-script-buffers-with-spans 329,11763
(defun proof-script-remove-all-spans-and-deactivate 339,12119
(defun proof-script-clear-queue-spans 343,12307
(defun proof-unprocessed-begin 361,12848
(defun proof-script-end 369,13102
(defun proof-queue-or-locked-end 378,13403
(defun proof-locked-end 392,14066
(defun proof-locked-region-full-p 408,14436
(defun proof-locked-region-empty-p 416,14693
(defun proof-only-whitespace-to-locked-region-p 420,14843
(defun proof-in-locked-region-p 433,15479
(defun proof-goto-end-of-locked 445,15742
(defun proof-goto-end-of-locked-if-pos-not-visible-in-window 462,16501
(defun proof-goto-end-of-locked-on-error-if-pos-not-visible-in-window 473,16982
(defun proof-end-of-locked-visible-p 487,17635
(defun proof-goto-end-of-queue-or-locked-if-not-visible 496,18086
(defvar pg-idioms 515,18736
(defvar pg-visibility-specs 518,18832
(deflocal pg-script-portions 523,19039
(defun pg-clear-script-portions 526,19161
(defun pg-add-script-element 544,19825
(defun pg-remove-script-element 547,19901
(defsubst pg-visname 555,20179
(defun pg-add-element 559,20324
(defun pg-open-invisible-span 593,21953
(defun pg-remove-element 604,22316
(defun pg-make-element-invisible 611,22586
(defun pg-make-element-visible 617,22843
(defun pg-toggle-element-visibility 622,23022
(defun pg-redisplay-for-gnuemacs 630,23352
(defun pg-show-all-portions 637,23623
(defun pg-show-all-proofs 655,24294
(defun pg-hide-all-proofs 660,24422
(defun pg-add-proof-element 665,24553
(defun pg-span-name 679,25173
(defun pg-set-span-helphighlights 700,25880
(defun proof-complete-buffer-atomic 725,26704
(defun proof-register-possibly-new-processed-file 766,28619
(defun proof-inform-prover-file-retracted 817,30747
(defun proof-auto-retract-dependencies 836,31533
(defun proof-unregister-buffer-file-name 890,34073
(defun proof-protected-process-or-retract 936,35896
(defun proof-deactivate-scripting-auto 963,37066
(defun proof-deactivate-scripting 972,37424
(defun proof-activate-scripting 1109,42829
(defun proof-toggle-active-scripting 1237,48583
(defun proof-done-advancing 1278,49944
(defun proof-done-advancing-comment 1363,53350
(defun proof-done-advancing-save 1382,54092
(defun proof-make-goalsave 1475,57707
(defun proof-get-name-from-goal 1490,58450
(defun proof-done-advancing-autosave 1509,59476
(defun proof-done-advancing-other 1574,62022
(defun proof-segment-up-to-parser 1602,62981
(defun proof-script-generic-parse-find-comment-end 1665,65057
(defun proof-script-generic-parse-cmdend 1674,65473
(defun proof-script-generic-parse-cmdstart 1699,66368
(defun proof-script-generic-parse-sexp 1762,69076
(defun proof-cmdstart-add-segment-for-cmd 1786,70012
(defun proof-segment-up-to-cmdstart 1838,72211
(defun proof-segment-up-to-cmdend 1899,74571
(defun proof-semis-to-vanillas 1970,77218
(defun proof-script-new-command-advance 2009,78544
(defun proof-script-next-command-advance 2051,80285
(defun proof-assert-until-point-interactive 2063,80726
(defun proof-assert-until-point 2089,81848
(defun proof-assert-next-command2142,84280
(defun proof-goto-point 2190,86543
(defun proof-insert-pbp-command 2207,87069
(defun proof-done-retracting 2240,88182
(defun proof-setup-retract-action 2267,89293
(defun proof-last-goal-or-goalsave 2277,89776
(defun proof-retract-target 2300,90616
(defun proof-retract-until-point-interactive 2385,94257
(defun proof-retract-until-point 2393,94642
(define-derived-mode proof-mode 2438,96503
(defun proof-script-set-visited-file-name 2472,97873
(defun proof-script-set-buffer-hooks 2496,98875
(defun proof-script-kill-buffer-fn 2506,99371
(defun proof-config-done-related 2550,101193
(defun proof-generic-goal-command-p 2622,103761
(defun proof-generic-state-preserving-p 2627,103973
(defun proof-generic-count-undos 2636,104490
(defun proof-generic-find-and-forget 2665,105520
(defconst proof-script-important-settings2716,107345
(defun proof-config-done 2729,107882
(defun proof-setup-parsing-mechanism 2826,111430
(defun proof-setup-imenu 2870,113283
(defun proof-setup-func-menu 2887,113888

generic/proof-shell.el,3337
(defvar proof-shell-last-output 19,457
(defvar proof-marker 63,1713
(defvar proof-action-list 66,1810
(defvar proof-shell-silent 74,1986
(defvar proof-shell-last-prompt 88,2469
(defvar proof-shell-last-output-kind 93,2699
(defvar proof-shell-delayed-output 114,3521
(defvar proof-shell-delayed-output-kind 117,3642
(defcustom proof-shell-active-scripting-indicator126,3845
(defun proof-shell-ready-prover 179,5321
(defun proof-shell-live-buffer 193,5861
(defun proof-shell-available-p 200,6096
(defun proof-grab-lock 206,6319
(defun proof-release-lock 223,7036
(defcustom proof-shell-fiddle-frames 243,7592
(deflocal proof-eagerly-raise 250,7833
(defun proof-shell-start 253,7939
(defvar proof-shell-kill-function-hooks 472,16418
(defun proof-shell-kill-function 475,16516
(defun proof-shell-clear-state 566,20376
(defun proof-shell-exit 581,20819
(defun proof-shell-bail-out 593,21264
(defun proof-shell-restart 602,21741
(defvar proof-shell-no-response-display 644,23125
(defvar proof-shell-urgent-message-marker 647,23229
(defvar proof-shell-urgent-message-scanner 650,23350
(defun proof-shell-handle-output 654,23477
(defun proof-shell-handle-delayed-output 727,26800
(defvar proof-shell-no-error-display 762,28222
(defun proof-shell-handle-error 768,28428
(defun proof-shell-handle-interrupt 786,29264
(defun proof-shell-error-or-interrupt-action 800,29886
(defun proof-goals-pos 827,31091
(defun proof-pbp-focus-on-first-goal 832,31296
(defsubst proof-shell-string-match-safe 844,31831
(defun proof-shell-process-output 849,31999
(defvar proof-shell-insert-space-fudge 960,36639
(defun proof-shell-insert 969,36948
(defun proof-shell-command-queue-item 1043,39860
(defun proof-shell-set-silent 1048,40017
(defun proof-shell-start-silent-item 1054,40236
(defun proof-shell-clear-silent 1060,40428
(defun proof-shell-stop-silent-item 1066,40650
(defun proof-shell-should-be-silent 1073,40922
(defun proof-append-alist 1086,41478
(defun proof-start-queue 1142,43605
(defun proof-extend-queue 1153,43954
(defun proof-shell-exec-loop 1164,44335
(defun proof-shell-insert-loopback-cmd 1229,46923
(defun proof-shell-message 1266,48631
(defun proof-shell-process-urgent-message 1272,48847
(defvar proof-shell-minibuffer-urgent-interactive-input-history 1481,57735
(defun proof-shell-minibuffer-urgent-interactive-input 1483,57805
(defun proof-shell-process-urgent-messages 1495,58175
(defun proof-shell-filter 1567,61345
(defun proof-shell-filter-process-output 1720,67682
(defvar pg-last-tracing-output-time 1773,69736
(defvar pg-tracing-slow-mode 1776,69842
(defconst pg-slow-mode-duration 1779,69931
(defconst pg-fast-tracing-mode-threshold 1782,70013
(defvar pg-tracing-cleanup-timer 1785,70141
(defun pg-tracing-tight-loop 1787,70180
(defun pg-finish-tracing-display 1830,71898
(defun proof-shell-dont-show-annotations 1843,72204
(defun proof-shell-show-annotations 1859,72739
(defun proof-shell-wait 1880,73236
(defun proof-done-invisible 1900,74146
(defun proof-shell-invisible-command 1943,75869
(defun proof-shell-invisible-cmd-get-result 1976,77119
(defun proof-shell-invisible-command-invisible-result 1993,77800
(define-derived-mode proof-shell-mode 2013,78304
(defconst proof-shell-important-settings2084,80975
(defun proof-shell-config-done 2089,81075

generic/proof-site.el,720
(defgroup proof-general 20,594
(defgroup proof-general-internals 33,1010
(defun proof-home-directory-fn 42,1203
(defcustom proof-home-directory53,1573
(defcustom proof-images-directory62,1939
(defcustom proof-info-directory68,2140
(defcustom proof-assistant-table97,3389
(defun proof-string-to-list 159,5386
(defcustom proof-assistants 175,5877
(defun proof-ready-for-assistant 211,7290
(defconst proof-general-version 324,11505
(defconst proof-general-short-version 327,11646
(defconst proof-general-version-year 332,11806
(defcustom proof-assistant-cusgrp 346,12274
(defcustom proof-assistant-internals-cusgrp 354,12577
(defcustom proof-assistant 362,12889
(defcustom proof-assistant-symbol 370,13158

generic/proof-splash.el,727
(defcustom proof-splash-enable 16,433
(defcustom proof-splash-time 21,585
(defcustom proof-splash-contents29,870
(defconst proof-splash-startup-msg 58,1979
(defconst proof-splash-welcome 67,2358
(defun proof-get-image 86,2922
(defvar proof-splash-timeout-conf 141,4773
(defun proof-splash-centre-spaces 144,4886
(defun proof-splash-remove-screen 172,6055
(defun proof-splash-remove-buffer 193,6804
(defvar proof-splash-seen 209,7468
(defun proof-splash-display-screen 213,7585
(defun proof-splash-message 288,10744
(defun proof-splash-timeout-waiter 298,11107
(defvar proof-splash-old-frame-title-format 315,11846
(defun proof-splash-set-frame-titles 317,11896
(defun proof-splash-unset-frame-titles 326,12212

generic/proof-syntax.el,972
(defun proof-ids-to-regexp 16,445
(defun proof-anchor-regexp 22,701
(defconst proof-no-regexp26,803
(defun proof-regexp-alt 31,898
(defun proof-regexp-region 40,1184
(defun proof-re-search-forward-region 49,1607
(defun proof-search-forward 62,2102
(defun proof-replace-regexp-in-string 68,2354
(defun proof-re-search-forward 74,2608
(defun proof-re-search-backward 80,2869
(defun proof-string-match 86,3133
(defun proof-string-match-safe 92,3365
(defun proof-stringfn-match 96,3570
(defun proof-looking-at 103,3830
(defun proof-looking-at-safe 109,4020
(defun proof-looking-at-syntactic-context 113,4160
(defun proof-replace-string 125,4523
(defun proof-replace-regexp 130,4724
(defun proof-replace-regexp-nocasefold 135,4930
(defvar proof-id 143,5209
(defun proof-ids 149,5429
(defun proof-zap-commas 162,5990
(defun proof-format 180,6559
(defun proof-format-filename 199,7198
(defun proof-insert 248,8676
(defun proof-splice-separator 284,9685

generic/proof-toolbar.el,2880
(defun proof-toolbar-function 49,1595
(defun proof-toolbar-icon 52,1692
(defun proof-toolbar-enabler 55,1793
(defun proof-toolbar-function-with-enabler 58,1901
(defun proof-toolbar-make-icon 65,2074
(defun proof-toolbar-make-toolbar-item 83,2674
(defvar proof-toolbar 122,4055
(deflocal proof-toolbar-itimer 126,4184
(defun proof-toolbar-setup 130,4294
(defun proof-toolbar-build 174,5861
(defalias 'proof-toolbar-enable proof-toolbar-enable248,8422
(defun proof-toolbar-setup-refresh 257,8661
(defun proof-toolbar-disable-refresh 278,9431
(deflocal proof-toolbar-refresh-flag 285,9753
(defun proof-toolbar-refresh 291,10024
(defvar proof-toolbar-enablers295,10169
(defvar proof-toolbar-enablers-last-state301,10345
(defun proof-toolbar-really-refresh 305,10436
(defun proof-toolbar-undo-enable-p 358,12266
(defalias 'proof-toolbar-undo proof-toolbar-undo363,12414
(defun proof-toolbar-delete-enable-p 369,12533
(defalias 'proof-toolbar-delete proof-toolbar-delete375,12707
(defun proof-toolbar-lockedend-enable-p 382,12843
(defalias 'proof-toolbar-lockedend proof-toolbar-lockedend385,12893
(defun proof-toolbar-next-enable-p 394,12981
(defalias 'proof-toolbar-next proof-toolbar-next398,13088
(defun proof-toolbar-goto-enable-p 405,13182
(defalias 'proof-toolbar-goto proof-toolbar-goto408,13255
(defun proof-toolbar-retract-enable-p 415,13331
(defalias 'proof-toolbar-retract proof-toolbar-retract419,13442
(defalias 'proof-toolbar-use-enable-p proof-toolbar-use-enable-p426,13521
(defalias 'proof-toolbar-use proof-toolbar-use427,13589
(defun proof-toolbar-restart-enable-p 433,13667
(defalias 'proof-toolbar-restart proof-toolbar-restart438,13828
(defun proof-toolbar-goal-enable-p 444,13906
(defalias 'proof-toolbar-goal proof-toolbar-goal451,14139
(defun proof-toolbar-qed-enable-p 458,14211
(defalias 'proof-toolbar-qed proof-toolbar-qed464,14363
(defun proof-toolbar-state-enable-p 470,14435
(defalias 'proof-toolbar-state proof-toolbar-state473,14506
(defun proof-toolbar-context-enable-p 479,14575
(defalias 'proof-toolbar-context proof-toolbar-context482,14648
(defun proof-toolbar-info-enable-p 490,14808
(defalias 'proof-toolbar-info proof-toolbar-info493,14852
(defun proof-toolbar-command-enable-p 499,14921
(defalias 'proof-toolbar-command proof-toolbar-command502,14992
(defun proof-toolbar-help-enable-p 508,15072
(defun proof-toolbar-help 511,15117
(defun proof-toolbar-find-enable-p 519,15211
(defalias 'proof-toolbar-find proof-toolbar-find522,15280
(defun proof-toolbar-visibility-enable-p 528,15378
(defalias 'proof-toolbar-visibility proof-toolbar-visibility531,15478
(defun proof-toolbar-interrupt-enable-p 537,15566
(defalias 'proof-toolbar-interrupt proof-toolbar-interrupt540,15630
(defun proof-toolbar-make-menu-item 549,15819
(defconst proof-toolbar-scripting-menu571,16507

generic/proof-utils.el,2099
(defmacro deflocal 18,472
(defmacro proof-with-current-buffer-if-exists 25,710
(defmacro proof-with-script-buffer 34,1087
(defmacro proof-map-buffers 45,1474
(defmacro proof-sym 50,1659
(defun proof-try-require 55,1820
(defun proof-list-filter 66,2135
(defun proof-save-some-buffers 78,2513
(defun proof-set-value 102,3204
(defun proof-ass-symv 162,5381
(defmacro proof-ass-sym 167,5568
(defun proof-defpgcustom-fn 171,5707
(defun undefpgcustom 196,6791
(defmacro defpgcustom 202,7015
(defmacro proof-ass 211,7432
(defun proof-defpgdefault-fn 216,7608
(defmacro defpgdefault 230,8067
(defmacro defpgfun 241,8429
(defun proof-file-truename 256,8723
(defun proof-file-to-buffer 260,8906
(defun proof-files-to-buffers 271,9235
(defun proof-buffers-in-mode 278,9518
(defun pg-save-from-death 292,9969
(defun proof-define-keys 311,10587
(deflocal proof-font-lock-keywords 340,11588
(deflocal proof-font-lock-keywords-case-fold-search 346,11853
(defun proof-font-lock-configure-defaults 349,11976
(defun proof-font-lock-clear-font-lock-vars 397,14289
(defun proof-font-lock-set-font-lock-vars 408,14662
(defun proof-fontify-region 415,14875
(defun pg-remove-specials 473,17103
(defun pg-remove-specials-in-string 483,17448
(defun proof-fontify-buffer 490,17635
(defun proof-warn-if-unset 503,17876
(defun proof-get-window-for-buffer 508,18094
(defun proof-display-and-keep-buffer 559,20408
(defun proof-clean-buffer 591,21717
(defun proof-message 606,22338
(defun proof-warning 611,22551
(defun pg-internal-warning 617,22833
(defun proof-debug 625,23152
(defun proof-switch-to-buffer 640,23835
(defun proof-resize-window-tofit 673,25527
(defun proof-submit-bug-report 773,29539
(defun proof-deftoggle-fn 809,30923
(defmacro proof-deftoggle 824,31578
(defun proof-defintset-fn 831,31952
(defmacro proof-defintset 845,32607
(defun proof-defstringset-fn 852,32984
(defmacro proof-defstringset 865,33611
(defun pg-custom-save-vars 879,34076
(defun pg-custom-reset-vars 897,34802
(defun proof-locate-executable 910,35139
(defconst proof-extra-fls939,36320

generic/proof-x-symbol.el,613
(defvar proof-x-symbol-initialized 54,2151
(defun proof-x-symbol-tokenlang-file 57,2246
(defun proof-x-symbol-support-maybe-available 63,2428
(defun proof-x-symbol-initialize 83,3178
(defun proof-x-symbol-enable 178,7046
(defun proof-x-symbol-refresh-output-buffers 208,8363
(defun proof-x-symbol-mode-associated-buffers 223,9117
(defalias 'proof-x-symbol-decode-region proof-x-symbol-decode-region245,9821
(defun proof-x-symbol-encode-shell-input 247,9887
(defun proof-x-symbol-set-language 264,10478
(defun proof-x-symbol-shell-config 269,10649
(defun proof-x-symbol-config-output-buffer 317,12816

lib/bufhist.el,1058
(defun bufhist-ring-update 32,1226
(defgroup bufhist 41,1548
(defcustom bufhist-ring-size 45,1629
(defvar bufhist-ring 50,1740
(defvar bufhist-ring-pos 53,1814
(defvar bufhist-lastswitch-modified-tick 56,1893
(defvar bufhist-read-only-history 59,1999
(defvar bufhist-saved-mode-line-format 62,2070
(defconst bufhist-mode-line-format-entry65,2171
(defun bufhist-get-buffer-contents 76,2588
(defun bufhist-restore-buffer-contents 88,3072
(defun bufhist-checkpoint 96,3359
(defun bufhist-erase-buffer 104,3728
(defun bufhist-checkpoint-and-erase 114,4073
(defun bufhist-switch-to-index 120,4259
(defun bufhist-first 159,5863
(defun bufhist-last 164,6022
(defun bufhist-prev 169,6168
(defun bufhist-next 177,6391
(defun bufhist-delete 182,6531
(defun bufhist-clear 194,7074
(defun bufhist-init 208,7455
(defun bufhist-exit 231,8376
(defun bufhist-set-readwrite 242,8612
(defun bufhist-before-change-function 257,9232
(defconst bufhist-minor-mode-map274,9773
(define-minor-mode bufhist-mode286,10235
(defun bufhist-toggle-fn 306,11020

lib/holes.el,2447
(defvar holes-doc 35,993
(defvar holes-default-hole 143,4976
(defvar holes-active-hole 147,5145
(defcustom holes-empty-hole-string 154,5354
(defcustom holes-empty-hole-regexp 157,5465
(defcustom holes-search-limit 164,5756
(defface active-hole-face176,6132
(defface inactive-hole-face188,6580
(defun holes-region-beginning-or-nil 203,7056
(defun holes-region-end-or-nil 208,7166
(defun holes-copy-active-region 213,7264
(defun holes-is-hole-p 220,7463
(defun holes-hole-start-position 226,7570
(defun holes-hole-end-position 233,7759
(defun holes-hole-buffer 240,7943
(defun holes-hole-at 247,8118
(defun holes-active-hole-exist-p 254,8293
(defun holes-active-hole-start-position 264,8551
(defun holes-active-hole-end-position 274,8923
(defun holes-active-hole-buffer 285,9292
(defun holes-goto-active-hole 296,9598
(defun holes-highlight-hole-as-active 308,9866
(defun holes-highlight-hole 318,10178
(defun holes-disable-active-hole 329,10470
(defun holes-set-active-hole 347,11013
(defun holes-is-in-hole-p 360,11359
(defun holes-make-hole 367,11502
(defun holes-make-hole-at 393,12248
(defun holes-clear-hole 413,12724
(defun holes-clear-hole-at 425,13013
(defun holes-map-holes 434,13272
(defun holes-mapcar-holes 442,13455
(defun holes-clear-all-buffer-holes 448,13622
(defun holes-next 459,13922
(defun holes-next-after-active-hole 466,14173
(defun holes-set-active-hole-next 474,14392
(defun holes-replace-segment 496,14945
(defun holes-replace 506,15299
(defun holes-replace-active-hole 537,16494
(defun holes-replace-update-active-hole 546,16795
(defun holes-delete-update-active-hole 567,17485
(defun holes-set-make-active-hole 574,17699
(defun holes-mouse-replace-active-hole 621,19327
(defun holes-destroy-hole 641,19866
(defun holes-hole-at-event 658,20277
(defun holes-mouse-destroy-hole 663,20390
(defun holes-mouse-forget-hole 673,20630
(defun holes-mouse-set-make-active-hole 689,20940
(defun holes-mouse-set-active-hole 711,21501
(defun holes-set-point-next-hole-destroy 723,21765
(defvar hole-map739,22215
(defvar holes-mode-map755,22835
(defun holes-replace-string-by-holes-backward 792,24300
(defun holes-skeleton-end-hook 810,25001
(defconst holes-jump-doc 818,25365
(defun holes-replace-string-by-holes-backward-jump 825,25572
(defun holes-abbrev-complete 842,26203
(defun holes-insert-and-expand 851,26510
(defvar holes-mode 862,26942
(defun holes-mode 868,27138

lib/local-vars-list.el,410
(defconst local-vars-list-doc 25,759
(defun local-vars-list-help 38,1213
(defun local-vars-list-insert-empty-zone 43,1399
(defun local-vars-list-find 81,2107
(defun local-vars-list-goto-var 100,2882
(defun local-vars-list-get-current 126,3932
(defun local-vars-list-set-current 147,4782
(defun local-vars-list-get 170,5499
(defun local-vars-list-get-safe 187,6031
(defun local-vars-list-set 192,6225

lib/proof-compat.el,1002
(defvar proof-running-on-XEmacs 24,760
(defvar proof-running-on-Emacs21 26,882
(defvar proof-running-on-win32 30,1129
(defun pg-custom-undeclare-variable 42,1563
(defun pg-window-system 117,4045
(defconst pg-defface-window-systems 126,4416
(defun subst-char-in-string 150,5133
(defun replace-regexp-in-string 164,5687
(defconst menuvisiblep 226,8400
(defun set-window-text-height 243,9019
(defmacro save-selected-frame 269,9969
(defun warn 308,11271
(defun redraw-modeline 315,11526
(defun replace-in-string 330,12093
(defun proof-buffer-syntactic-context-emulate 379,13611
(defvar read-shell-command-map412,14918
(defun read-shell-command 430,15620
(defun remassq 442,16101
(defun remassoc 454,16490
(defun frames-of-buffer 467,16935
(defmacro with-selected-window 506,18197
(defun pg-pop-to-buffer 549,19586
(defun process-live-p 600,21438
(defalias 'proof-buffer-syntactic-context proof-buffer-syntactic-context667,23835
(defun select-buffers-tab-buffers-by-mode 711,25183

lib/span.el,132
(defsubst delete-spans 24,499
(defsubst span-property-safe 28,653
(defsubst set-span-start 32,792
(defsubst set-span-end 36,924

lib/span-extent.el,972
(defsubst make-span 16,557
(defsubst detach-span 20,679
(defsubst set-span-endpoints 24,766
(defsubst set-span-property 28,899
(defsubst span-read-only 32,1026
(defsubst span-read-write 36,1130
(defun span-give-warning 40,1237
(defun span-write-warning 44,1335
(defsubst span-property 49,1535
(defsubst delete-span 53,1650
(defsubst mapcar-spans 59,1821
(defsubst span-at 63,2027
(defsubst span-at-before 67,2144
(defsubst span-start 72,2341
(defsubst span-end 76,2470
(defsubst prev-span 80,2593
(defsubst next-span 84,2739
(defsubst span-live-p 88,2881
(defun span-raise 96,3153
(defalias 'span-object span-object100,3252
(defalias 'span-string span-string101,3291
(defsubst make-detached-span 104,3377
(defsubst span-buffer 109,3439
(defsubst span-detached-p 114,3531
(defsubst set-span-face 119,3643
(defsubst fold-spans 124,3739
(defsubst set-span-properties 129,3937
(defsubst set-span-keymap 134,4046
(defsubst span-at-event 139,4161

lib/span-overlay.el,1201
(defalias 'span-start span-start16,543
(defalias 'span-end span-end17,581
(defalias 'set-span-property set-span-property18,615
(defalias 'span-property span-property19,658
(defalias 'make-span make-span20,697
(defalias 'detach-span detach-span21,733
(defalias 'set-span-endpoints set-span-endpoints22,773
(defalias 'span-buffer span-buffer23,818
(defun span-read-only-hook 25,859
(defun span-read-only 29,991
(defun span-read-write 44,1767
(defun span-give-warning 50,1986
(defun span-write-warning 54,2094
(defun span-lt 61,2420
(defun spans-at-point-prop 66,2561
(defun spans-at-region-prop 72,2726
(defun span-at 80,2970
(defsubst delete-span 86,3184
(defsubst mapcar-spans 93,3406
(defun span-at-before 97,3610
(defun prev-span 114,4336
(defun next-span 120,4487
(defsubst span-live-p 149,5712
(defun span-raise 155,5878
(defalias 'span-object span-object161,6121
(defun span-string 163,6162
(defun set-span-properties 169,6344
(defun span-find-span 181,6599
(defsubst span-at-event 188,6906
(defun make-detached-span 193,7030
(defun fold-spans 198,7126
(defsubst span-detached-p 213,7660
(defsubst set-span-face 217,7775
(defun set-span-keymap 221,7872

lib/texi-docstring-magic.el,584
(defun texi-docstring-magic-find-face 85,2997
(defun texi-docstring-magic-splice-sep 90,3162
(defconst texi-docstring-magic-munge-table100,3467
(defun texi-docstring-magic-untabify 190,7187
(defun texi-docstring-magic-munge-docstring 200,7502
(defun texi-docstring-magic-texi 239,8789
(defun texi-docstring-magic-format-default 252,9229
(defun texi-docstring-magic-texi-for 268,9864
(defconst texi-docstring-magic-comment326,11824
(defun texi-docstring-magic 332,11978
(defun texi-docstring-magic-face-at-point 366,13058
(defun texi-docstring-magic-insert-magic 381,13581

lib/unichars.el,35
(defvar unicode-character-list1,0

lib/xml-fixed.el,528
(defsubst xml-node-name 82,2904
(defsubst xml-node-attributes 87,3023
(defsubst xml-node-children 92,3141
(defun xml-get-children 97,3277
(defun xml-get-attribute 107,3600
(defun xml-parse-file 123,4064
(defun xml-parse-region 144,4648
(defun xml-parse-tag 179,5693
(defun xml-parse-attlist 284,9162
(defun xml-skip-dtd 321,10552
(defun xml-parse-dtd 338,11188
(defun xml-parse-elem-type 408,13266
(defun xml-substitute-special 449,14421
(defun xml-debug-print 470,15228
(defun xml-debug-print-internal 474,15320

lib/xmlunicode.el,1499
(defvar unicode-ldquo 128,5364
(defvar unicode-rdquo 129,5416
(defvar unicode-lsquo 130,5468
(defvar unicode-rsquo 131,5520
(defvar unicode-quot 132,5572
(defvar unicode-apos 133,5624
(defvar unicode-capos 134,5676
(defvar unicode-ndash 135,5728
(defvar unicode-mdash 136,5780
(defvar unicode-hellip 137,5832
(defvar unicode-charref-format 139,5885
(defvar xml-tag-search-limit 142,5975
(defvar unicode-character-list-file 145,6078
(defvar unicode-character-alist 151,6364
(defvar iso8879-character-alist 163,6744
(defun iso8879-to-codepoints 178,7237
(defun unicode-to-codepoints 188,7652
(defvar unicode-glyph-list198,8069
(defun unicode-character-insert 269,12058
(defun iso8879-character-insert 287,12974
(defun xml-unicode-insert 302,13825
(defvar unicode-character-menu-alist324,14474
(defun  unicode-character-menu-insert 362,15486
(defvar unicode-character-menu-map 370,15785
(defun make-unicode-character-menu-bar 373,15902
(defun in-start-tag 389,16503
(defun after-start-tag 406,16930
(defun in-comment 423,17409
(defun unicode-looking-backward-at 441,17905
(defun unicode-smart-double-quote 454,18377
(defun unicode-smart-single-quote 498,19687
(defun unicode-smart-hyphen 536,20905
(defun unicode-smart-period 559,21477
(defun unicode-smart-semicolon 582,22084
(defvar xml-quail-define-rules 631,23451
(defvar unicode-character-shortcut-alist669,24777
(defun unicode-character-shortcut-insert 758,30273
(defun show-unicode-character-list 770,30690

mmm/mmm-auto.el,343
(defvar mmm-autoloaded-classes67,2675
(defun mmm-autoload-class 89,3438
(defvar mmm-changed-buffers-list 129,5005
(defun mmm-major-mode-change 132,5112
(defun mmm-check-changed-buffers 145,5633
(defun mmm-mode-on-maybe 155,6006
(defalias 'mmm-add-find-file-hooks mmm-add-find-file-hooks167,6424
(defun mmm-add-find-file-hook 168,6484

mmm/mmm-class.el,416
(defun mmm-get-class-spec 42,1295
(defun mmm-get-class-parameter 59,2008
(defun mmm-set-class-parameter 63,2174
(defun* mmm-apply-class75,2538
(defun* mmm-apply-classes90,3176
(defun* mmm-apply-all 110,3942
(defun* mmm-ify124,4389
(defun* mmm-match-region206,7472
(defun mmm-match->point 267,10161
(defun mmm-match-and-verify 281,10683
(defun mmm-get-form 307,11741
(defun mmm-default-get-form 318,12237

mmm/mmm-cmds.el,712
(defun mmm-ify-by-class 41,1209
(defun mmm-ify-region 63,1933
(defun mmm-ify-by-regexp75,2361
(defun mmm-parse-buffer 97,3037
(defun mmm-parse-region 106,3373
(defun mmm-parse-block 115,3752
(defun mmm-get-block 132,4503
(defun mmm-reparse-current-region 146,4834
(defun mmm-clear-current-region 167,5508
(defun mmm-clear-regions 172,5672
(defun mmm-clear-all-regions 177,5818
(defun* mmm-end-current-region 185,5978
(defun mmm-narrow-to-submode-region 220,7401
(defun mmm-insert-region 239,8015
(defun mmm-insert-by-key 258,8877
(defun mmm-get-insertion-spec 339,12282
(defun mmm-insertion-help 366,13361
(defun mmm-display-insertion-key 376,13731
(defun mmm-get-all-insertion-keys 398,14553

mmm/mmm-compat.el,418
(defvar mmm-xemacs 40,1312
(defvar mmm-keywords-used49,1615
(defmacro mmm-regexp-opt 90,2612
(defvar mmm-evaporate-property109,3261
(defmacro mmm-set-keymap-default 127,4027
(defmacro mmm-event-key 136,4469
(defvar skeleton-positions 145,4688
(defun mmm-fixup-skeleton 146,4719
(defmacro mmm-make-temp-buffer 158,5156
(defvar mmm-font-lock-available-p 171,5552
(defmacro mmm-set-font-lock-defaults 178,5766

mmm/mmm-cweb.el,228
(defvar mmm-cweb-section-tags38,1116
(defvar mmm-cweb-section-regexp41,1163
(defvar mmm-cweb-c-part-tags44,1253
(defvar mmm-cweb-c-part-regexp47,1312
(defun mmm-cweb-in-limbo 50,1396
(defun mmm-cweb-verify-brief-c 57,1621

mmm/mmm-mason.el,410
(defvar mmm-mason-perl-tags41,1235
(defvar mmm-mason-pseudo-perl-tags45,1376
(defvar mmm-mason-non-perl-tags48,1452
(defvar mmm-mason-perl-tags-regexp51,1553
(defvar mmm-mason-pseudo-perl-tags-regexp56,1748
(defvar mmm-mason-tag-names-regexp61,1965
(defun mmm-mason-verify-inline 66,2185
(defun mmm-mason-start-line 156,5089
(defun mmm-mason-end-line 161,5154
(defun mmm-mason-set-mode-line 168,5248

mmm/mmm-mode.el,1024
(defun mmm-mode 101,3866
(defun mmm-mode-on 140,5371
(defun mmm-mode-off 181,7131
(defvar mmm-mode-map 206,7864
(defvar mmm-mode-prefix-map 209,7939
(defvar mmm-mode-menu-map 212,8049
(defun mmm-define-key 215,8140
(define-key mmm-mode-prefix-map 239,8895
(define-key mmm-mode-prefix-map 246,9153
(define-key mmm-mode-map 249,9264
(define-key mmm-mode-menu-map 252,9366
(define-key mmm-mode-menu-map 254,9438
(define-key mmm-mode-menu-map 256,9497
(define-key mmm-mode-menu-map 258,9578
(define-key mmm-mode-menu-map 260,9659
(define-key mmm-mode-menu-map 262,9746
(define-key mmm-mode-menu-map 265,9840
(define-key mmm-mode-menu-map 267,9900
(define-key mmm-mode-menu-map 270,9991
(define-key mmm-mode-menu-map 272,10051
(define-key mmm-mode-menu-map 274,10158
(define-key mmm-mode-menu-map 276,10243
(define-key mmm-mode-menu-map 279,10329
(define-key mmm-mode-menu-map 281,10389
(define-key mmm-mode-menu-map 283,10502
(define-key mmm-mode-menu-map 285,10587
(define-key mmm-mode-map 288,10670

mmm/mmm-noweb.el,1291
(defvar mmm-noweb-code-mode 44,1352
(defvar mmm-noweb-quote-mode 50,1649
(defvar mmm-noweb-quote-string 54,1806
(defvar mmm-noweb-quote-number 58,1929
(defvar mmm-noweb-narrowing 62,2045
(defun mmm-noweb-chunk 68,2176
(defun mmm-noweb-quote 84,2876
(defun mmm-noweb-quote-name 89,3042
(defun mmm-noweb-chunk-name 95,3302
(defun mmm-noweb-regions 140,4748
(defun mmm-noweb-narrow-to-doc-chunk 166,5616
(defun mmm-noweb-fill-chunk 189,6386
(defun mmm-noweb-fill-paragraph-chunk 208,7070
(defun mmm-noweb-fill-named-chunk 222,7487
(defun mmm-noweb-auto-fill-doc-chunk 238,8064
(defun mmm-noweb-auto-fill-doc-mode 246,8283
(defun mmm-noweb-auto-fill-code-mode 251,8473
(defun mmm-noweb-complete-chunk 259,8685
(defvar mmm-noweb-chunk-history 292,9689
(defun mmm-noweb-goto-chunk 295,9767
(defun mmm-noweb-goto-next 307,10091
(defun mmm-noweb-goto-previous 319,10448
(defvar mmm-noweb-map 336,10852
(defvar mmm-noweb-prefix-map 337,10896
(define-key mmm-noweb-map 338,10947
(define-key mmm-noweb-prefix-map 347,11390
(defun mmm-noweb-bind-keys 352,11656
(defun mmm-syntax-region-list 368,12070
(defun mmm-syntax-other-regions 377,12426
(defun mmm-word-other-regions 389,12897
(defun mmm-space-other-regions 395,13066
(defun mmm-undo-syntax-other-regions 401,13237

mmm/mmm-region.el,1643
(defsubst mmm-overlay-at 54,1748
(defun mmm-overlays-at 59,1933
(defun mmm-included-p 72,2386
(defun mmm-overlays-containing 112,3875
(defun mmm-overlays-contained-in 125,4313
(defun mmm-overlays-overlapping 138,4753
(defun mmm-sort-overlays 149,5116
(defvar mmm-current-overlay 158,5386
(defvar mmm-previous-overlay 163,5601
(defvar mmm-current-submode 168,5789
(defvar mmm-previous-submode 173,5989
(defun mmm-update-current-submode 178,6162
(defun mmm-set-current-submode 199,6978
(defun mmm-submode-at 210,7470
(defun mmm-match-front 219,7745
(defun mmm-match-back 238,8506
(defun mmm-front-start 257,9251
(defun mmm-back-end 265,9555
(defun mmm-valid-submode-region 278,9902
(defun* mmm-make-region305,11058
(defun mmm-make-overlay 431,16429
(defun mmm-get-face 459,17562
(defun mmm-clear-overlays 470,17854
(defun mmm-update-mode-info 486,18321
(defun mmm-update-submode-region 571,22606
(defun mmm-add-hooks 588,23364
(defun mmm-remove-hooks 592,23499
(defun mmm-get-local-variables-list 598,23626
(defun mmm-get-locals 618,24546
(defun mmm-get-saved-local 631,25127
(defun mmm-set-local-variables 635,25292
(defun mmm-get-saved-local-variables 646,25733
(defun mmm-save-changed-local-variables 654,26050
(defun mmm-clear-local-variables 673,26908
(defun mmm-enable-font-lock 684,27187
(defun mmm-update-font-lock-buffer 692,27447
(defun mmm-refontify-maybe 705,27879
(defun mmm-submode-changes-in 720,28401
(defun mmm-regions-in 731,28849
(defun mmm-regions-alist 745,29419
(defun mmm-fontify-region 762,30065
(defun mmm-fontify-region-list 782,31096
(defun mmm-beginning-of-syntax 804,32012

mmm/mmm-rpm.el,154
(defconst mmm-rpm-sh-start-tags48,1617
(defvar mmm-rpm-sh-end-tags53,1841
(defvar mmm-rpm-sh-start-regexp57,2015
(defvar mmm-rpm-sh-end-regexp61,2193

mmm/mmm-sample.el,168
(defvar mmm-here-doc-mode-alist 84,2614
(defun mmm-here-doc-get-mode 93,3099
(defun mmm-file-variables-verify 208,6817
(defun mmm-file-variables-find-back 232,7853

mmm/mmm-univ.el,34
(defun mmm-univ-get-mode 38,1205

mmm/mmm-utils.el,282
(defmacro mmm-valid-buffer 41,1309
(defmacro mmm-save-all 60,1953
(defun mmm-format-string 73,2242
(defun mmm-format-matches 84,2694
(defmacro mmm-save-keyword 107,3484
(defmacro mmm-save-keywords 115,3811
(defun mmm-looking-back-at 128,4344
(defun mmm-make-marker 145,4912

mmm/mmm-vars.el,2667
(defgroup mmm 99,3072
(defvar mmm-c-derived-modes106,3182
(defvar mmm-save-local-variables 110,3301
(defvar mmm-buffer-saved-locals 336,10161
(defvar mmm-region-saved-locals-defaults 341,10361
(defvar mmm-region-saved-locals-for-dominant 347,10621
(defgroup mmm-faces 357,10998
(defcustom mmm-submode-decoration-level 363,11169
(defface mmm-init-submode-face 381,12041
(defface mmm-cleanup-submode-face 385,12181
(defface mmm-declaration-submode-face 389,12318
(defface mmm-comment-submode-face 393,12464
(defface mmm-output-submode-face 397,12617
(defface mmm-special-submode-face 401,12766
(defface mmm-code-submode-face 405,12930
(defface mmm-default-submode-face 409,13069
(defface mmm-delimiter-face 414,13277
(defcustom mmm-mode-string 421,13403
(defcustom mmm-submode-mode-line-format 426,13534
(defvar mmm-primary-mode-display-name 443,14189
(defvar mmm-buffer-mode-display-name 448,14403
(defun mmm-set-mode-line 454,14702
(defvar mmm-classes 478,15510
(defvar mmm-global-classes 484,15755
(defcustom mmm-mode-ext-classes-alist 491,15937
(defun mmm-add-mode-ext-class 510,16755
(defcustom mmm-major-mode-preferences519,17080
(defun mmm-add-to-major-mode-preferences 537,17878
(defun mmm-ensure-modename 553,18664
(defun mmm-modename->function 562,18974
(defcustom mmm-delimiter-mode 576,19437
(defcustom mmm-mode-prefix-key 586,19706
(defcustom mmm-command-modifiers 591,19833
(defcustom mmm-insert-modifiers 605,20466
(defcustom mmm-use-old-command-keys 620,21144
(defun mmm-use-old-command-keys 630,21608
(defcustom mmm-mode-hook 638,21807
(defun mmm-run-constructed-hook 658,22614
(defun mmm-run-major-hook 666,23000
(defun mmm-run-submode-hook 669,23077
(defvar mmm-class-hooks-run 672,23164
(defun mmm-run-class-hook 677,23336
(defvar mmm-primary-mode-entry-hook 682,23508
(defcustom mmm-major-mode-hook 697,24155
(defun mmm-run-major-mode-hook 711,24786
(defcustom mmm-global-mode 724,25327
(defcustom mmm-never-modes740,26022
(defvar mmm-set-file-name-for-modes 758,26322
(defvar mmm-mode 769,26681
(defvar mmm-primary-mode 777,26889
(defvar mmm-classes-alist 788,27255
(defun mmm-add-classes 943,35462
(defun mmm-add-group 948,35627
(defun mmm-add-to-group 958,36077
(defconst mmm-version 972,36574
(defun mmm-version 975,36639
(defvar mmm-temp-buffer-name 982,36782
(defvar mmm-interactive-history 988,36912
(defun mmm-add-to-history 994,37181
(defun mmm-clear-history 997,37264
(defvar mmm-mode-ext-classes 1005,37449
(defun mmm-get-mode-ext-classes 1010,37660
(defun mmm-clear-mode-ext-classes 1019,38036
(defun mmm-mode-ext-applies 1023,38161
(defun mmm-get-all-classes 1037,38645

TODO.developer,26
   function to 401,16137

doc/ProofGeneral.texi,5313
@node Top166,5052
@node Preface203,6168
@node Latest news for version 3.7Latest news for version 3.7226,6764
@node Future264,8432
@node Credits295,9731
@node Introducing Proof GeneralIntroducing Proof General394,13165
@node Quick start guideQuick start guide449,15157
@node Features of Proof GeneralFeatures of Proof General502,17646
@node Supported proof assistantsSupported proof assistants591,21571
@node Prerequisites for this manualPrerequisites for this manual640,23477
@node Organization of this manualOrganization of this manual684,25103
@node Basic Script ManagementBasic Script Management710,25931
@node Walkthrough example in IsabelleWalkthrough example in Isabelle729,26531
@node Proof scriptsProof scripts978,36097
@node Script buffersScript buffers1021,38217
@node Locked queue and editing regionsLocked queue and editing regions1043,38794
@node Goal-save sequencesGoal-save sequences1099,40941
@node Active scripting bufferActive scripting buffer1136,42427
@node Summary of Proof General buffersSummary of Proof General buffers1205,45847
@node Script editing commandsScript editing commands1267,48521
@node Script processing commandsScript processing commands1345,51379
@node Proof assistant commandsProof assistant commands1473,56680
@node Toolbar commandsToolbar commands1623,61684
@node Interrupting during trace outputInterrupting during trace output1647,62613
@node Subterm Activation and Proof by PointingSubterm Activation and Proof by Pointing1686,64537
@node Goals buffer commandsGoals buffer commands1700,65037
@node Advanced Script ManagementAdvanced Script Management1789,68570
@node Visibility of completed proofsVisibility of completed proofs1820,69724
@node Switching between proof scriptsSwitching between proof scripts1875,71647
@node View of processed files View of processed files 1912,73619
@node Retracting across filesRetracting across files1972,76670
@node Asserting across filesAsserting across files1985,77301
@node Automatic multiple file handlingAutomatic multiple file handling1998,77867
@node Escaping script managementEscaping script management2023,78901
@node Experimental featuresExperimental features2081,81104
@node Support for other PackagesSupport for other Packages2115,82367
@node Syntax highlightingSyntax highlighting2147,83242
@node X-Symbol supportX-Symbol support2186,84863
@node Imenu and Speedbar (and Function Menu)Imenu and Speedbar (and Function Menu)2245,87409
@node Support for outline modeSupport for outline mode2304,89539
@node Support for completionSupport for completion2330,90669
@node Support for tagsSupport for tags2387,92837
@node Customizing Proof GeneralCustomizing Proof General2439,95166
@node Basic optionsBasic options2479,96836
@node How to customizeHow to customize2503,97594
@node Display customizationDisplay customization2554,99696
@node User optionsUser options2679,104930
@node Changing facesChanging faces2943,114341
@node Tweaking configuration settingsTweaking configuration settings3018,117010
@node Hints and TipsHints and Tips3075,119536
@node Adding your own keybindingsAdding your own keybindings3094,120137
@node Using file variablesUsing file variables3150,122670
@node Using abbreviationsUsing abbreviations3209,124856
@node LEGO Proof GeneralLEGO Proof General3248,126272
@node LEGO specific commandsLEGO specific commands3289,127641
@node LEGO tagsLEGO tags3309,128096
@node LEGO customizationsLEGO customizations3319,128343
@node Coq Proof GeneralCoq Proof General3351,129262
@node Coq-specific commandsCoq-specific commands3367,129671
@node Coq-specific variablesCoq-specific variables3389,130178
@node Editing multiple proofsEditing multiple proofs3411,130836
@node User-loaded tacticsUser-loaded tactics3435,131944
@node Holes featureHoles feature3499,134418
@node Isabelle Proof GeneralIsabelle Proof General3526,135705
@node Isabelle commandsIsabelle commands3556,136835
@node Logics and SettingsLogics and Settings3663,139883
@node Isabelle customizationsIsabelle customizations3697,141423
@node HOL Proof GeneralHOL Proof General3721,141905
@node Shell Proof GeneralShell Proof General3763,143727
@node Obtaining and InstallingObtaining and Installing3799,145186
@node Obtaining Proof GeneralObtaining Proof General3815,145599
@node Installing Proof General from tarballInstalling Proof General from tarball3846,146838
@node Installing Proof General from RPM packageInstalling Proof General from RPM package3871,147670
@node Setting the names of binariesSetting the names of binaries3886,148078
@node Notes for syssiesNotes for syssies3914,149018
@node Bugs and EnhancementsBugs and Enhancements3987,151956
@node References4008,152771
@node History of Proof GeneralHistory of Proof General4048,153795
@node Old News for 3.0Old News for 3.04139,157897
@node Old News for 3.1Old News for 3.14209,161591
@node Old News for 3.2Old News for 3.24235,162763
@node Old News for 3.3Old News for 3.34296,165766
@node Old News for 3.4Old News for 3.44315,166663
@node Function IndexFunction Index4338,167719
@node Variable IndexVariable Index4342,167795
@node Keystroke IndexKeystroke Index4346,167875
@node Concept IndexConcept Index4350,167941

doc/PG-adapting.texi,3776
@node Top157,4775
@node Introduction195,5920
@node Future236,7573
@node Credits272,9169
@node Beginning with a New ProverBeginning with a New Prover282,9461
@node Overview of adding a new proverOverview of adding a new prover323,11410
@node Demonstration instance and easy configurationDemonstration instance and easy configuration397,14831
@node Major modes used by Proof GeneralMajor modes used by Proof General466,18222
@node Menus and Toolbar and User-level CommandsMenus and Toolbar and User-level Commands539,21305
@node Settings for generic user-level commandsSettings for generic user-level commands554,21851
@node Menu configurationMenu configuration599,23587
@node Toolbar configurationToolbar configuration623,24505
@node Proof Script SettingsProof Script Settings681,26750
@node Recognizing commands and commentsRecognizing commands and comments703,27330
@node Recognizing proofsRecognizing proofs824,32857
@node Recognizing other elementsRecognizing other elements936,37676
@node Configuring undo behaviourConfiguring undo behaviour1062,43154
@node Nested proofsNested proofs1200,48495
@node Safe (state-preserving) commandsSafe (state-preserving) commands1240,50122
@node Activate scripting hookActivate scripting hook1263,51068
@node Automatic multiple filesAutomatic multiple files1287,51932
@node Completions1309,52779
@node Proof Shell SettingsProof Shell Settings1349,54257
@node Proof shell commandsProof shell commands1380,55539
@node Script input to the shellScript input to the shell1547,62718
@node Settings for matching various output from proof processSettings for matching various output from proof process1614,65761
@node Settings for matching urgent messages from proof processSettings for matching urgent messages from proof process1745,71525
@node Hooks and other settingsHooks and other settings1955,81078
@node Goals Buffer SettingsGoals Buffer Settings2054,85075
@node Splash Screen SettingsSplash Screen Settings2131,88183
@node Global ConstantsGlobal Constants2157,88941
@node Handling Multiple FilesHandling Multiple Files2183,89790
@node Configuring Editing SyntaxConfiguring Editing Syntax2335,97574
@node Configuring Font LockConfiguring Font Lock2392,99691
@node Configuring X-SymbolConfiguring X-Symbol2479,103934
@node Writing More Lisp CodeWriting More Lisp Code2539,106457
@node Default values for generic settingsDefault values for generic settings2556,107102
@node Adding prover-specific configurationsAdding prover-specific configurations2586,108185
@node Useful variablesUseful variables2629,109467
@node Useful functions and macrosUseful functions and macros2655,110261
@node Internals of Proof GeneralInternals of Proof General2758,114224
@node Spans2786,115132
@node Proof General site configurationProof General site configuration2799,115506
@node Configuration variable mechanismsConfiguration variable mechanisms2879,118594
@node Global variablesGlobal variables2997,123830
@node Proof script modeProof script mode3067,126380
@node Proof shell modeProof shell mode3326,138035
@node Debugging3732,154082
@node Plans and IdeasPlans and Ideas3775,154977
@node Proof by pointing and similar featuresProof by pointing and similar features3796,155699
@node Granularity of atomic command sequencesGranularity of atomic command sequences3834,157357
@node Browser mode for script files and theoriesBrowser mode for script files and theories3879,159582
@node Demonstration InstantiationsDemonstration Instantiations3909,160613
@node demoisa-easy.el3925,161044
@node demoisa.el3988,163283
@node Function IndexFunction Index4156,168812
@node Variable IndexVariable Index4160,168888
@node Concept IndexConcept Index4169,169067

lib/holes-load.el,0

generic/proof-system.el,0

generic/_pkg.el,0

twelf/x-symbol-twelf.el,0

pgshell/pgshell.el,0

lego/x-symbol-lego.el,0

isar/x-symbol-isar.el,0

isar/isar-autotest.el,0

isar/interface-setup.el,0

hol98/x-symbol-hol98.el,0

hol98/hol98.el,0

demoisa/demoisa-easy.el,0

coq/coq-autotest.el,0

ccc/ccc.el,0

acl2/x-symbol-acl2.el,0

acl2/acl2.el,0