aboutsummaryrefslogtreecommitdiffhomepage
path: root/TAGS
blob: ac9c402674f63fd4f8a1133c5969e53b791257c3 (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

ccc/ccc.el,87
(defvar ccc-keywords 17,587
(defvar ccc-tactics 18,613
(defvar ccc-tacticals 19,638

coq/coq-abbrev.el,495
(defun holes-show-doc 12,313
(defun coq-local-vars-list-show-doc 16,390
(defconst coq-tactics-menu21,490
(defconst coq-tactics-abbrev-table26,667
(defconst coq-tacticals-menu29,784
(defconst coq-tacticals-abbrev-table33,893
(defconst coq-commands-menu36,984
(defconst coq-commands-abbrev-table43,1207
(defconst coq-terms-menu46,1296
(defconst coq-terms-abbrev-table51,1434
(defun coq-install-abbrevs 58,1628
(defpgdefault menu-entries78,2365
(defpgdefault help-menu-entries143,4479

coq/coq-db.el,678
(defconst coq-syntax-db 24,596
(defun coq-insert-from-db 70,2319
(defun coq-build-regexp-list-from-db 88,3050
(defun coq-build-opt-regexp-from-db 107,3856
(defun max-length-db 126,4677
(defun coq-build-menu-from-db-internal 138,4952
(defun coq-build-title-menu 175,6493
(defun coq-sort-menu-entries 184,6861
(defun coq-build-menu-from-db 190,6988
(defcustom coq-holes-minor-mode 212,7827
(defun coq-build-abbrev-table-from-db 218,7971
(defun filter-state-preserving 237,8609
(defun filter-state-changing 242,8763
(defface coq-solve-tactics-face249,8984
(defface coq-cheat-face258,9314
(defconst coq-solve-tactics-face 266,9562
(defconst coq-cheat-face 270,9726

coq/coq.el,7421
(defcustom coq-translate-to-v8 56,1700
(defun coq-build-prog-args 62,1880
(defcustom coq-compiler72,2174
(defcustom coq-dependency-analyzer78,2311
(defcustom coq-compile-file-command 84,2451
(defcustom coq-use-makefile 92,2788
(defcustom coq-default-undo-limit 100,3011
(defconst coq-shell-init-cmd105,3139
(defcustom coq-prog-env 113,3404
(defconst coq-shell-restart-cmd 121,3654
(defvar coq-shell-prompt-pattern123,3708
(defvar coq-shell-cd 131,4011
(defvar coq-shell-proof-completed-regexp 135,4171
(defvar coq-goal-regexp138,4326
(defun get-coq-library-directory 143,4422
(defconst coq-library-directory 149,4604
(defcustom coq-tags 152,4730
(defconst coq-interrupt-regexp 157,4878
(defcustom coq-www-home-page 160,4971
(defvar coq-outline-regexp171,5146
(defvar coq-outline-heading-end-regexp 178,5358
(defvar coq-shell-outline-regexp 180,5412
(defvar coq-shell-outline-heading-end-regexp 181,5462
(defconst coq-state-preserving-tactics-regexp184,5526
(defconst coq-state-changing-commands-regexp186,5628
(defconst coq-state-preserving-commands-regexp188,5737
(defconst coq-commands-regexp190,5850
(defvar coq-retractable-instruct-regexp192,5929
(defvar coq-non-retractable-instruct-regexp194,6021
(defcustom coq-use-smie 226,6717
(defconst coq-smie-grammar234,6945
(defun coq-smie-rules 272,8766
(defun coq-set-undo-limit 295,9497
(defun build-list-id-from-string 299,9627
(defun coq-last-prompt-info 311,10125
(defun coq-last-prompt-info-safe 323,10657
(defvar coq-last-but-one-statenum 329,10914
(defvar coq-last-but-one-proofnum 336,11212
(defvar coq-last-but-one-proofstack 339,11310
(defsubst coq-get-span-statenum 342,11420
(defsubst coq-get-span-proofnum 346,11535
(defsubst coq-get-span-proofstack 350,11650
(defsubst coq-set-span-statenum 354,11794
(defsubst coq-get-span-goalcmd 358,11925
(defsubst coq-set-span-goalcmd 362,12039
(defsubst coq-set-span-proofnum 366,12169
(defsubst coq-set-span-proofstack 370,12300
(defsubst proof-last-locked-span 374,12460
(defun proof-clone-buffer 378,12594
(defun proof-store-buffer-win 392,13129
(defun proof-store-response-win 403,13622
(defun proof-store-goals-win 407,13749
(defun coq-set-state-infos 419,14281
(defun count-not-intersection 457,16368
(defun coq-find-and-forget 487,17620
(defvar coq-current-goal 511,18714
(defun coq-goal-hyp 514,18779
(defun coq-state-preserving-p 527,19253
(defconst notation-print-kinds-table541,19567
(defun coq-PrintScope 545,19734
(defun coq-guess-or-ask-for-string 563,20283
(defun coq-ask-do 577,20823
(defsubst coq-put-into-brackets 586,21208
(defsubst coq-put-into-quotes 589,21269
(defun coq-SearchIsos 592,21329
(defun coq-SearchConstant 600,21570
(defun coq-Searchregexp 604,21663
(defun coq-SearchRewrite 610,21806
(defun coq-SearchAbout 614,21903
(defun coq-Print 620,22048
(defun coq-About 625,22173
(defun coq-LocateConstant 630,22293
(defun coq-LocateLibrary 635,22396
(defun coq-LocateNotation 640,22513
(defun coq-Pwd 648,22745
(defun coq-Inspect 653,22869
(defun coq-PrintSection(657,22969
(defun coq-Print-implicit 661,23062
(defun coq-Check 666,23213
(defun coq-Show 671,23321
(defun coq-Compile 685,23764
(defun coq-guess-command-line 697,24082
(defpacustom use-editing-holes 734,25635
(defun coq-mode-config 743,25938
(defun coq-shell-mode-config 839,29424
(defun coq-goals-mode-config 884,31252
(defun coq-response-config 891,31496
(defpacustom print-fully-explicit 916,32321
(defpacustom print-implicit 921,32469
(defpacustom print-coercions 926,32635
(defpacustom print-match-wildcards 931,32779
(defpacustom print-elim-types 936,32959
(defpacustom printing-depth 941,33125
(defpacustom undo-depth 946,33286
(defpacustom time-commands 951,33452
(defpacustom auto-compile-vos 955,33562
(defun coq-maybe-compile-buffer 984,34676
(defun coq-ancestors-of 1020,36204
(defun coq-all-ancestors-of 1043,37168
(defun coq-process-require-command 1054,37515
(defun coq-included-children 1059,37642
(defun coq-process-file 1080,38481
(defgroup coq-auto-recompile 1096,38971
(defcustom coq-recompile-before-require 1101,39126
(defcustom coq-recompile-command 1109,39515
(defconst coq-recompile-substitution-list1129,40467
(defcustom coq-recompile-auto-save 1144,41224
(defcustom coq-recompile-ignore-library-directory 1162,41952
(defcustom coq-recompile-ignored-directories 1169,42229
(defcustom coq-load-path 1180,42825
(defcustom coq-load-path-include-current 1189,43227
(defconst coq-require-command-regexp1197,43529
(defconst coq-require-id-regexp1204,43886
(defvar coq-internal-load-path 1212,44320
(defun time-less-or-equal 1221,44647
(defun get-coq-load-path 1234,45094
(defun coq-recompile-ignore-file 1276,47004
(defun coq-library-src-of-obj-file 1296,47793
(defun coq-get-library-dependencies 1301,48025
(defun coq-recompile-library 1321,49019
(defun coq-recompile-library-if-necessary 1343,49954
(defun coq-make-lib-up-to-date 1360,50709
(defun coq-auto-recompile-externally 1378,51690
(defun coq-split-module-id 1402,52921
(defun coq-check-module 1411,53296
(defun coq-recompile-save-buffer-filter 1442,54799
(defun coq-recompile-save-some-buffers 1452,55217
(defun coq-preprocess-require-commands 1474,56137
(defun coq-preprocessing 1507,57456
(defun coq-fake-constant-markup 1521,57911
(defun coq-create-span-menu 1537,58516
(defconst module-kinds-table1555,59029
(defconst modtype-kinds-table1559,59178
(defun coq-insert-section-or-module 1563,59307
(defconst reqkinds-kinds-table1584,60157
(defun coq-insert-requires 1588,60301
(defun coq-end-Section 1601,60781
(defun coq-insert-intros 1619,61359
(defun coq-insert-infoH-hook 1631,61892
(defun coq-insert-as 1636,62100
(defun coq-insert-match 1653,62793
(defun coq-insert-solve-tactic 1682,63963
(defun coq-insert-tactic 1688,64214
(defun coq-insert-tactical 1694,64416
(defun coq-insert-command 1700,64647
(defun coq-insert-term 1705,64812
(define-key coq-keymap 1710,64973
(define-key coq-keymap 1711,65031
(define-key coq-keymap 1712,65088
(define-key coq-keymap 1713,65157
(define-key coq-keymap 1714,65213
(define-key coq-keymap 1715,65262
(define-key coq-keymap 1716,65320
(define-key coq-keymap 1717,65380
(define-key coq-keymap 1718,65445
(define-key coq-keymap 1721,65573
(define-key coq-keymap 1723,65647
(define-key coq-keymap 1724,65704
(define-key coq-keymap 1728,65829
(define-key coq-keymap 1730,65885
(define-key coq-keymap 1731,65935
(define-key coq-keymap 1732,65985
(define-key coq-keymap 1733,66041
(define-key coq-keymap 1734,66091
(define-key coq-keymap 1735,66145
(define-key coq-keymap 1736,66204
(define-key coq-goals-mode-map 1739,66265
(define-key coq-goals-mode-map 1740,66347
(define-key coq-goals-mode-map 1741,66429
(define-key coq-goals-mode-map 1742,66516
(define-key coq-goals-mode-map 1743,66598
(defvar last-coq-error-location 1752,66900
(defun coq-get-last-error-location 1760,67284
(defun coq-highlight-error 1810,69847
(defun coq-highlight-error-hook 1838,70928
(defun first-word-of-buffer 1848,71145
(defun coq-show-first-goal 1856,71348
(defvar coq-modeline-string2 1873,72043
(defvar coq-modeline-string1 1874,72077
(defvar coq-modeline-string0 1875,72111
(defun coq-build-subgoals-string 1876,72152
(defun coq-update-minor-mode-alist 1881,72318
(defun is-not-split-vertic 1913,73712
(defun optim-resp-windows 1922,74152

coq/coq-indent.el,2515
(defconst coq-any-command-regexp20,368
(defconst coq-indent-inner-regexp23,442
(defconst coq-comment-start-regexp 33,796
(defconst coq-comment-end-regexp 34,839
(defconst coq-comment-start-or-end-regexp35,880
(defconst coq-indent-open-regexp37,988
(defconst coq-indent-close-regexp42,1164
(defconst coq-indent-closepar-regexp 45,1275
(defconst coq-indent-closematch-regexp 46,1320
(defconst coq-indent-openpar-regexp 47,1391
(defconst coq-indent-openmatch-regexp 48,1435
(defconst coq-tacticals-tactics-regex49,1515
(defconst coq-indent-any-regexp51,1634
(defconst coq-indent-kw55,1850
(defconst coq-indent-pattern-regexp 65,2316
(defun coq-indent-goal-command-p 69,2419
(defconst coq-end-command-regexp91,3470
(defun coq-search-comment-delimiter-forward 96,3622
(defun coq-search-comment-delimiter-backward 105,3952
(defun coq-skip-until-one-comment-backward 112,4226
(defun coq-skip-until-one-comment-forward 127,4933
(defun coq-looking-at-comment 138,5451
(defun coq-find-comment-start 142,5592
(defun coq-find-comment-end 153,6025
(defun coq-looking-at-syntactic-context 165,6518
(defconst coq-end-command-or-comment-regexp171,6740
(defconst coq-end-command-or-comment-start-regexp174,6849
(defun coq-find-not-in-comment-backward 178,6967
(defun coq-find-not-in-comment-forward 198,7868
(defun coq-find-command-end-backward 222,9007
(defun coq-find-command-end-forward 231,9398
(defun coq-find-command-end 240,9775
(defun coq-find-current-start 248,10107
(defun coq-find-real-start 257,10398
(defun coq-command-at-point 264,10617
(defun same-line 272,10903
(defun coq-commands-at-line 275,10990
(defun coq-indent-only-spaces-on-line 294,11613
(defun coq-indent-find-reg 300,11890
(defun coq-find-no-syntactic-on-line 314,12426
(defun coq-back-to-indentation-prevline 327,12899
(defun coq-find-unclosed 370,14785
(defun coq-find-at-same-level-zero 400,16095
(defun coq-find-unopened 429,17361
(defun coq-find-last-unopened 472,18795
(defun coq-end-offset 483,19192
(defun coq-add-iter 508,19962
(defun coq-goal-count 511,20068
(defun coq-save-count 513,20140
(defun coq-proof-count 515,20226
(defun coq-goal-save-diff-maybe-proof 519,20401
(defun coq-indent-command-offset 526,20622
(defun coq-indent-expr-offset 558,22225
(defun coq-indent-comment-offset 673,26909
(defun coq-indent-offset 705,28358
(defun coq-indent-calculate 724,29233
(defun coq-indent-line 727,29321
(defun coq-indent-line-not-comments 737,29687
(defun coq-indent-region 747,30076

coq/coq-local-vars.el,280
(defconst coq-local-vars-doc 20,429
(defun coq-insert-coq-prog-name 78,2957
(defun coq-read-directory 89,3430
(defun coq-extract-directories-from-args 113,4533
(defun coq-ask-prog-args 128,5085
(defun coq-ask-prog-name 150,6153
(defun coq-ask-insert-coq-prog-name 167,6864

coq/coq-syntax.el,2771
(defcustom coq-prog-name 18,558
(defcustom coq-user-tactics-db 38,1340
(defcustom coq-user-commands-db 55,1853
(defcustom coq-user-tacticals-db 71,2372
(defcustom coq-user-solve-tactics-db 87,2893
(defcustom coq-user-cheat-tactics-db 103,3412
(defcustom coq-user-reserved-db 122,3958
(defvar coq-tactics-db140,4489
(defvar coq-solve-tactics-db298,12748
(defvar coq-solve-cheat-tactics-db321,13593
(defvar coq-tacticals-db333,13768
(defvar coq-decl-db357,14654
(defvar coq-defn-db382,16110
(defvar coq-goal-starters-db440,20465
(defvar coq-other-commands-db469,22222
(defvar coq-commands-db598,31688
(defvar coq-terms-db605,31908
(defun coq-count-match 667,34523
(defun coq-module-opening-p 683,35252
(defun coq-section-command-p 694,35663
(defun coq-goal-command-str-p 698,35760
(defun coq-goal-command-p 725,36862
(defvar coq-keywords-save-strict734,37145
(defvar coq-keywords-save743,37258
(defun coq-save-command-p 747,37336
(defvar coq-keywords-kill-goal758,37664
(defvar coq-keywords-state-changing-misc-commands762,37754
(defvar coq-keywords-goal765,37879
(defvar coq-keywords-decl768,37962
(defvar coq-keywords-defn771,38036
(defvar coq-keywords-state-changing-commands775,38111
(defvar coq-keywords-state-preserving-commands784,38371
(defvar coq-keywords-commands789,38587
(defvar coq-solve-tactics794,38735
(defvar coq-solve-tactics-regexp798,38856
(defvar coq-solve-cheat-tactics802,38990
(defvar coq-solve-cheat-tactics-regexp806,39135
(defvar coq-tacticals810,39293
(defvar coq-reserved816,39432
(defvar coq-reserved-regexp 826,39759
(defvar coq-state-changing-tactics828,39824
(defvar coq-state-preserving-tactics831,39933
(defvar coq-tactics835,40047
(defvar coq-tactics-regexp 838,40136
(defvar coq-retractable-instruct841,40291
(defvar coq-non-retractable-instruct844,40401
(defvar coq-keywords848,40529
(defun proof-regexp-alt-list-symb 854,40753
(defvar coq-keywords-regexp 857,40858
(defvar coq-symbols860,40926
(defvar coq-error-regexp 879,41139
(defvar coq-id 882,41367
(defvar coq-id-shy 883,41392
(defvar coq-ids 886,41494
(defun coq-first-abstr-regexp 888,41560
(defcustom coq-variable-highlight-enable 891,41655
(defvar coq-font-lock-terms897,41782
(defconst coq-save-command-regexp-strict919,42865
(defconst coq-save-command-regexp925,43035
(defconst coq-save-with-hole-regexp930,43190
(defconst coq-goal-command-regexp934,43350
(defconst coq-goal-with-hole-regexp937,43452
(defconst coq-decl-with-hole-regexp941,43586
(defconst coq-defn-with-hole-regexp948,43836
(defconst coq-with-with-hole-regexp958,44126
(defvar coq-font-lock-keywords-1973,44656
(defvar coq-font-lock-keywords 1001,45991
(defun coq-init-syntax-table 1003,46049
(defconst coq-generic-expression1028,46776

coq/coq-unicode-tokens.el,454
(defconst coq-token-format 39,1427
(defconst coq-token-match 40,1475
(defconst coq-hexcode-match 41,1506
(defun coq-unicode-tokens-set 43,1540
(defcustom coq-token-symbol-map49,1768
(defcustom coq-shortcut-alist165,4719
(defconst coq-control-char-format-regexp254,6737
(defconst coq-control-char-format 258,6862
(defconst coq-control-characters260,6905
(defconst coq-control-region-format-regexp 264,6997
(defconst coq-control-regions266,7080

hol98/hol98.el,121
(defvar hol98-keywords 17,419
(defvar hol98-rules 18,447
(defvar hol98-tactics 19,472
(defvar hol98-tacticals 20,499

isar/isabelle-system.el,1254
(defgroup isabelle 28,797
(defcustom isabelle-web-page32,925
(defcustom isa-isabelle-command41,1142
(defvar isabelle-not-found 59,1824
(defun isa-set-isabelle-command 62,1939
(defun isa-shell-command-to-string 85,2957
(defun isa-getenv 91,3181
(defcustom isabelle-program-name-override 111,3880
(defun isa-tool-list-logics 122,4226
(defcustom isabelle-logics-available 129,4472
(defcustom isabelle-chosen-logic 139,4809
(defvar isabelle-chosen-logic-prev 155,5393
(defun isabelle-hack-local-variables-function 158,5513
(defun isabelle-set-prog-name 170,5952
(defun isabelle-choose-logic 194,7072
(defun isa-view-doc 213,7834
(defun isa-tool-list-docs 220,8060
(defconst isabelle-verbatim-regexp 238,8790
(defun isabelle-verbatim 241,8932
(defcustom isabelle-refresh-logics 248,9093
(defvar isabelle-docs-menu256,9421
(defvar isabelle-logics-menu-entries 263,9706
(defun isabelle-logics-menu-calculate 266,9779
(defvar isabelle-time-to-refresh-logics 287,10421
(defun isabelle-logics-menu-refresh 291,10516
(defun isabelle-menu-bar-update-logics 306,11149
(defun isabelle-load-isar-keywords 322,11778
(defun isabelle-create-span-menu 343,12506
(defun isabelle-xml-sml-escapes 359,12937
(defun isabelle-process-pgip 362,13038

isar/isar-autotest.el,31
(defvar isar-long-tests 8,186

isar/isar.el,1595
(defcustom isar-keywords-name 39,915
(defpgdefault completion-table 55,1426
(defcustom isar-web-page57,1479
(defun isar-strip-terminators 71,1829
(defun isar-markup-ml 83,2185
(defun isar-mode-config-set-variables 88,2320
(defun isar-shell-mode-config-set-variables 153,5119
(defun isar-set-proof-find-theorems-command 235,8305
(defpacustom use-find-theorems-form 241,8489
(defun isar-set-undo-commands 246,8655
(defpacustom use-linear-undo 261,9288
(defun isar-configure-from-settings 266,9446
(defun isar-remove-file 274,9596
(defun isar-shell-compute-new-files-list 286,9900
(define-derived-mode isar-shell-mode 305,10470
(define-derived-mode isar-response-mode 310,10597
(define-derived-mode isar-goals-mode 315,10730
(define-derived-mode isar-mode 320,10856
(defpgdefault menu-entries372,12571
(defun isar-set-command 403,13765
(defpgdefault help-menu-entries 408,13895
(defun isar-count-undos 411,13971
(defun isar-find-and-forget 437,14937
(defun isar-goal-command-p 473,16280
(defun isar-global-save-command-p 478,16457
(defvar isar-current-goal 499,17241
(defun isar-state-preserving-p 502,17307
(defvar isar-shell-current-line-width 527,18156
(defun isar-shell-adjust-line-width 532,18348
(defsubst isar-string-wrapping 555,19113
(defsubst isar-positions-of 564,19307
(defcustom isar-wrap-commands-singly 570,19512
(defun isar-command-wrapping 576,19708
(defun isar-preprocessing 584,20022
(defun isar-mode-config 602,20573
(defun isar-shell-mode-config 616,21226
(defun isar-response-mode-config 626,21575
(defun isar-goals-mode-config 636,21910

isar/isar-find-theorems.el,779
(defvar isar-find-theorems-data 19,565
(defun isar-find-theorems-minibuffer 35,1039
(defun isar-find-theorems-form 49,1658
(defvar isar-find-theorems-widget-number 92,3532
(defvar isar-find-theorems-widget-pattern 95,3630
(defvar isar-find-theorems-widget-intro 98,3722
(defvar isar-find-theorems-widget-elim 101,3808
(defvar isar-find-theorems-widget-dest 104,3892
(defvar isar-find-theorems-widget-name 107,3976
(defvar isar-find-theorems-widget-simp 110,4063
(defun isar-find-theorems-create-searchform115,4209
(defun isar-find-theorems-create-help 255,8752
(defun isar-find-theorems-submit-searchform298,10924
(defun isar-find-theorems-parse-criteria 376,13294
(defun isar-find-theorems-parse-number 469,16275
(defun isar-find-theorems-filter-empty 479,16552

isar/isar-keywords.el,1064
(defconst isar-keywords-major7,222
(defconst isar-keywords-minor280,4856
(defconst isar-keywords-control339,5659
(defconst isar-keywords-diag360,6153
(defconst isar-keywords-theory-begin434,7438
(defconst isar-keywords-theory-switch437,7491
(defconst isar-keywords-theory-end440,7537
(defconst isar-keywords-theory-heading443,7585
(defconst isar-keywords-theory-decl449,7692
(defconst isar-keywords-theory-script552,9481
(defconst isar-keywords-theory-goal555,9544
(defconst isar-keywords-qed583,10059
(defconst isar-keywords-qed-block590,10145
(defconst isar-keywords-qed-global593,10192
(defconst isar-keywords-proof-heading596,10241
(defconst isar-keywords-proof-goal601,10324
(defconst isar-keywords-proof-block606,10401
(defconst isar-keywords-proof-open610,10463
(defconst isar-keywords-proof-close613,10509
(defconst isar-keywords-proof-chain616,10556
(defconst isar-keywords-proof-decl623,10659
(defconst isar-keywords-proof-asm635,10821
(defconst isar-keywords-proof-asm-goal642,10916
(defconst isar-keywords-proof-script648,11005

isar/isar-mmm.el,81
(defconst isar-start-latex-regexp24,744
(defconst isar-start-sml-regexp36,1172

isar/isar-syntax.el,3975
(defconst isar-script-syntax-table-entries18,489
(defconst isar-script-syntax-table-alist42,891
(defun isar-init-syntax-table 51,1174
(defun isar-init-output-syntax-table 59,1421
(defconst isar-keyword-begin 74,1863
(defconst isar-keyword-end 75,1901
(defconst isar-keywords-theory-enclose77,1936
(defconst isar-keywords-theory82,2074
(defconst isar-keywords-save87,2205
(defconst isar-keywords-proof-enclose92,2320
(defconst isar-keywords-proof98,2481
(defconst isar-keywords-proof-context105,2658
(defconst isar-keywords-local-goal109,2765
(defconst isar-keywords-proper113,2870
(defconst isar-keywords-improper118,2989
(defconst isar-keyword-level-alist123,3121
(defconst isar-keywords-outline 138,3592
(defconst isar-keywords-indent-open141,3668
(defconst isar-keywords-indent-close148,3854
(defconst isar-keywords-indent-enclose153,3987
(defconst isar-ext-first 163,4216
(defconst isar-ext-rest 164,4283
(defconst isar-long-id-stuff 166,4355
(defconst isar-id 167,4429
(defconst isar-idx 168,4499
(defconst isar-string 170,4558
(defun isar-ids-to-regexp 172,4618
(defconst isar-any-command-regexp204,6410
(defconst isar-name-regexp211,6783
(defconst isar-improper-regexp217,7078
(defconst isar-save-command-regexp221,7226
(defconst isar-global-save-command-regexp224,7327
(defconst isar-goal-command-regexp227,7441
(defconst isar-local-goal-command-regexp230,7549
(defconst isar-comment-start 233,7662
(defconst isar-comment-end 234,7697
(defconst isar-comment-start-regexp 235,7730
(defconst isar-comment-end-regexp 236,7801
(defconst isar-string-start-regexp 238,7869
(defconst isar-string-end-regexp 239,7921
(defun isar-syntactic-context 241,7972
(defconst isar-antiq-regexp256,8367
(defconst isar-nesting-regexp262,8518
(defun isar-nesting 265,8616
(defun isar-match-nesting 277,9009
(defface isabelle-string-face 289,9343
(defface isabelle-quote-face 297,9543
(defface isabelle-class-name-face305,9739
(defface isabelle-tfree-name-face313,9926
(defface isabelle-tvar-name-face321,10119
(defface isabelle-free-name-face329,10311
(defface isabelle-bound-name-face337,10499
(defface isabelle-var-name-face345,10690
(defconst isabelle-string-face 353,10881
(defconst isabelle-quote-face 354,10935
(defconst isabelle-class-name-face 355,10988
(defconst isabelle-tfree-name-face 356,11050
(defconst isabelle-tvar-name-face 357,11112
(defconst isabelle-free-name-face 358,11173
(defconst isabelle-bound-name-face 359,11234
(defconst isabelle-var-name-face 360,11296
(defun isar-font-lock-fontify-syntactically-region 366,11445
(defvar isar-font-lock-keywords-1401,12721
(defun isar-output-flkprops 419,13729
(defun isar-output-flk 425,13981
(defvar isar-output-font-lock-keywords-1428,14090
(defun isar-strip-output-markup 464,15513
(defconst isar-shell-font-lock-keywords468,15649
(defvar isar-goals-font-lock-keywords471,15733
(defconst isar-linear-undo 505,16412
(defconst isar-undo 507,16455
(defconst isar-pr509,16498
(defun isar-remove 516,16656
(defun isar-undos 519,16731
(defun isar-cannot-undo 529,16965
(defconst isar-undo-commands532,17035
(defconst isar-theory-start-regexp540,17172
(defconst isar-end-regexp546,17330
(defconst isar-undo-fail-regexp550,17431
(defconst isar-undo-skip-regexp554,17535
(defconst isar-undo-ignore-regexp557,17656
(defconst isar-undo-remove-regexp560,17721
(defconst isar-keywords-imenu568,17878
(defconst isar-entity-regexp 575,18069
(defconst isar-named-entity-regexp578,18165
(defconst isar-named-entity-name-match-number583,18295
(defconst isar-generic-expression586,18396
(defconst isar-indent-any-regexp597,18630
(defconst isar-indent-inner-regexp599,18723
(defconst isar-indent-enclose-regexp601,18789
(defconst isar-indent-open-regexp603,18905
(defconst isar-indent-close-regexp605,19015
(defconst isar-outline-regexp611,19152
(defconst isar-outline-heading-end-regexp 615,19305
(defconst isar-outline-heading-alist 617,19354

isar/isar-unicode-tokens.el,1363
(defgroup isabelle-tokens 25,672
(defun isar-set-and-restart-tokens 30,812
(defconst isar-control-region-format-regexp43,1165
(defconst isar-control-char-format-regexp46,1259
(defconst isar-control-char-format	52,1406
(defconst isar-control-region-format-start 53,1455
(defconst isar-control-region-format-end 54,1509
(defcustom isar-control-characters57,1565
(defcustom isar-control-regions71,1978
(defconst isar-token-format 97,2790
(defconst isar-token-variant-format-regexp101,2941
(defcustom isar-greek-letters-tokens104,3055
(defcustom isar-misc-letters-tokens144,3913
(defcustom isar-symbols-tokens156,4231
(defcustom isar-extended-symbols-tokens362,9042
(defun isar-try-char 431,10697
(defcustom isar-symbols-tokens-fallbacks435,10841
(defcustom isar-bold-nums-tokens462,11771
(defun isar-map-letters 478,12160
(defconst isar-script-letters-tokens 484,12308
(defconst isar-roman-letters-tokens 489,12462
(defconst isar-fraktur-uppercase-letters-tokens 494,12636
(defconst isar-fraktur-lowercase-letters-tokens 499,12805
(defcustom isar-token-symbol-map 504,12996
(defcustom isar-user-tokens 521,13537
(defun isar-init-token-symbol-map 535,13977
(defcustom isar-symbol-shortcuts560,14626
(defcustom isar-shortcut-alist 632,16825
(defun isar-init-shortcut-alists 640,17084
(defconst isar-tokens-customizable-variables661,17747

lego/lego.el,1636
(defcustom lego-tags 21,534
(defcustom lego-test-all-name 26,670
(defpgdefault help-menu-entries32,828
(defpgdefault menu-entries36,988
(defvar lego-shell-handle-output47,1289
(defconst lego-process-config55,1587
(defconst lego-pretty-set-width 66,2018
(defconst lego-interrupt-regexp 70,2160
(defcustom lego-www-home-page 75,2277
(defcustom lego-www-latest-release80,2401
(defcustom lego-www-refcard86,2576
(defcustom lego-library-www-page92,2725
(defvar lego-prog-name 101,2941
(defvar lego-shell-cd 104,3010
(defvar lego-shell-proof-completed-regexp 107,3109
(defvar lego-save-command-regexp110,3249
(defvar lego-goal-command-regexp112,3339
(defvar lego-kill-goal-command 115,3430
(defvar lego-forget-id-command 116,3473
(defvar lego-undoable-commands-regexp118,3519
(defvar lego-goal-regexp 127,3893
(defvar lego-outline-regexp129,3938
(defvar lego-outline-heading-end-regexp 135,4113
(defvar lego-shell-outline-regexp 137,4166
(defvar lego-shell-outline-heading-end-regexp 138,4218
(define-derived-mode lego-shell-mode 144,4497
(define-derived-mode lego-mode 151,4658
(define-derived-mode lego-goals-mode 162,4968
(defun lego-count-undos 173,5394
(defun lego-goal-command-p 192,6131
(defun lego-find-and-forget 197,6302
(defun lego-goal-hyp 239,8138
(defun lego-state-preserving-p 248,8335
(defvar lego-shell-current-line-width 264,9038
(defun lego-shell-adjust-line-width 272,9345
(defun lego-mode-config 289,10046
(defun lego-equal-module-filename 357,12097
(defun lego-shell-compute-new-files-list 363,12372
(defun lego-shell-mode-config 373,12755
(defun lego-goals-mode-config 420,14422

lego/lego-syntax.el,600
(defconst lego-keywords-goal 15,358
(defconst lego-keywords-save 17,401
(defconst lego-commands19,472
(defconst lego-keywords31,1030
(defconst lego-tacticals 36,1207
(defconst lego-error-regexp 39,1315
(defvar lego-id 42,1473
(defvar lego-ids 44,1500
(defconst lego-arg-list-regexp 48,1696
(defun lego-decl-defn-regexp 51,1812
(defconst lego-definiendum-alternative-regexp59,2184
(defvar lego-font-lock-terms63,2368
(defconst lego-goal-with-hole-regexp89,3221
(defconst lego-save-with-hole-regexp94,3443
(defvar lego-font-lock-keywords-199,3660
(defun lego-init-syntax-table 110,4122

phox/phox.el,555
(defcustom phox-prog-name 32,916
(defcustom phox-web-page37,1018
(defcustom phox-doc-dir43,1168
(defcustom phox-lib-dir49,1315
(defcustom phox-tags-program55,1458
(defcustom phox-tags-doc61,1637
(defcustom phox-etags67,1774
(defpgdefault menu-entries88,2224
(defun phox-config 102,2417
(defun phox-shell-config 146,4343
(define-derived-mode phox-mode 170,5205
(define-derived-mode phox-shell-mode 186,5668
(define-derived-mode phox-response-mode 191,5796
(define-derived-mode phox-goals-mode 201,6157
(defpgdefault completion-table224,6943

phox/phox-extraction.el,383
(defvar phox-prog-orig 19,619
(defun phox-prog-flags-modify(21,687
(defun phox-prog-flags-extract(50,1488
(defun phox-prog-flags-erase(61,1778
(defun phox-toggle-extraction(69,1974
(defun phox-compile-theorem(81,2376
(defun phox-compile-theorem-on-cursor(87,2601
(defun phox-output 103,3079
(defun phox-output-theorem 113,3291
(defun phox-output-theorem-on-cursor(120,3590

phox/phox-font.el,231
(defvar phox-sym-lock-enabled 1,0
(defvar phox-sym-lock-color 2,60
(defvar phox-sym-lock-keywords 3,118
(defconst phox-font-lock-keywords11,511
(defconst phox-sym-lock-keywords-table70,2628
(defun phox-sym-lock-start 93,3202

phox/phox-fun.el,1659
(defconst phox-forget-id-command 11,186
(defconst phox-forget-proof-command 12,232
(defconst phox-forget-new-elim-command 13,287
(defconst phox-forget-new-intro-command 14,345
(defconst phox-forget-new-equation-command 15,405
(defconst phox-forget-close-def-command 16,471
(defconst phox-comments-regexp 18,597
(defconst phox-strict-comments-regexp 20,776
(defconst phox-ident-regexp 21,941
(defconst phox-inductive-option 22,1027
(defconst phox-spaces-regexp 23,1079
(defconst phox-sy-definition-regexp 24,1122
(defconst phox-sy-inductive-regexp 28,1309
(defconst phox-inductive-regexp 34,1522
(defconst phox-data-regexp 40,1673
(defconst phox-definition-regexp 46,1827
(defconst phox-prove-claim-regexp 50,1971
(defconst phox-new-elim-regexp 54,2077
(defconst phox-new-intro-regexp 57,2196
(defconst phox-new-rewrite-regexp 60,2317
(defconst phox-new-equation-regexp 63,2442
(defconst phox-close-def-regexp 66,2569
(defun phox-init-syntax-table 71,2706
(defvar phox-top-keywords87,3178
(defvar phox-proof-keywords135,3633
(defun phox-find-and-forget 176,3983
(defalias 'phox-assert-next-command-interactive phox-assert-next-command-interactive255,6399
(defun phox-depend-theorem(274,7365
(defun phox-eshow-extlist(283,7654
(defun phox-flag-name(297,8251
(defun phox-path(308,8553
(defun phox-print-expression(319,8789
(defun phox-print-sort-expression(332,9245
(defun phox-priority-symbols-list(343,9557
(defun phox-search-string(355,9929
(defun phox-constraints(370,10454
(defun phox-goals(381,10710
(defvar phox-state-menu393,10919
(defun phox-delete-symbol(418,11909
(defun phox-delete-symbol-on-cursor(424,12117

phox/phox-lang.el,323
(defvar phox-lang9,306
(defun phox-lang-absurd 17,535
(defun phox-lang-suppress 22,629
(defun phox-lang-opendef 27,826
(defun phox-lang-instance 32,944
(defun phox-lang-open-instance 37,1073
(defun phox-lang-lock 42,1222
(defun phox-lang-unlock 47,1352
(defun phox-lang-prove 52,1488
(defun phox-lang-let 57,1622

phox/phox-outline.el,254
(defconst phox-outline-title-regexp 20,745
(defconst phox-outline-section-regexp 21,810
(defconst phox-outline-save-regexp 22,866
(defconst phox-outline-heading-end-regexp 39,1409
(defun phox-outline-level(45,1584
(defun phox-setup-outline 59,2058

phox/phox-pbrpm.el,513
(defun phox-pbrpm-left-paren-p 39,1671
(defun phox-pbrpm-right-paren-p 46,1874
(defun phox-pbrpm-menu-from-string 54,2078
(defun phox-pbrpm-rename-in-cmd 63,2410
(defun phox-pbrpm-get-region-name 96,3658
(defun  phox-pbrpm-escape-string 99,3785
(defun phox-pbrpm-generate-menu 103,3920
(defalias 'proof-pbrpm-generate-menu proof-pbrpm-generate-menu310,11400
(defalias 'proof-pbrpm-left-paren-p proof-pbrpm-left-paren-p311,11464
(defalias 'proof-pbrpm-right-paren-p proof-pbrpm-right-paren-p312,11526

phox/phox-sym-lock.el,1398
(defcustom phox-sym-lock-enabled 19,871
(defvar phox-sym-lock-sym-count 59,2452
(defvar phox-sym-lock-ext-start 62,2522
(defvar phox-sym-lock-ext-end 64,2644
(defvar phox-sym-lock-font-size 67,2763
(defvar phox-sym-lock-keywords 72,2953
(defvar phox-sym-lock-enabled 77,3129
(defvar phox-sym-lock-color 82,3291
(defvar phox-sym-lock-mouse-face 87,3509
(defvar phox-sym-lock-mouse-face-enabled 92,3699
(defconst phox-sym-lock-with-mule 97,3889
(defun phox-sym-lock-gen-symbol 100,3973
(defun phox-sym-lock-make-symbols-atomic 108,4275
(defun phox-sym-lock-compute-font-size 135,5216
(defvar phox-sym-lock-font-name173,6635
(defun phox-sym-lock-set-foreground 216,8233
(defun phox-sym-lock-translate-char 230,8842
(defun phox-sym-lock-translate-char-or-string 239,9159
(defun phox-sym-lock-remap-face 246,9387
(defvar phox-sym-lock-clear-face266,10375
(defun phox-sym-lock 278,10794
(defun phox-sym-lock-rec 287,11198
(defun phox-sym-lock-atom-face 293,11343
(defun phox-sym-lock-pre-idle-hook-first 298,11639
(defun phox-sym-lock-pre-idle-hook-last 308,12044
(defun phox-sym-lock-enable 317,12419
(defun phox-sym-lock-disable 330,12830
(defun phox-sym-lock-mouse-face-enable 343,13246
(defun phox-sym-lock-mouse-face-disable 350,13461
(defun phox-sym-lock-font-lock-hook 357,13680
(defun font-lock-set-defaults 372,14371
(defun phox-sym-lock-patch-keywords 384,14798

phox/phox-tags.el,305
(defun phox-tags-add-table(26,869
(defun phox-tags-reset-table(35,1264
(defun phox-tags-add-doc-table(40,1374
(defun phox-tags-add-lib-table(46,1523
(defun phox-tags-add-local-table(52,1658
(defun phox-tags-create-local-table(58,1841
(defun phox-complete-tag(69,2091
(defvar phox-tags-menu76,2200

generic/pg-assoc.el,81
(defun proof-associated-buffers 33,973
(defun proof-associated-windows 43,1183

generic/pg-autotest.el,874
(defconst pg-autotest-debug 27,679
(defvar pg-autotest-success 32,752
(defvar pg-autotest-log 35,839
(defun pg-autotest-find-file 49,1272
(defun pg-autotest-find-file-restart 56,1538
(defmacro pg-autotest 70,2012
(defun pg-autotest-log 97,2733
(defun pg-autotest-message 105,2957
(defun pg-autotest-remark 114,3246
(defun pg-autotest-timestart 117,3327
(defun pg-autotest-timetaken 122,3510
(defun pg-autotest-exit 133,3874
(defun pg-autotest-test-process-wholefile 144,4225
(defun pg-autotest-test-script-wholefile 152,4512
(defun pg-autotest-test-script-randomjumps 177,5444
(defun pg-autotest-test-retract-file 226,7001
(defun pg-autotest-test-assert-processed 232,7142
(defun pg-autotest-test-assert-full 238,7368
(defun pg-autotest-test-assert-unprocessed 245,7609
(defun pg-autotest-test-eval 252,7874
(defun pg-autotest-test-quit-prover 256,7973

generic/pg-custom.el,599
(defpgcustom script-indent 37,1198
(defconst proof-toolbar-entries-default42,1335
(defpgcustom toolbar-entries 70,3068
(defpgcustom prog-args 89,3801
(defpgcustom prog-env 102,4376
(defpgcustom favourites 111,4803
(defpgcustom menu-entries 116,4992
(defpgcustom help-menu-entries 123,5228
(defpgcustom keymap 130,5491
(defpgcustom completion-table 135,5662
(defpgcustom tags-program 146,6036
(defpgcustom use-holes 155,6420
(defpgcustom one-command-per-line162,6678
(defpgcustom maths-menu-enable 173,6914
(defpgcustom unicode-tokens-enable 179,7094
(defpgcustom mmm-enable 185,7301

generic/pg-goals.el,285
(define-derived-mode proof-goals-mode 29,734
(define-key proof-goals-mode-map 56,1592
(define-key proof-goals-mode-map 58,1708
(define-key proof-goals-mode-map 59,1776
(defun proof-goals-config-done 68,1923
(defun pg-goals-display 76,2189
(defun pg-goals-button-action 117,3493

generic/pg-movie.el,334
(defconst pg-movie-xml-header 33,944
(defconst pg-movie-stylesheet35,1002
(defun pg-movie-stylesheet-location 38,1101
(defvar pg-movie-frame 42,1209
(defun pg-movie-of-span 44,1263
(defun pg-movie-of-region 80,2383
(defun pg-movie-export 87,2571
(defun pg-movie-export-from 109,3175
(defun pg-movie-export-directory 120,3496

generic/pg-pamacs.el,486
(defmacro deflocal 35,1132
(deflocal proof-buffer-type 42,1370
(defmacro proof-ass-sym 50,1506
(defmacro proof-ass-symv 56,1765
(defmacro proof-ass 62,2023
(defun proof-defpgcustom-fn 68,2275
(defun undefpgcustom 89,3145
(defmacro defpgcustom 95,3369
(defun proof-defpgdefault-fn 106,3780
(defmacro defpgdefault 120,4238
(defmacro defpgfun 131,4600
(defun proof-defpacustom-fn 145,4999
(defmacro defpacustom 212,7292
(defmacro proof-eval-when-ready-for-assistant 233,8239

generic/pg-pbrpm.el,1808
(defvar pg-pbrpm-use-buffer-menu 45,1207
(defvar pg-pbrpm-start-goal-regexp 48,1329
(defvar pg-pbrpm-start-goal-regexp-par-num 52,1486
(defvar pg-pbrpm-end-goal-regexp 55,1609
(defvar pg-pbrpm-start-hyp-regexp 59,1761
(defvar pg-pbrpm-start-hyp-regexp-par-num 63,1922
(defvar pg-pbrpm-start-concl-regexp 67,2129
(defvar pg-pbrpm-auto-select-regexp 71,2293
(defvar pg-pbrpm-buffer-menu 78,2454
(defvar pg-pbrpm-spans 79,2488
(defvar pg-pbrpm-goal-description 80,2516
(defvar pg-pbrpm-windows-dialog-bug 81,2555
(defvar pbrpm-menu-desc 82,2596
(defun pg-pbrpm-erase-buffer-menu 84,2626
(defun pg-pbrpm-menu-change-hook 90,2798
(defun pg-pbrpm-create-reset-buffer-menu 108,3373
(defun pg-pbrpm-analyse-goal-buffer 127,4215
(defun pg-pbrpm-button-action 187,6620
(defun pg-pbrpm-exists 194,6846
(defun pg-pbrpm-eliminate-id 198,6958
(defun pg-pbrpm-build-menu 206,7204
(defun pg-pbrpm-setup-span 269,9524
(defun pg-pbrpm-run-command 329,11823
(defun pg-pbrpm-get-pos-info 362,13348
(defun pg-pbrpm-get-region-info 404,14647
(defun pg-pbrpm-auto-select-around-point 415,15059
(defun pg-pbrpm-translate-position 430,15583
(defun pg-pbrpm-process-click 438,15837
(defvar pg-pbrpm-remember-region-selected-region 458,16862
(defvar pg-pbrpm-regions-list 459,16916
(defun pg-pbrpm-erase-regions-list 461,16952
(defun pg-pbrpm-filter-regions-list 470,17260
(defface pg-pbrpm-multiple-selection-face477,17523
(defface pg-pbrpm-menu-input-face485,17725
(defun pg-pbrpm-do-remember-region 493,17915
(defun pg-pbrpm-remember-region-drag-up-hook 514,18763
(defun pg-pbrpm-remember-region-click-hook 518,18934
(defun pg-pbrpm-remember-region 523,19119
(defun pg-pbrpm-process-region 537,19833
(defun pg-pbrpm-process-regions-list 555,20562
(defun pg-pbrpm-region-expression 559,20745

generic/pg-pgip.el,2931
(defalias 'pg-pgip-debug pg-pgip-debug38,1032
(defalias 'pg-pgip-error pg-pgip-error39,1073
(defalias 'pg-pgip-warning pg-pgip-warning40,1108
(defconst pg-pgip-version-supported 42,1158
(defun pg-pgip-process-packet 46,1264
(defvar pg-pgip-last-seen-id 56,1832
(defvar pg-pgip-last-seen-seq 57,1866
(defun pg-pgip-process-pgip 59,1902
(defun pg-pgip-process-msg 78,2842
(defvar pg-pgip-post-process-functions93,3433
(defun pg-pgip-post-process 103,3908
(defun pg-pgip-process-askpgip 120,4523
(defun pg-pgip-process-usespgip 126,4727
(defun pg-pgip-process-usespgml 130,4891
(defun pg-pgip-process-pgmlconfig 134,5055
(defun pg-pgip-process-proverinfo 150,5672
(defun pg-pgip-process-hasprefs 167,6337
(defun pg-pgip-haspref 181,6969
(defun pg-pgip-process-prefval 198,7671
(defun pg-pgip-process-guiconfig 225,8379
(defvar proof-assistant-idtables 232,8496
(defun pg-pgip-process-ids 235,8613
(defun pg-complete-idtable-symbol 261,9685
(defalias 'pg-pgip-process-setids pg-pgip-process-setids266,9777
(defalias 'pg-pgip-process-addids pg-pgip-process-addids267,9833
(defalias 'pg-pgip-process-delids pg-pgip-process-delids268,9889
(defun pg-pgip-process-idvalue 271,9947
(defun pg-pgip-process-menuadd 283,10293
(defun pg-pgip-process-menudel 286,10336
(defun pg-pgip-process-ready 295,10568
(defun pg-pgip-process-cleardisplay 298,10609
(defun pg-pgip-process-proofstate 312,11066
(defun pg-pgip-process-normalresponse 316,11143
(defun pg-pgip-process-errorresponse 320,11273
(defun pg-pgip-process-scriptinsert 324,11402
(defun pg-pgip-process-metainforesponse 329,11536
(defun pg-pgip-file-of-url 338,11776
(defun pg-pgip-process-informfileloaded 343,11911
(defun pg-pgip-process-informfileretracted 349,12143
(defun pg-pgip-process-brokerstatus 362,12590
(defun pg-pgip-process-proveravailmsg 365,12638
(defun pg-pgip-process-newprovermsg 368,12688
(defun pg-pgip-process-proverstatusmsg 371,12736
(defvar pg-pgip-srcids 380,12982
(defun pg-pgip-process-newfile 384,13089
(defun pg-pgip-process-filestatus 400,13671
(defun pg-pgip-process-newobj 420,14325
(defun pg-pgip-process-delobj 423,14367
(defun pg-pgip-process-objectstatus 426,14409
(defun pg-pgip-process-parsescript 440,14761
(defun pg-pgip-get-pgiptype 463,15635
(defun pg-pgip-default-for 484,16498
(defun pg-pgip-subst-for 497,16893
(defun pg-pgip-interpret-value 510,17263
(defun pg-pgip-interpret-choice 529,17988
(defun pg-pgip-string-of-command 560,19005
(defconst pg-pgip-id577,19766
(defvar pg-pgip-refseq 583,20046
(defvar pg-pgip-refid 585,20143
(defvar pg-pgip-seq 588,20235
(defun pg-pgip-assemble-packet 590,20299
(defun pg-pgip-issue 608,21110
(defun pg-pgip-maybe-askpgip 625,21722
(defun pg-pgip-askprefs 631,21913
(defun pg-pgip-askids 635,22027
(defun pg-pgip-reset 648,22315
(defconst pg-pgip-start-element-regexp 679,23013
(defconst pg-pgip-end-element-regexp 680,23065

generic/pg-response.el,1291
(deflocal pg-response-eagerly-raise 32,788
(define-derived-mode proof-response-mode 42,1013
(define-key proof-response-mode-map 69,1950
(define-key proof-response-mode-map 70,2021
(define-key proof-response-mode-map 71,2075
(defun proof-response-config-done 75,2161
(defvar pg-response-special-display-regexp 86,2507
(defconst proof-multiframe-parameters90,2674
(defun proof-multiple-frames-enable 99,2964
(defun proof-three-window-enable 109,3292
(defun proof-select-three-b 112,3355
(defun proof-display-three-b 127,3846
(defvar pg-frame-configuration 138,4236
(defun pg-cache-frame-configuration 142,4383
(defun proof-layout-windows 146,4554
(defun proof-delete-other-frames 186,6341
(defvar pg-response-erase-flag 217,7429
(defun pg-response-maybe-erase221,7558
(defun pg-response-display 251,8662
(defun pg-response-display-with-face 276,9445
(defun pg-response-clear-displays 304,10291
(defun pg-response-message 317,10810
(defun pg-response-warning 323,11045
(defun proof-next-error 338,11451
(defun pg-response-has-error-location 416,14260
(defvar proof-trace-last-fontify-pos 438,15073
(defun proof-trace-fontify-pos 440,15116
(defun proof-trace-buffer-display 448,15429
(defun proof-trace-buffer-finish 459,15773
(defun pg-thms-buffer-clear 477,16116

generic/pg-user.el,3635
(defun proof-script-new-command-advance 42,1231
(defun proof-maybe-follow-locked-end 66,2156
(defun proof-goto-command-start 92,2992
(defun proof-goto-command-end 115,3939
(defun proof-forward-command 130,4361
(defun proof-backward-command 151,5082
(defun proof-goto-point 162,5296
(defun proof-assert-next-command-interactive 176,5730
(defun proof-assert-until-point-interactive 188,6216
(defun proof-process-buffer 194,6446
(defun proof-undo-last-successful-command 212,6958
(defun proof-undo-and-delete-last-successful-command 217,7120
(defun proof-undo-last-successful-command-1 229,7641
(defun proof-retract-buffer 246,8305
(defun proof-retract-current-goal 255,8589
(defun proof-mouse-goto-point 274,9109
(defvar proof-minibuffer-history 289,9385
(defun proof-minibuffer-cmd 292,9480
(defun proof-frob-locked-end 331,10887
(defmacro proof-if-setting-configured 367,11988
(defmacro proof-define-assistant-command 375,12257
(defmacro proof-define-assistant-command-witharg 388,12712
(defun proof-issue-new-command 408,13534
(defun proof-cd-sync 448,14757
(defun proof-electric-terminator-enable 499,16356
(defun proof-electric-terminator 507,16660
(defun proof-add-completions 531,17440
(defun proof-script-complete 554,18263
(defun pg-copy-span-contents 568,18572
(defun pg-numth-span-higher-or-lower 582,18996
(defun pg-control-span-of 608,19742
(defun pg-move-span-contents 614,19946
(defun pg-fixup-children-spans 665,22064
(defun pg-move-region-down 675,22321
(defun pg-move-region-up 684,22614
(defun pg-pos-for-event 698,22888
(defun pg-span-for-event 704,23109
(defun pg-span-context-menu 708,23253
(defun pg-toggle-visibility 724,23770
(defun pg-create-in-span-context-menu 733,24077
(defun pg-span-undo 757,25009
(defun pg-goals-buffers-hint 770,25247
(defun pg-slow-fontify-tracing-hint 774,25429
(defun pg-response-buffers-hint 778,25600
(defun pg-jump-to-end-hint 790,26015
(defun pg-processing-complete-hint 794,26144
(defun pg-next-error-hint 811,26864
(defun pg-hint 816,27016
(defun pg-identifier-under-mouse-query 827,27365
(defun pg-identifier-near-point-query 838,27689
(defvar proof-query-identifier-history 867,28612
(defun proof-query-identifier 870,28699
(defun pg-identifier-query 881,29055
(defun proof-imenu-enable 914,30203
(defvar pg-input-ring 950,31506
(defvar pg-input-ring-index 953,31563
(defvar pg-stored-incomplete-input 956,31635
(defun pg-previous-input 959,31738
(defun pg-next-input 973,32201
(defun pg-delete-input 978,32323
(defun pg-get-old-input 991,32661
(defun pg-restore-input 1005,33052
(defun pg-search-start 1016,33342
(defun pg-regexp-arg 1028,33834
(defun pg-search-arg 1040,34282
(defun pg-previous-matching-input-string-position 1054,34699
(defun pg-previous-matching-input 1081,35864
(defun pg-next-matching-input 1100,36714
(defvar pg-matching-input-from-input-string 1108,37097
(defun pg-previous-matching-input-from-input 1112,37211
(defun pg-next-matching-input-from-input 1130,37976
(defun pg-add-to-input-history 1141,38355
(defun pg-remove-from-input-history 1153,38808
(defun  pg-clear-input-ring 1164,39188
(define-key proof-mode-map 1181,39658
(define-key proof-mode-map 1182,39718
(defun pg-protected-undo 1184,39790
(defun pg-protected-undo-1 1214,41084
(defun next-undo-elt 1245,42521
(defvar proof-autosend-timer 1272,43477
(deflocal proof-autosend-modified-tick 1274,43538
(defun proof-autosend-enable 1278,43660
(defun proof-autosend-delay 1292,44203
(defun proof-autosend-loop 1296,44336
(defun proof-autosend-loop-all 1310,44896
(defun proof-autosend-loop-next 1334,45676

generic/pg-vars.el,1500
(defvar proof-assistant-cusgrp 22,388
(defvar proof-assistant-internals-cusgrp 28,648
(defvar proof-assistant 34,918
(defvar proof-assistant-symbol 39,1141
(defvar proof-mode-for-shell 52,1683
(defvar proof-mode-for-response 57,1873
(defvar proof-mode-for-goals 62,2099
(defvar proof-mode-for-script 67,2288
(defvar proof-ready-for-assistant-hook 72,2465
(defvar proof-shell-busy 83,2753
(defvar proof-shell-last-queuemode 101,3424
(defvar proof-included-files-list 105,3579
(defvar proof-script-buffer 127,4598
(defvar proof-previous-script-buffer 130,4690
(defvar proof-shell-buffer 134,4863
(defvar proof-goals-buffer 137,4949
(defvar proof-response-buffer 140,5004
(defvar proof-trace-buffer 143,5065
(defvar proof-thms-buffer 147,5219
(defvar proof-shell-error-or-interrupt-seen 151,5374
(defvar pg-response-next-error 156,5598
(defvar proof-shell-proof-completed 159,5705
(defvar proof-shell-silent 173,6090
(defvar proof-shell-last-prompt 176,6178
(defvar proof-shell-last-output 180,6348
(defvar proof-shell-last-output-kind 184,6488
(defvar proof-assistant-settings 204,7252
(defvar pg-tracing-slow-mode 212,7700
(defvar proof-nesting-depth 215,7789
(defvar proof-last-theorem-dependencies 222,8024
(defvar proof-autosend-running 226,8186
(defvar proof-next-command-on-new-line 231,8385
(defcustom proof-general-name 242,8619
(defcustom proof-general-home-page247,8776
(defcustom proof-unnamed-theorem-name253,8936
(defcustom proof-universal-keys259,9120

generic/pg-xml.el,1177
(defalias 'pg-xml-error pg-xml-error18,381
(defun pg-xml-parse-string 41,1023
(defun pg-xml-parse-buffer 51,1335
(defun pg-xml-get-attr 70,1950
(defun pg-xml-child-elts 78,2252
(defun pg-xml-child-elt 83,2457
(defun pg-xml-get-child 91,2739
(defun pg-xml-get-text-content 101,3106
(defmacro pg-xml-attr 112,3456
(defmacro pg-xml-node 114,3518
(defconst pg-xml-header117,3610
(defun pg-xml-string-of 121,3686
(defun pg-xml-output-internal 132,4053
(defun pg-xml-cdata 166,5192
(defsubst pg-pgip-get-area 174,5385
(defun pg-pgip-get-icon 177,5502
(defsubst pg-pgip-get-name 181,5650
(defsubst pg-pgip-get-version 184,5767
(defsubst pg-pgip-get-descr 187,5890
(defsubst pg-pgip-get-thmname 190,6009
(defsubst pg-pgip-get-thyname 193,6132
(defsubst pg-pgip-get-url 196,6255
(defsubst pg-pgip-get-srcid 199,6370
(defsubst pg-pgip-get-proverid 202,6489
(defsubst pg-pgip-get-symname 205,6614
(defsubst pg-pgip-get-prefcat 208,6734
(defsubst pg-pgip-get-default 211,6862
(defsubst pg-pgip-get-objtype 214,6985
(defsubst pg-pgip-get-value 217,7108
(defalias 'pg-pgip-get-displaytext pg-pgip-get-displaytext220,7178
(defun pg-pgip-get-pgmltext 222,7237

generic/proof-autoloads.el,97
(defsubst proof-shell-live-buffer 687,22247
(defsubst proof-replace-regexp-in-string 840,27747

generic/proof-auxmodes.el,149
(defun proof-mmm-support-available 20,495
(defun proof-maths-menu-support-available 44,1114
(defun proof-unicode-tokens-support-available 58,1531

generic/proof-config.el,7852
(defgroup prover-config 80,2632
(defcustom proof-guess-command-line 98,3482
(defcustom proof-assistant-home-page 113,3977
(defcustom proof-context-command 119,4147
(defcustom proof-info-command 124,4281
(defcustom proof-showproof-command 131,4552
(defcustom proof-goal-command 136,4688
(defcustom proof-save-command 144,4985
(defcustom proof-find-theorems-command 152,5294
(defcustom proof-query-identifier-command 159,5602
(defcustom proof-assistant-true-value 173,6291
(defcustom proof-assistant-false-value 179,6481
(defcustom proof-assistant-format-int-fn 185,6675
(defcustom proof-assistant-format-float-fn 192,6924
(defcustom proof-assistant-format-string-fn 199,7179
(defcustom proof-assistant-setting-format 206,7446
(defgroup proof-script 228,8141
(defcustom proof-terminal-string 233,8271
(defcustom proof-electric-terminator-noterminator 243,8659
(defcustom proof-script-sexp-commands 248,8831
(defcustom proof-script-command-end-regexp 259,9290
(defcustom proof-script-command-start-regexp 277,10111
(defcustom proof-script-integral-proofs 288,10574
(defcustom proof-script-fly-past-comments 303,11230
(defcustom proof-script-parse-function 308,11401
(defcustom proof-script-comment-start 326,12046
(defcustom proof-script-comment-start-regexp 337,12483
(defcustom proof-script-comment-end 345,12802
(defcustom proof-script-comment-end-regexp 357,13224
(defcustom proof-string-start-regexp 365,13537
(defcustom proof-string-end-regexp 370,13702
(defcustom proof-case-fold-search 375,13863
(defcustom proof-save-command-regexp 384,14275
(defcustom proof-save-with-hole-regexp 389,14385
(defcustom proof-save-with-hole-result 400,14760
(defcustom proof-goal-command-regexp 410,15200
(defcustom proof-goal-with-hole-regexp 418,15487
(defcustom proof-goal-with-hole-result 430,15930
(defcustom proof-non-undoables-regexp 439,16304
(defcustom proof-nested-undo-regexp 450,16759
(defcustom proof-ignore-for-undo-count 466,17471
(defcustom proof-script-imenu-generic-expression 474,17774
(defcustom proof-goal-command-p 482,18113
(defcustom proof-really-save-command-p 493,18604
(defcustom proof-completed-proof-behaviour 502,18911
(defcustom proof-count-undos-fn 530,20260
(defcustom proof-find-and-forget-fn 542,20811
(defcustom proof-forget-id-command 559,21520
(defcustom pg-topterm-goalhyplit-fn 569,21878
(defcustom proof-kill-goal-command 581,22413
(defcustom proof-undo-n-times-cmd 595,22917
(defcustom proof-nested-goals-history-p 609,23454
(defcustom proof-arbitrary-undo-positions 618,23791
(defcustom proof-state-preserving-p 632,24372
(defcustom proof-activate-scripting-hook 642,24844
(defcustom proof-deactivate-scripting-hook 661,25625
(defcustom proof-script-evaluate-elisp-comment-regexp 670,25955
(defcustom proof-indent 688,26541
(defcustom proof-indent-hang 693,26648
(defcustom proof-indent-enclose-offset 698,26774
(defcustom proof-indent-open-offset 703,26916
(defcustom proof-indent-close-offset 708,27053
(defcustom proof-indent-any-regexp 713,27191
(defcustom proof-indent-inner-regexp 718,27351
(defcustom proof-indent-enclose-regexp 723,27505
(defcustom proof-indent-open-regexp 728,27659
(defcustom proof-indent-close-regexp 733,27811
(defcustom proof-script-font-lock-keywords 739,27965
(defcustom proof-script-syntax-table-entries 747,28317
(defcustom proof-script-span-context-menu-extensions 765,28713
(defgroup proof-shell 791,29473
(defcustom proof-prog-name 801,29643
(defcustom proof-shell-auto-terminate-commands 812,30063
(defcustom proof-shell-pre-sync-init-cmd 821,30468
(defcustom proof-shell-init-cmd 835,31026
(defcustom proof-shell-init-hook 847,31572
(defcustom proof-shell-restart-cmd 852,31711
(defcustom proof-shell-quit-cmd 857,31866
(defcustom proof-shell-quit-timeout 862,32033
(defcustom proof-shell-cd-cmd 871,32424
(defcustom proof-shell-start-silent-cmd 888,33095
(defcustom proof-shell-stop-silent-cmd 897,33471
(defcustom proof-shell-silent-threshold 906,33806
(defcustom  proof-shell-inform-file-processed-cmd 914,34140
(defcustom  proof-shell-inform-file-retracted-cmd 935,35068
(defcustom proof-auto-multiple-files 963,36340
(defcustom proof-cannot-reopen-processed-files 978,37061
(defcustom proof-shell-require-command-regexp 992,37727
(defcustom proof-done-advancing-require-function 1003,38189
(defcustom proof-shell-annotated-prompt-regexp 1015,38549
(defcustom proof-shell-error-regexp 1030,39114
(defcustom proof-shell-truncate-before-error 1050,39916
(defcustom pg-next-error-regexp 1064,40455
(defcustom pg-next-error-filename-regexp 1079,41064
(defcustom pg-next-error-extract-filename 1103,42097
(defcustom proof-shell-interrupt-regexp 1110,42340
(defcustom proof-shell-proof-completed-regexp 1124,42935
(defcustom proof-shell-clear-response-regexp 1137,43443
(defcustom proof-shell-clear-goals-regexp 1149,43895
(defcustom proof-shell-start-goals-regexp 1161,44341
(defcustom proof-shell-end-goals-regexp 1169,44708
(defcustom proof-shell-eager-annotation-start 1183,45281
(defcustom proof-shell-eager-annotation-start-length 1206,46300
(defcustom proof-shell-eager-annotation-end 1217,46726
(defcustom proof-shell-strip-output-markup 1233,47401
(defcustom proof-shell-assumption-regexp 1242,47786
(defcustom proof-shell-process-file 1252,48190
(defcustom proof-shell-retract-files-regexp 1278,49266
(defcustom proof-shell-compute-new-files-list 1291,49754
(defcustom pg-special-char-regexp 1306,50321
(defcustom proof-shell-set-elisp-variable-regexp 1311,50465
(defcustom proof-shell-match-pgip-cmd 1349,52131
(defcustom proof-shell-issue-pgip-cmd 1363,52613
(defcustom proof-use-pgip-askprefs 1368,52778
(defcustom proof-shell-query-dependencies-cmd 1376,53125
(defcustom proof-shell-theorem-dependency-list-regexp 1383,53385
(defcustom proof-shell-theorem-dependency-list-split 1399,54045
(defcustom proof-shell-show-dependency-cmd 1408,54468
(defcustom proof-shell-trace-output-regexp 1430,55374
(defcustom proof-shell-thms-output-regexp 1448,55968
(defcustom proof-tokens-activate-command 1461,56351
(defcustom proof-tokens-deactivate-command 1468,56591
(defcustom proof-tokens-extra-modes 1475,56836
(defcustom proof-shell-unicode 1490,57341
(defcustom proof-shell-filename-escapes 1499,57731
(defcustom proof-shell-process-connection-type 1516,58411
(defcustom proof-shell-strip-crs-from-input 1522,58602
(defcustom proof-shell-strip-crs-from-output 1534,59085
(defcustom proof-shell-extend-queue-hook 1542,59453
(defcustom proof-shell-insert-hook 1550,59820
(defcustom proof-script-preprocess 1591,61780
(defcustom proof-shell-handle-delayed-output-hook1597,61931
(defcustom proof-shell-handle-error-or-interrupt-hook1603,62146
(defcustom proof-shell-pre-interrupt-hook1621,62892
(defcustom proof-shell-handle-output-system-specific 1629,63163
(defcustom proof-state-change-hook 1652,64136
(defcustom proof-shell-syntax-table-entries 1662,64529
(defgroup proof-goals 1680,64900
(defcustom pg-subterm-first-special-char 1685,65021
(defcustom pg-subterm-anns-use-stack 1693,65333
(defcustom pg-goals-change-goal 1702,65632
(defcustom pbp-goal-command 1707,65748
(defcustom pbp-hyp-command 1712,65904
(defcustom pg-subterm-help-cmd 1717,66066
(defcustom pg-goals-error-regexp 1724,66302
(defcustom proof-shell-result-start 1729,66462
(defcustom proof-shell-result-end 1735,66696
(defcustom pg-subterm-start-char 1741,66909
(defcustom pg-subterm-sep-char 1752,67383
(defcustom pg-subterm-end-char 1758,67562
(defcustom pg-topterm-regexp 1764,67719
(defcustom proof-goals-font-lock-keywords 1779,68319
(defcustom proof-response-font-lock-keywords 1787,68678
(defcustom proof-shell-font-lock-keywords 1795,69040
(defcustom pg-before-fontify-output-hook 1806,69554
(defcustom pg-after-fontify-output-hook 1814,69915

generic/proof-depends.el,917
(defvar proof-thm-names-of-files 25,639
(defvar proof-def-names-of-files 31,923
(defun proof-depends-module-name-for-buffer 42,1238
(defun proof-depends-module-of 52,1679
(defun proof-depends-names-in-same-file 60,1970
(defun proof-depends-process-dependencies 79,2578
(defun proof-dependency-in-span-context-menu 132,4313
(defun proof-dep-alldeps-menu 155,5203
(defun proof-dep-make-alldeps-menu 161,5429
(defun proof-dep-split-deps 179,5924
(defun proof-dep-make-submenu 198,6590
(defun proof-make-highlight-depts-menu 209,7001
(defun proof-goto-dependency 220,7309
(defun proof-show-dependency 227,7561
(defconst pg-dep-span-priority 234,7850
(defconst pg-ordinary-span-priority 235,7886
(defun proof-highlight-depcs 237,7928
(defun proof-highlight-depts 248,8394
(defun proof-depends-save-old-face 260,8904
(defun proof-depends-restore-old-face 265,9081
(defun proof-dep-unhighlight 271,9310

generic/proof-easy-config.el,192
(defconst proof-easy-config-derived-modes-table16,544
(defun proof-easy-config-define-derived-modes 23,950
(defun proof-easy-config-check-setup 52,2135
(defmacro proof-easy-config 84,3465

generic/proof-faces.el,1809
(defgroup proof-faces 29,809
(defconst pg-defface-window-systems36,989
(defmacro proof-face-specs 49,1551
(defface proof-queue-face64,2003
(defface proof-locked-face72,2281
(defface proof-declaration-name-face82,2602
(defface proof-tacticals-name-face91,2888
(defface proof-tactics-name-face100,3150
(defface proof-error-face109,3415
(defface proof-warning-face117,3636
(defface proof-eager-annotation-face126,3893
(defface proof-debug-message-face134,4111
(defface proof-boring-face142,4310
(defface proof-mouse-highlight-face150,4502
(defface proof-command-mouse-highlight-face158,4720
(defface proof-region-mouse-highlight-face166,4959
(defface proof-highlight-dependent-face174,5201
(defface proof-highlight-dependency-face182,5408
(defface proof-active-area-face190,5605
(defface proof-script-sticky-error-face198,5917
(defface proof-script-highlight-error-face206,6146
(defconst proof-face-compat-doc 218,6491
(defconst proof-queue-face 219,6571
(defconst proof-locked-face 220,6639
(defconst proof-declaration-name-face 221,6709
(defconst proof-tacticals-name-face 222,6799
(defconst proof-tactics-name-face 223,6885
(defconst proof-error-face 224,6967
(defconst proof-script-sticky-error-face 225,7035
(defconst proof-script-highlight-error-face 226,7131
(defconst proof-warning-face 227,7233
(defconst proof-eager-annotation-face 228,7305
(defconst proof-debug-message-face 229,7395
(defconst proof-boring-face 230,7479
(defconst proof-mouse-highlight-face 231,7549
(defconst proof-command-mouse-highlight-face 232,7637
(defconst proof-region-mouse-highlight-face 233,7741
(defconst proof-highlight-dependent-face 234,7843
(defconst proof-highlight-dependency-face 235,7939
(defconst proof-active-area-face 236,8037
(defconst proof-script-error-face 237,8117

generic/proof-indent.el,219
(defun proof-indent-indent 19,449
(defun proof-indent-offset 28,715
(defun proof-indent-inner-p 45,1316
(defun proof-indent-goto-prev 54,1616
(defun proof-indent-calculate 61,1949
(defun proof-indent-line 82,2708

generic/proof-maths-menu.el,83
(defun proof-maths-menu-set-global 32,906
(defun proof-maths-menu-enable 46,1357

generic/proof-menu.el,2215
(defvar proof-display-some-buffers-count 36,815
(defun proof-display-some-buffers 38,860
(defun proof-menu-define-keys 95,2987
(defun proof-menu-define-main 153,5812
(defvar proof-menu-favourites 162,5997
(defvar proof-menu-settings 165,6104
(defun proof-menu-define-specific 169,6193
(defun proof-assistant-menu-update 212,7455
(defvar proof-help-menu226,7888
(defvar proof-show-hide-menu234,8158
(defvar proof-buffer-menu245,8582
(defun proof-keep-response-history 308,10898
(defconst proof-quick-opts-menu316,11208
(defun proof-quick-opts-vars 534,20114
(defun proof-quick-opts-changed-from-defaults-p 566,21054
(defun proof-quick-opts-changed-from-saved-p 570,21159
(defun proof-set-document-centred 578,21315
(defun proof-set-non-document-centred 591,21741
(defun proof-quick-opts-save 610,22452
(defun proof-quick-opts-reset 615,22620
(defconst proof-config-menu627,22888
(defconst proof-advanced-menu634,23067
(defvar proof-menu652,23751
(defun proof-main-menu 661,24033
(defun proof-aux-menu 673,24372
(defun proof-menu-define-favourites-menu 689,24718
(defun proof-def-favourite 709,25367
(defvar proof-make-favourite-cmd-history 736,26360
(defvar proof-make-favourite-menu-history 739,26445
(defun proof-save-favourites 742,26531
(defun proof-del-favourite 747,26679
(defun proof-read-favourite 764,27235
(defun proof-add-favourite 788,28009
(defun proof-menu-define-settings-menu 815,29054
(defun proof-menu-entry-name 848,30185
(defun proof-menu-entry-for-setting 858,30535
(defun proof-settings-vars 881,31172
(defun proof-settings-changed-from-defaults-p 886,31349
(defun proof-settings-changed-from-saved-p 890,31455
(defun proof-settings-save 894,31558
(defun proof-settings-reset 899,31725
(defun proof-assistant-invisible-command-ifposs 904,31888
(defun proof-maybe-askprefs 926,32858
(defun proof-assistant-settings-cmd 932,33051
(defun proof-assistant-settings-cmds 940,33335
(defvar proof-assistant-format-table950,33677
(defun proof-assistant-format-bool 959,34103
(defun proof-assistant-format-int 962,34216
(defun proof-assistant-format-float 965,34308
(defun proof-assistant-format-string 968,34404
(defun proof-assistant-format 971,34502

generic/proof-mmm.el,70
(defun proof-mmm-set-global 43,1439
(defun proof-mmm-enable 58,1978

generic/proof-script.el,5553
(deflocal proof-active-buffer-fake-minor-mode 46,1413
(deflocal proof-script-buffer-file-name 49,1539
(deflocal pg-script-portions 56,1949
(defun proof-next-element-count 66,2169
(defun proof-element-id 72,2411
(defun proof-next-element-id 76,2580
(deflocal proof-locked-span 112,3884
(deflocal proof-queue-span 119,4150
(deflocal proof-overlay-arrow 128,4636
(defun proof-span-give-warning 134,4763
(defun proof-span-read-only 140,4943
(defun proof-strict-read-only 149,5316
(defsubst proof-set-queue-endpoints 159,5694
(defun proof-set-overlay-arrow 163,5835
(defsubst proof-set-locked-endpoints 174,6173
(defsubst proof-detach-queue 179,6349
(defsubst proof-detach-locked 184,6488
(defsubst proof-set-queue-start 191,6713
(defsubst proof-set-locked-end 195,6839
(defsubst proof-set-queue-end 207,7309
(defun proof-init-segmentation 218,7606
(defun proof-colour-locked 248,8857
(defun proof-colour-locked-span 255,9130
(defun proof-sticky-errors 261,9403
(defun proof-restart-buffers 274,9819
(defun proof-script-buffers-with-spans 296,10638
(defun proof-script-remove-all-spans-and-deactivate 306,10994
(defun proof-script-clear-queue-spans-on-error 310,11184
(defun proof-script-delete-spans 336,12201
(defun proof-script-delete-secondary-spans 341,12400
(defun proof-unprocessed-begin 354,12689
(defun proof-script-end 362,12943
(defun proof-queue-or-locked-end 371,13253
(defun proof-locked-region-full-p 390,13846
(defun proof-locked-region-empty-p 399,14118
(defun proof-only-whitespace-to-locked-region-p 403,14268
(defun proof-in-locked-region-p 413,14617
(defun proof-goto-end-of-locked 425,14874
(defun proof-goto-end-of-locked-if-pos-not-visible-in-window 442,15633
(defun proof-goto-end-of-locked-on-error-if-pos-not-visible-in-window 453,16114
(defun proof-end-of-locked-visible-p 465,16654
(defconst pg-idioms 484,17247
(defconst pg-all-idioms 487,17343
(defun pg-clear-script-portions 491,17464
(defun pg-remove-element 497,17699
(defun pg-get-element 505,18002
(defun pg-add-element 515,18317
(defun pg-invisible-prop 563,20294
(defun pg-set-element-span-invisible 568,20495
(defun pg-toggle-element-span-visibility 581,21061
(defun pg-open-invisible-span 586,21222
(defun pg-make-element-invisible 591,21393
(defun pg-make-element-visible 596,21604
(defun pg-toggle-element-visibility 601,21798
(defun pg-show-all-portions 607,22061
(defun pg-show-all-proofs 626,22769
(defun pg-hide-all-proofs 631,22897
(defun pg-add-proof-element 636,23028
(defun pg-span-name 651,23815
(defvar pg-span-context-menu-keymap684,25022
(defun pg-last-output-displayform 691,25260
(defun pg-set-span-helphighlights 714,26151
(defun proof-complete-buffer-atomic 772,28128
(defun proof-register-possibly-new-processed-file801,29398
(defun proof-query-save-this-buffer-p 847,31272
(defun proof-inform-prover-file-retracted 852,31497
(defun proof-auto-retract-dependencies 872,32348
(defun proof-unregister-buffer-file-name 926,34898
(defconst proof-no-fully-processed-buffer 972,36723
(defun proof-protected-process-or-retract 980,37178
(defun proof-deactivate-scripting-auto 1007,38348
(defun proof-deactivate-scripting 1016,38706
(defun proof-activate-scripting 1159,44398
(defun proof-toggle-active-scripting 1260,48918
(defun proof-done-advancing 1299,50163
(defun proof-done-advancing-comment 1378,53148
(defun proof-done-advancing-save 1412,54534
(defun proof-make-goalsave1500,57898
(defun proof-get-name-from-goal 1518,58763
(defun proof-done-advancing-autosave 1538,59788
(defun proof-done-advancing-other 1602,62284
(defun proof-segment-up-to-parser 1631,63248
(defun proof-script-generic-parse-find-comment-end 1700,65514
(defun proof-script-generic-parse-cmdend 1709,65928
(defun proof-script-generic-parse-cmdstart 1760,67824
(defun proof-script-generic-parse-sexp 1799,69424
(defun proof-semis-to-vanillas 1811,69890
(defun proof-next-command-new-line 1864,71563
(defun proof-script-next-command-advance 1869,71769
(defun proof-assert-until-point 1888,72269
(defun proof-assert-electric-terminator 1903,72896
(defun proof-assert-semis 1946,74528
(defun proof-retract-before-change 1960,75269
(defun proof-insert-pbp-command 1980,75865
(defun proof-insert-sendback-command 1995,76368
(defun proof-done-retracting 2021,77271
(defun proof-setup-retract-action 2056,78725
(defun proof-last-goal-or-goalsave 2068,79330
(defun proof-retract-target 2092,80242
(defun proof-retract-until-point-interactive 2171,83495
(defun proof-retract-until-point 2180,83902
(define-derived-mode proof-mode 2235,85910
(defun proof-script-set-visited-file-name 2271,87292
(defun proof-script-set-buffer-hooks 2293,88305
(defun proof-script-kill-buffer-fn 2301,88723
(defun proof-config-done-related 2333,90040
(defun proof-generic-goal-command-p 2398,92525
(defun proof-generic-state-preserving-p 2403,92738
(defun proof-generic-count-undos 2412,93255
(defun proof-generic-find-and-forget 2443,94383
(defconst proof-script-important-settings2494,96155
(defun proof-config-done 2509,96701
(defun proof-setup-parsing-mechanism 2576,98866
(defun proof-setup-imenu 2600,99938
(deflocal proof-segment-up-to-cache 2627,100716
(deflocal proof-segment-up-to-cache-start 2628,100757
(deflocal proof-last-edited-low-watermark 2629,100802
(defun proof-segment-up-to-using-cache 2639,101289
(defun proof-segment-cache-contents-for 2667,102291
(defun proof-script-after-change-function 2679,102660
(defun proof-script-set-after-change-functions 2691,103167

generic/proof-shell.el,3598
(defvar proof-marker 34,743
(defvar proof-action-list 37,839
(defsubst proof-shell-invoke-callback 57,1593
(defvar proof-shell-last-goals-output 71,2085
(defvar proof-shell-last-response-output 74,2165
(defvar proof-shell-delayed-output-start 77,2252
(defvar proof-shell-delayed-output-end 81,2434
(defvar proof-shell-delayed-output-flags 85,2614
(defvar proof-shell-interrupt-pending 88,2739
(defcustom proof-shell-active-scripting-indicator99,3034
(defun proof-shell-ready-prover 151,4618
(defsubst proof-shell-live-buffer 165,5157
(defun proof-shell-available-p 172,5396
(defun proof-grab-lock 178,5618
(defun proof-release-lock 188,6047
(defcustom proof-shell-fiddle-frames 198,6221
(defun proof-shell-set-text-representation 203,6379
(defun proof-shell-start 211,6707
(defvar proof-shell-kill-function-hooks 385,12532
(defun proof-shell-kill-function 388,12630
(defun proof-shell-clear-state 441,14525
(defun proof-shell-exit 457,15000
(defun proof-shell-bail-out 470,15504
(defun proof-shell-restart 480,16026
(defvar proof-shell-urgent-message-marker 521,17398
(defvar proof-shell-urgent-message-scanner 524,17519
(defun proof-shell-handle-error-output 528,17704
(defun proof-shell-handle-error-or-interrupt 554,18566
(defun proof-shell-error-or-interrupt-action 597,20315
(defun proof-goals-pos 624,21412
(defun proof-pbp-focus-on-first-goal 629,21623
(defsubst proof-shell-string-match-safe 641,22039
(defun proof-shell-handle-immediate-output 645,22200
(defun proof-interrupt-process 712,24807
(defun proof-shell-insert 746,26040
(defun proof-shell-action-list-item 797,27866
(defun proof-shell-set-silent 802,28108
(defun proof-shell-start-silent-item 808,28327
(defun proof-shell-clear-silent 814,28516
(defun proof-shell-stop-silent-item 820,28738
(defsubst proof-shell-should-be-silent 826,28927
(defsubst proof-shell-insert-action-item 837,29437
(defsubst proof-shell-slurp-comments 841,29612
(defun proof-add-to-queue 852,30017
(defun proof-start-queue 910,32041
(defun proof-extend-queue 921,32435
(defun proof-shell-exec-loop 936,32948
(defun proof-shell-insert-loopback-cmd 1004,35251
(defun proof-shell-process-urgent-message 1029,36415
(defun proof-shell-process-urgent-message-default 1078,38135
(defun proof-shell-process-urgent-message-trace 1094,38719
(defun proof-shell-process-urgent-message-retract 1107,39278
(defun proof-shell-process-urgent-message-elisp 1128,40126
(defun proof-shell-process-urgent-message-thmdeps 1143,40621
(defun proof-shell-strip-eager-annotations 1157,41000
(defun proof-shell-filter 1173,41500
(defun proof-shell-filter-first-command 1273,44872
(defun proof-shell-process-urgent-messages 1288,45415
(defun proof-shell-filter-manage-output 1338,46981
(defsubst proof-shell-display-output-as-response 1370,48228
(defun proof-shell-handle-delayed-output 1376,48523
(defvar pg-last-tracing-output-time 1471,51982
(defconst pg-slow-mode-duration 1474,52088
(defconst pg-fast-tracing-mode-threshold 1477,52170
(defvar pg-tracing-cleanup-timer 1480,52298
(defun pg-tracing-tight-loop 1482,52337
(defun pg-finish-tracing-display 1525,54049
(defun proof-shell-wait 1543,54413
(defun proof-done-invisible 1573,55618
(defun proof-shell-invisible-command 1579,55788
(defun proof-shell-invisible-cmd-get-result 1626,57380
(defun proof-shell-invisible-command-invisible-result 1638,57816
(defun pg-insert-last-output-as-comment 1658,58317
(define-derived-mode proof-shell-mode 1677,58789
(defconst proof-shell-important-settings1714,59816
(defun proof-shell-config-done 1720,59931

generic/proof-site.el,665
(defconst proof-assistant-table-default26,770
(defconst proof-general-short-version59,1765
(defconst proof-general-version-year 65,1952
(defgroup proof-general 72,2105
(defgroup proof-general-internals 77,2213
(defun proof-home-directory-fn 90,2601
(defcustom proof-home-directory101,2973
(defcustom proof-images-directory110,3339
(defcustom proof-info-directory116,3541
(defcustom proof-assistant-table145,4518
(defcustom proof-assistants 182,5686
(defun proof-ready-for-assistant 211,6840
(defvar proof-general-configured-provers 263,9132
(defun proof-chose-prover 333,11655
(defun proofgeneral 338,11787
(defun proof-visit-example-file 347,12105

generic/proof-splash.el,991
(defcustom proof-splash-enable 34,1007
(defcustom proof-splash-time 39,1159
(defcustom proof-splash-contents47,1443
(defconst proof-splash-startup-msg91,3008
(defconst proof-splash-welcome 100,3386
(define-derived-mode proof-splash-mode 103,3490
(define-key proof-splash-mode-map 109,3664
(define-key proof-splash-mode-map 110,3716
(defsubst proof-emacs-imagep 115,3843
(defun proof-get-image 120,3968
(defvar proof-splash-timeout-conf 142,4768
(defun proof-splash-centre-spaces 145,4881
(defun proof-splash-remove-screen 172,6037
(defun proof-splash-remove-buffer 189,6693
(defvar proof-splash-seen 200,7081
(defun proof-splash-insert-contents 203,7183
(defun proof-splash-display-screen 243,8313
(defalias 'pg-about pg-about279,9835
(defun proof-splash-message 282,9901
(defun proof-splash-timeout-waiter 295,10345
(defvar proof-splash-old-frame-title-format 308,10903
(defun proof-splash-set-frame-titles 310,10953
(defun proof-splash-unset-frame-titles 319,11268

generic/proof-syntax.el,1278
(defsubst proof-ids-to-regexp 22,516
(defsubst proof-anchor-regexp 29,754
(defconst proof-no-regexp 33,859
(defsubst proof-regexp-alt 36,950
(defsubst proof-regexp-alt-list 45,1262
(defsubst proof-re-search-forward-region 49,1397
(defsubst proof-search-forward 62,1895
(defsubst proof-replace-regexp-in-string 69,2165
(defsubst proof-re-search-forward 74,2416
(defsubst proof-re-search-backward 79,2674
(defsubst proof-re-search-forward-safe 84,2935
(defsubst proof-string-match 90,3216
(defsubst proof-string-match-safe 95,3445
(defsubst proof-stringfn-match 99,3649
(defsubst proof-looking-at 106,3912
(defsubst proof-looking-at-safe 111,4099
(defun proof-buffer-syntactic-context 120,4312
(defsubst proof-looking-at-syntactic-context-default 141,5174
(defun proof-looking-at-syntactic-context 150,5529
(defun proof-inside-comment 159,5991
(defun proof-inside-string 165,6164
(defsubst proof-replace-string 175,6363
(defsubst proof-replace-regexp 180,6567
(defsubst proof-replace-regexp-nocasefold 185,6776
(defvar proof-id 195,7064
(defsubst proof-ids 201,7284
(defun proof-zap-commas 208,7536
(defadvice font-lock-fontify-keywords-region234,8422
(defun proof-format 250,9018
(defun proof-format-filename 269,9657
(defun proof-insert 316,11059

generic/proof-toolbar.el,2332
(defun proof-toolbar-function 33,812
(defun proof-toolbar-icon 37,959
(defun proof-toolbar-enabler 41,1106
(defun proof-toolbar-make-icon 50,1308
(defun proof-toolbar-make-toolbar-items 59,1616
(defvar proof-toolbar-map 85,2492
(defun proof-toolbar-available-p 88,2591
(defun proof-toolbar-setup 98,2897
(defun proof-toolbar-enable 119,3754
(defalias 'proof-toolbar-undo proof-toolbar-undo152,4812
(defun proof-toolbar-undo-enable-p 154,4880
(defalias 'proof-toolbar-delete proof-toolbar-delete161,5038
(defun proof-toolbar-delete-enable-p 163,5119
(defalias 'proof-toolbar-home proof-toolbar-home171,5301
(defalias 'proof-toolbar-next proof-toolbar-next175,5368
(defun proof-toolbar-next-enable-p 177,5439
(defalias 'proof-toolbar-goto proof-toolbar-goto183,5555
(defun proof-toolbar-goto-enable-p 185,5605
(defalias 'proof-toolbar-retract proof-toolbar-retract190,5690
(defun proof-toolbar-retract-enable-p 192,5747
(defalias 'proof-toolbar-use proof-toolbar-use198,5866
(defalias 'proof-toolbar-use-enable-p proof-toolbar-use-enable-p199,5918
(defalias 'proof-toolbar-restart proof-toolbar-restart203,5999
(defalias 'proof-toolbar-goal proof-toolbar-goal207,6064
(defalias 'proof-toolbar-qed proof-toolbar-qed211,6122
(defun proof-toolbar-qed-enable-p 213,6171
(defalias 'proof-toolbar-state proof-toolbar-state221,6333
(defalias 'proof-toolbar-state-enable-p proof-toolbar-state-enable-p222,6376
(defalias 'proof-toolbar-context proof-toolbar-context226,6455
(defalias 'proof-toolbar-context-enable-p proof-toolbar-context-enable-p227,6501
(defalias 'proof-toolbar-command proof-toolbar-command231,6582
(defalias 'proof-toolbar-command-enable-p proof-toolbar-command-enable-p232,6638
(defun proof-toolbar-help 236,6743
(defalias 'proof-toolbar-find proof-toolbar-find242,6823
(defalias 'proof-toolbar-find-enable-p proof-toolbar-find-enable-p243,6875
(defalias 'proof-toolbar-info proof-toolbar-info247,6950
(defalias 'proof-toolbar-info-enable-p proof-toolbar-info-enable-p248,7005
(defalias 'proof-toolbar-visibility proof-toolbar-visibility252,7103
(defun proof-toolbar-visibility-enable-p 254,7163
(defalias 'proof-toolbar-interrupt proof-toolbar-interrupt259,7277
(defun proof-toolbar-interrupt-enable-p 260,7338
(defun proof-toolbar-scripting-menu 268,7491

generic/proof-unicode-tokens.el,497
(defvar proof-unicode-tokens-initialised 31,827
(defun proof-unicode-tokens-init 34,934
(defun proof-unicode-tokens-configure 48,1436
(defun proof-unicode-tokens-mode-if-enabled 60,1882
(defun proof-unicode-tokens-set-global 66,2081
(defun proof-unicode-tokens-enable 82,2651
(defun proof-unicode-tokens-reconfigure 102,3504
(defun proof-unicode-tokens-configure-prover 128,4392
(defun proof-unicode-tokens-activate-prover 133,4573
(defun proof-unicode-tokens-deactivate-prover 140,4819

generic/proof-useropts.el,1575
(defgroup proof-user-options 21,558
(defun proof-set-value 29,737
(defcustom proof-electric-terminator-enable 62,1860
(defcustom proof-toolbar-enable 74,2392
(defcustom proof-imenu-enable 80,2565
(defcustom pg-show-hints 86,2736
(defcustom proof-shell-quiet-errors 91,2869
(defcustom proof-trace-output-slow-catchup 98,3140
(defcustom proof-strict-state-preserving 108,3637
(defcustom proof-strict-read-only 121,4246
(defcustom proof-three-window-enable 134,4825
(defcustom proof-multiple-frames-enable 153,5575
(defcustom proof-delete-empty-windows 162,5908
(defcustom proof-shrink-windows-tofit 173,6439
(defcustom proof-auto-raise-buffers 180,6711
(defcustom proof-colour-locked 187,6946
(defcustom proof-sticky-errors 195,7196
(defcustom proof-query-file-save-when-activating-scripting202,7413
(defcustom proof-prog-name-ask218,8133
(defcustom proof-prog-name-guess224,8293
(defcustom proof-tidy-response232,8558
(defcustom proof-keep-response-history246,9021
(defcustom pg-input-ring-size 256,9409
(defcustom proof-general-debug 261,9561
(defcustom proof-use-parser-cache 270,9932
(defcustom proof-follow-mode 277,10186
(defcustom proof-auto-action-when-deactivating-scripting 301,11363
(defcustom proof-rsh-command 329,12546
(defcustom proof-disappearing-proofs 345,13096
(defcustom proof-full-annotation 350,13257
(defcustom proof-minibuffer-messages 359,13627
(defcustom proof-autosend-enable 367,13936
(defcustom proof-autosend-delay 373,14116
(defcustom proof-autosend-all 379,14274
(defcustom proof-fast-process-buffer 384,14443

generic/proof-utils.el,1567
(defmacro proof-with-current-buffer-if-exists 61,1729
(defmacro proof-with-script-buffer 70,2106
(defmacro proof-map-buffers 81,2487
(defmacro proof-sym 86,2672
(defsubst proof-try-require 91,2833
(defun proof-save-some-buffers 104,3164
(defun proof-save-this-buffer 124,3760
(defun proof-file-truename 137,4124
(defun proof-files-to-buffers 141,4306
(defun proof-buffers-in-mode 149,4545
(defun pg-save-from-death 163,4995
(defun proof-define-keys 182,5611
(defun pg-remove-specials 193,5896
(defun pg-remove-specials-in-string 203,6232
(defun proof-safe-split-window-vertically 213,6457
(defun proof-warn-if-unset 219,6655
(defun proof-get-window-for-buffer 224,6873
(defun proof-display-and-keep-buffer 273,9183
(defun proof-clean-buffer 315,10906
(defun pg-internal-warning 331,11562
(defun proof-debug 339,11844
(defun proof-switch-to-buffer 354,12388
(defun proof-resize-window-tofit 376,13512
(defun proof-submit-bug-report 471,17360
(defun proof-deftoggle-fn 506,18717
(defmacro proof-deftoggle 521,19383
(defun proof-defintset-fn 532,19896
(defmacro proof-defintset 548,20600
(defun proof-defstringset-fn 555,20979
(defmacro proof-defstringset 568,21605
(defun proof-escape-keymap-doc 581,22061
(defmacro proof-defshortcut 585,22215
(defmacro proof-definvisible 600,22813
(defun pg-custom-save-vars 627,23742
(defun pg-custom-reset-vars 643,24386
(defun proof-locate-executable 656,24723
(defun pg-current-word-pos 671,25273
(defsubst proof-shell-strip-output-markup 716,26928
(defun proof-minibuffer-message 722,27192

lib/bufhist.el,1257
(defun bufhist-ring-update 38,1391
(defgroup bufhist 47,1713
(defcustom bufhist-ring-size 51,1794
(defvar bufhist-ring 56,1905
(defvar bufhist-ring-pos 59,1979
(defvar bufhist-lastswitch-modified-tick 62,2058
(defvar bufhist-read-only-history 65,2164
(defvar bufhist-saved-mode-line-format 68,2235
(defvar bufhist-normal-read-only 71,2338
(defvar bufhist-top-point 74,2432
(defun bufhist-mode-line-format-entry 77,2522
(defconst bufhist-minor-mode-map106,3596
(define-minor-mode bufhist-mode119,4073
(defun bufhist-get-buffer-contents 141,4954
(defun bufhist-restore-buffer-contents 150,5296
(defun bufhist-checkpoint 159,5610
(defun bufhist-erase-buffer 167,5979
(defun bufhist-checkpoint-and-erase 178,6350
(defun bufhist-switch-to-index 184,6536
(defun bufhist-first 223,8135
(defun bufhist-last 228,8294
(defun bufhist-prev 233,8438
(defun bufhist-next 241,8661
(defun bufhist-delete 246,8801
(defun bufhist-clear 258,9342
(defun bufhist-init 273,9737
(defun bufhist-exit 301,10746
(defun bufhist-set-readwrite 311,11010
(defun bufhist-before-change-function 326,11630
(define-button-type 'bufhist-nextbufhist-next340,12053
(define-button-type 'bufhist-prevbufhist-prev344,12150
(defun bufhist-insert-buttons 351,12362

lib/holes.el,2465
(defvar holes-default-hole 44,1121
(defvar holes-active-hole 50,1299
(defgroup holes 60,1496
(defcustom holes-empty-hole-string 65,1595
(defcustom holes-empty-hole-regexp 70,1738
(defface active-hole-face92,2440
(defface inactive-hole-face102,2856
(defvar hole-map116,3297
(defvar holes-mode-map126,3688
(defun holes-region-beginning-or-nil 172,5425
(defun holes-region-end-or-nil 176,5561
(defun holes-copy-active-region 180,5679
(defun holes-is-hole-p 186,5889
(defun holes-hole-start-position 190,5981
(defun holes-hole-end-position 196,6164
(defun holes-hole-buffer 201,6335
(defun holes-hole-at 207,6509
(defun holes-active-hole-exist-p 212,6679
(defun holes-active-hole-start-position 219,6932
(defun holes-active-hole-end-position 227,7300
(defun holes-active-hole-buffer 236,7663
(defun holes-goto-active-hole 244,7964
(defun holes-highlight-hole-as-active 253,8223
(defun holes-highlight-hole 261,8531
(defun holes-disable-active-hole 269,8818
(defun holes-set-active-hole 282,9350
(defun holes-is-in-hole-p 292,9695
(defun holes-make-hole 296,9833
(defun holes-make-hole-at 314,10489
(defun holes-clear-hole 328,10942
(defun holes-clear-hole-at 337,11200
(defun holes-map-holes 345,11456
(defun holes-clear-all-buffer-holes 349,11610
(defun holes-next 359,11911
(defun holes-next-after-active-hole 366,12163
(defun holes-set-active-hole-next 373,12379
(defun holes-replace-segment 392,12916
(defun holes-replace 401,13269
(defun holes-replace-active-hole 429,14447
(defun holes-replace-update-active-hole 436,14738
(defun holes-delete-update-active-hole 454,15385
(defun holes-set-make-active-hole 462,15612
(defalias 'holes-track-mouse-selection holes-track-mouse-selection477,16167
(defsubst holes-track-mouse-clicks 478,16225
(defun holes-mouse-replace-active-hole 482,16335
(defun holes-destroy-hole 496,16806
(defsubst holes-hole-at-event 510,17188
(defun holes-mouse-destroy-hole 514,17288
(defun holes-mouse-forget-hole 521,17509
(defun holes-mouse-set-make-active-hole 531,17801
(defun holes-mouse-set-active-hole 547,18300
(defun holes-set-point-next-hole-destroy 556,18551
(defun holes-replace-string-by-holes-backward 582,19532
(defun holes-skeleton-end-hook 600,20232
(defconst holes-jump-doc609,20670
(defun holes-replace-string-by-holes-backward-jump 616,20876
(define-minor-mode holes-mode 633,21558
(defun holes-abbrev-complete 728,25040
(defun holes-insert-and-expand 738,25383

lib/local-vars-list.el,373
(defconst local-vars-list-doc 28,825
(defun local-vars-list-insert-empty-zone 44,1387
(defun local-vars-list-find 82,2090
(defun local-vars-list-goto-var 101,2861
(defun local-vars-list-get-current 127,3908
(defun local-vars-list-set-current 148,4758
(defun local-vars-list-get 171,5473
(defun local-vars-list-get-safe 188,6003
(defun local-vars-list-set 193,6197

lib/maths-menu.el,242
(defvar maths-menu-filter-predicate 56,2317
(defvar maths-menu-tokenise-insert 59,2426
(defun maths-menu-build-menu 62,2563
(defvar maths-menu-menu84,3324
(defvar maths-menu-mode-map344,12882
(define-minor-mode maths-menu-mode352,13101

lib/pg-dev.el,199
(defconst pg-dev-lisp-font-lock-keywords52,1587
(defun pg-loadpath 78,2286
(defun unload-pg 88,2457
(defun profile-pg 119,3351
(defun elp-pack-number 148,4378
(defun pg-bug-references 157,4578

lib/pg-fontsets.el,209
(defcustom pg-fontsets-default-fontset 24,722
(defvar pg-fontsets-names 29,868
(defun pg-fontsets-make-fontsetsizes 32,949
(defconst pg-fontsets-base-fonts51,1710
(defun pg-fontsets-make-fontsets 57,1840

lib/proof-compat.el,160
(defvar proof-running-on-win32 32,980
(defun pg-custom-undeclare-variable 53,1782
(defmacro save-selected-frame 85,2553
(defmacro declare-function 151,4561

lib/scomint.el,876
(defface scomint-highlight-input 19,493
(defface scomint-highlight-prompt23,609
(defvar scomint-buffer-maximum-size 30,847
(defvar scomint-output-filter-functions 35,1038
(defvar scomint-mode-map39,1149
(defvar scomint-last-input-start 45,1328
(defvar scomint-last-input-end 46,1366
(defvar scomint-last-output-start 47,1402
(defvar scomint-exec-hook 49,1442
(define-derived-mode scomint-mode 59,1824
(defsubst scomint-check-proc 78,2739
(defun scomint-make-in-buffer 86,3079
(defun scomint-make 110,4346
(defun scomint-exec 123,5057
(defun scomint-exec-1 160,6650
(defalias 'scomint-send-string scomint-send-string210,8780
(defun scomint-send-eof 212,8834
(defun scomint-send-input 221,9067
(defun scomint-truncate-buffer 264,10568
(defun scomint-strip-ctrl-m 277,10962
(defun scomint-output-filter 291,11525
(defun scomint-interrupt-process 363,14257

lib/span.el,1510
(defalias 'span-start span-start22,609
(defalias 'span-end span-end23,647
(defalias 'span-set-property span-set-property24,681
(defalias 'span-property span-property25,724
(defalias 'span-make span-make26,763
(defalias 'span-detach span-detach27,799
(defalias 'span-set-endpoints span-set-endpoints28,839
(defalias 'span-buffer span-buffer29,884
(defun span-read-only-hook 31,925
(defsubst span-read-only 36,1115
(defsubst span-read-write 43,1425
(defsubst span-write-warning 48,1595
(defsubst span-lt 59,2119
(defsubst spans-at-point-prop 64,2263
(defsubst spans-at-region-prop 73,2454
(defsubst span-at 83,2720
(defsubst span-delete 87,2846
(defsubst span-mapcar-spans 94,3068
(defsubst span-mapc-spans 98,3243
(defsubst span-mapcar-spans-inorder 102,3414
(defun span-at-before 108,3619
(defsubst prev-span 125,4343
(defsubst next-span 131,4496
(defsubst span-live-p 137,4710
(defsubst span-raise 143,4876
(defsubst span-string 147,5009
(defsubst set-span-properties 152,5169
(defsubst span-find-span 158,5363
(defsubst span-at-event 166,5675
(defun fold-spans 172,5872
(defsubst span-detached-p 186,6405
(defsubst set-span-face 190,6521
(defsubst set-span-keymap 194,6619
(defsubst span-delete-spans 202,6788
(defsubst span-property-safe 206,6950
(defsubst span-set-start 210,7087
(defsubst span-set-end 214,7219
(defun span-make-self-removing-span 222,7379
(defun span-delete-self-modification-hook 232,7747
(defun span-make-modifying-removing-span 237,7921

lib/texi-docstring-magic.el,584
(defun texi-docstring-magic-find-face 88,3027
(defun texi-docstring-magic-splice-sep 93,3192
(defconst texi-docstring-magic-munge-table103,3497
(defun texi-docstring-magic-untabify 193,7260
(defun texi-docstring-magic-munge-docstring 200,7458
(defun texi-docstring-magic-texi 239,8739
(defun texi-docstring-magic-format-default 252,9179
(defun texi-docstring-magic-texi-for 268,9812
(defconst texi-docstring-magic-comment326,11771
(defun texi-docstring-magic 332,11925
(defun texi-docstring-magic-face-at-point 366,13004
(defun texi-docstring-magic-insert-magic 381,13527

lib/unicode-chars.el,80
(defvar unicode-chars-alist12,348
(defun unicode-chars-list-chars 5051,245975

lib/unicode-tokens.el,5900
(defgroup unicode-tokens-options 55,1711
(defcustom unicode-tokens-add-help-echo 60,1836
(defun unicode-tokens-toggle-add-help-echo 65,2003
(defvar unicode-tokens-token-symbol-map 79,2409
(defvar unicode-tokens-token-format 98,3068
(defvar unicode-tokens-token-variant-format-regexp 104,3317
(defvar unicode-tokens-shortcut-alist 118,3850
(defvar unicode-tokens-shortcut-replacement-alist 124,4127
(defvar unicode-tokens-control-region-format-regexp 132,4333
(defvar unicode-tokens-control-char-format-regexp 139,4701
(defvar unicode-tokens-control-regions 146,5062
(defvar unicode-tokens-control-characters 149,5138
(defvar unicode-tokens-control-char-format 152,5220
(defvar unicode-tokens-control-region-format-start 155,5333
(defvar unicode-tokens-control-region-format-end 158,5450
(defvar unicode-tokens-tokens-customizable-variables 161,5563
(defconst unicode-tokens-configuration-variables168,5731
(defun unicode-tokens-config 183,6130
(defun unicode-tokens-config-var 187,6275
(defun unicode-tokens-copy-configuration-variables 199,6715
(defvar unicode-tokens-token-list 227,7931
(defvar unicode-tokens-hash-table 230,8051
(defvar unicode-tokens-token-match-regexp 233,8167
(defvar unicode-tokens-uchar-hash-table 239,8450
(defvar unicode-tokens-uchar-regexp 243,8637
(defgroup unicode-tokens-faces 251,8822
(defconst unicode-tokens-font-family-alternatives261,9119
(defface unicode-tokens-symbol-font-face276,9616
(defface unicode-tokens-script-font-face286,9974
(defface unicode-tokens-fraktur-font-face291,10118
(defface unicode-tokens-serif-font-face296,10243
(defface unicode-tokens-sans-font-face301,10380
(defface unicode-tokens-highlight-face306,10502
(defconst unicode-tokens-fonts315,10864
(defconst unicode-tokens-fontsymb-properties324,11081
(define-widget 'unicode-tokens-token-symbol-map unicode-tokens-token-symbol-map352,12697
(define-widget 'unicode-tokens-shortcut-alist unicode-tokens-shortcut-alist370,13249
(defconst unicode-tokens-font-lock-extra-managed-props383,13580
(defun unicode-tokens-font-lock-keywords 387,13734
(defun unicode-tokens-calculate-token-match 420,15105
(defun unicode-tokens-usable-composition 450,16141
(defun unicode-tokens-help-echo 463,16520
(defvar unicode-tokens-show-symbols 468,16722
(defun unicode-tokens-interpret-composition 471,16836
(defun unicode-tokens-font-lock-compose-symbol 489,17348
(defun unicode-tokens-prepend-text-properties-in-match 527,18880
(defun unicode-tokens-prepend-text-property 541,19458
(defun unicode-tokens-show-symbols 566,20603
(defun unicode-tokens-symbs-to-props 574,20913
(defvar unicode-tokens-show-controls 594,21612
(defun unicode-tokens-show-controls 597,21703
(defun unicode-tokens-control-char 609,22216
(defun unicode-tokens-control-region 618,22655
(defun unicode-tokens-control-font-lock-keywords 629,23202
(defvar unicode-tokens-use-shortcuts 640,23526
(defun unicode-tokens-use-shortcuts 643,23629
(defun unicode-tokens-map-ordering 659,24225
(defun unicode-tokens-quail-define-rules 668,24578
(defun unicode-tokens-insert-token 691,25255
(defun unicode-tokens-annotate-region 700,25559
(defun unicode-tokens-insert-control 724,26397
(defun unicode-tokens-insert-uchar-as-token 734,26846
(defun unicode-tokens-delete-token-near-point 740,27067
(defun unicode-tokens-delete-backward-char 752,27508
(defun unicode-tokens-delete-char 763,27889
(defun unicode-tokens-delete-backward-1 774,28243
(defun unicode-tokens-delete-1 791,28839
(defun unicode-tokens-prev-token 807,29383
(defun unicode-tokens-rotate-token-forward 815,29680
(defun unicode-tokens-rotate-token-backward 842,30570
(defun unicode-tokens-replace-shortcut-match 847,30772
(defun unicode-tokens-replace-shortcuts 856,31142
(defun unicode-tokens-replace-unicode-match 870,31740
(defun unicode-tokens-replace-unicode 877,32041
(defun unicode-tokens-copy-token 894,32640
(define-button-type 'unicode-tokens-listunicode-tokens-list901,32861
(defun unicode-tokens-list-tokens 907,33065
(defun unicode-tokens-list-shortcuts 946,34249
(defalias 'unicode-tokens-list-unicode-chars unicode-tokens-list-unicode-chars964,34887
(defun unicode-tokens-encode-in-temp-buffer 966,34960
(defun unicode-tokens-encode 984,35616
(defun unicode-tokens-encode-str 990,35852
(defun unicode-tokens-copy 994,36014
(defun unicode-tokens-paste 1003,36420
(defvar unicode-tokens-highlight-unicode 1022,37141
(defconst unicode-tokens-unicode-highlight-patterns1025,37233
(defun unicode-tokens-highlight-unicode 1029,37402
(defun unicode-tokens-highlight-unicode-setkeywords 1041,37865
(defun unicode-tokens-initialise 1053,38234
(defvar unicode-tokens-mode-map 1073,38905
(defvar unicode-tokens-display-table1076,39002
(define-minor-mode unicode-tokens-mode1083,39253
(defun unicode-tokens-set-font-var 1219,43806
(defun unicode-tokens-set-font-var-aux 1235,44295
(defun unicode-tokens-mouse-set-font 1266,45456
(defsubst unicode-tokens-face-font-sym 1279,45970
(defun unicode-tokens-set-font-restart 1283,46150
(defun unicode-tokens-save-fonts 1294,46460
(defun unicode-tokens-custom-save-faces 1302,46716
(define-key unicode-tokens-mode-map1319,47172
(define-key unicode-tokens-mode-map1322,47279
(defvar unicode-tokens-quail-translation-keymap1326,47369
(define-key unicode-tokens-quail-translation-keymap1333,47559
(defun unicode-tokens-quail-delete-last-char 1337,47693
(define-key unicode-tokens-mode-map 1352,48120
(define-key unicode-tokens-mode-map 1354,48212
(define-key unicode-tokens-mode-map1356,48303
(define-key unicode-tokens-mode-map1358,48409
(define-key unicode-tokens-mode-map1361,48524
(define-key unicode-tokens-mode-map1363,48633
(define-key unicode-tokens-mode-map1365,48741
(define-key unicode-tokens-mode-map1367,48847
(defun unicode-tokens-customize-submenu 1375,48971
(defun unicode-tokens-define-menu 1382,49194

contrib/mmm/mmm-auto.el,343
(defvar mmm-autoloaded-classes67,2676
(defun mmm-autoload-class 89,3439
(defvar mmm-changed-buffers-list 129,4992
(defun mmm-major-mode-change 132,5099
(defun mmm-check-changed-buffers 145,5620
(defun mmm-mode-on-maybe 154,5970
(defalias 'mmm-add-find-file-hooks mmm-add-find-file-hooks166,6374
(defun mmm-add-find-file-hook 167,6434

contrib/mmm/mmm-class.el,415
(defun mmm-get-class-spec 42,1296
(defun mmm-get-class-parameter 59,1939
(defun mmm-set-class-parameter 63,2105
(defun* mmm-apply-class75,2455
(defun* mmm-apply-classes90,3072
(defun* mmm-apply-all 110,3803
(defun* mmm-ify124,4250
(defun* mmm-match-region206,7095
(defun mmm-match->point 269,9480
(defun mmm-match-and-verify 284,10050
(defun mmm-get-form 310,11101
(defun mmm-default-get-form 321,11576

contrib/mmm/mmm-cmds.el,712
(defun mmm-ify-by-class 41,1210
(defun mmm-ify-region 63,1822
(defun mmm-ify-by-regexp75,2243
(defun mmm-parse-buffer 97,2886
(defun mmm-parse-region 106,3222
(defun mmm-parse-block 115,3601
(defun mmm-get-block 132,4352
(defun mmm-reparse-current-region 146,4634
(defun mmm-clear-current-region 167,5210
(defun mmm-clear-regions 172,5374
(defun mmm-clear-all-regions 177,5520
(defun* mmm-end-current-region 185,5680
(defun mmm-narrow-to-submode-region 220,6928
(defun mmm-insert-region 239,7542
(defun mmm-insert-by-key 258,8348
(defun mmm-get-insertion-spec 342,11613
(defun mmm-insertion-help 369,12573
(defun mmm-display-insertion-key 379,12936
(defun mmm-get-all-insertion-keys 401,13723

contrib/mmm/mmm-compat.el,418
(defvar mmm-xemacs 40,1313
(defvar mmm-keywords-used49,1616
(defmacro mmm-regexp-opt 91,2632
(defvar mmm-evaporate-property110,3281
(defmacro mmm-set-keymap-default 128,4047
(defmacro mmm-event-key 137,4489
(defvar skeleton-positions 146,4708
(defun mmm-fixup-skeleton 147,4739
(defmacro mmm-make-temp-buffer 159,5162
(defvar mmm-font-lock-available-p 172,5558
(defmacro mmm-set-font-lock-defaults 179,5772

contrib/mmm/mmm-cweb.el,228
(defvar mmm-cweb-section-tags38,1117
(defvar mmm-cweb-section-regexp41,1164
(defvar mmm-cweb-c-part-tags44,1254
(defvar mmm-cweb-c-part-regexp47,1313
(defun mmm-cweb-in-limbo 50,1397
(defun mmm-cweb-verify-brief-c 57,1622

contrib/mmm/mmm-mason.el,410
(defvar mmm-mason-perl-tags41,1236
(defvar mmm-mason-pseudo-perl-tags45,1377
(defvar mmm-mason-non-perl-tags48,1453
(defvar mmm-mason-perl-tags-regexp51,1554
(defvar mmm-mason-pseudo-perl-tags-regexp56,1749
(defvar mmm-mason-tag-names-regexp61,1966
(defun mmm-mason-verify-inline 66,2186
(defun mmm-mason-start-line 156,4838
(defun mmm-mason-end-line 161,4903
(defun mmm-mason-set-mode-line 168,4997

contrib/mmm/mmm-mode.el,1023
(defun mmm-mode 101,3867
(defun mmm-mode-on 140,5372
(defun mmm-mode-off 181,7048
(defvar mmm-mode-map 206,7760
(defvar mmm-mode-prefix-map 209,7835
(defvar mmm-mode-menu-map 212,7945
(defun mmm-define-key 215,8036
(define-key mmm-mode-prefix-map 239,8791
(define-key mmm-mode-prefix-map 246,9049
(define-key mmm-mode-map 249,9160
(define-key mmm-mode-menu-map 252,9262
(define-key mmm-mode-menu-map 254,9334
(define-key mmm-mode-menu-map 256,9393
(define-key mmm-mode-menu-map 258,9474
(define-key mmm-mode-menu-map 260,9555
(define-key mmm-mode-menu-map 262,9642
(define-key mmm-mode-menu-map 265,9736
(define-key mmm-mode-menu-map 267,9796
(define-key mmm-mode-menu-map 270,9887
(define-key mmm-mode-menu-map 272,9947
(define-key mmm-mode-menu-map 274,10054
(define-key mmm-mode-menu-map 276,10139
(define-key mmm-mode-menu-map 279,10225
(define-key mmm-mode-menu-map 281,10285
(define-key mmm-mode-menu-map 283,10398
(define-key mmm-mode-menu-map 285,10483
(define-key mmm-mode-map 288,10566

contrib/mmm/mmm-region.el,1643
(defsubst mmm-overlay-at 54,1749
(defun mmm-overlays-at 59,1934
(defun mmm-included-p 72,2387
(defun mmm-overlays-containing 112,3876
(defun mmm-overlays-contained-in 125,4314
(defun mmm-overlays-overlapping 138,4754
(defun mmm-sort-overlays 149,5117
(defvar mmm-current-overlay 158,5359
(defvar mmm-previous-overlay 163,5574
(defvar mmm-current-submode 168,5762
(defvar mmm-previous-submode 173,5962
(defun mmm-update-current-submode 178,6135
(defun mmm-set-current-submode 199,6930
(defun mmm-submode-at 210,7373
(defun mmm-match-front 219,7648
(defun mmm-match-back 238,8409
(defun mmm-front-start 257,9154
(defun mmm-back-end 265,9458
(defun mmm-valid-submode-region 278,9805
(defun* mmm-make-region305,10961
(defun mmm-make-overlay 431,16311
(defun mmm-get-face 459,17444
(defun mmm-clear-overlays 470,17736
(defun mmm-update-mode-info 486,18201
(defun mmm-update-submode-region 571,21841
(defun mmm-add-hooks 588,22571
(defun mmm-remove-hooks 591,22668
(defun mmm-get-local-variables-list 597,22795
(defun mmm-get-locals 617,23491
(defun mmm-get-saved-local 630,23988
(defun mmm-set-local-variables 634,24153
(defun mmm-get-saved-local-variables 645,24531
(defun mmm-save-changed-local-variables 653,24806
(defun mmm-clear-local-variables 672,25510
(defun mmm-enable-font-lock 683,25775
(defun mmm-update-font-lock-buffer 691,26035
(defun mmm-refontify-maybe 704,26446
(defun mmm-submode-changes-in 719,26926
(defun mmm-regions-in 730,27283
(defun mmm-regions-alist 744,27761
(defun mmm-fontify-region 761,28288
(defun mmm-fontify-region-list 781,29284
(defun mmm-beginning-of-syntax 803,30032

contrib/mmm/mmm-rpm.el,154
(defconst mmm-rpm-sh-start-tags48,1618
(defvar mmm-rpm-sh-end-tags53,1842
(defvar mmm-rpm-sh-start-regexp57,2016
(defvar mmm-rpm-sh-end-regexp61,2194

contrib/mmm/mmm-sample.el,168
(defvar mmm-here-doc-mode-alist 84,2601
(defun mmm-here-doc-get-mode 93,3086
(defun mmm-file-variables-verify 208,6343
(defun mmm-file-variables-find-back 232,7148

contrib/mmm/mmm-univ.el,34
(defun mmm-univ-get-mode 38,1205

contrib/mmm/mmm-utils.el,282
(defmacro mmm-valid-buffer 42,1332
(defmacro mmm-save-all 61,1941
(defun mmm-format-string 74,2223
(defun mmm-format-matches 85,2661
(defmacro mmm-save-keyword 108,3419
(defmacro mmm-save-keywords 116,3746
(defun mmm-looking-back-at 129,4244
(defun mmm-make-marker 146,4784

contrib/mmm/mmm-vars.el,2668
(defgroup mmm 104,3283
(defvar mmm-c-derived-modes111,3393
(defvar mmm-save-local-variables115,3512
(defvar mmm-buffer-saved-locals 341,10293
(defvar mmm-region-saved-locals-defaults 346,10493
(defvar mmm-region-saved-locals-for-dominant 352,10753
(defgroup mmm-faces 362,11130
(defcustom mmm-submode-decoration-level 368,11301
(defface mmm-init-submode-face 386,12145
(defface mmm-cleanup-submode-face 390,12285
(defface mmm-declaration-submode-face 394,12422
(defface mmm-comment-submode-face 398,12568
(defface mmm-output-submode-face 402,12721
(defface mmm-special-submode-face 406,12870
(defface mmm-code-submode-face 410,13034
(defface mmm-default-submode-face 414,13173
(defface mmm-delimiter-face 419,13381
(defcustom mmm-mode-string 426,13507
(defcustom mmm-submode-mode-line-format 431,13638
(defvar mmm-primary-mode-display-name 448,14293
(defvar mmm-buffer-mode-display-name 453,14507
(defun mmm-set-mode-line 459,14806
(defvar mmm-classes 483,15614
(defvar mmm-global-classes 489,15859
(defcustom mmm-mode-ext-classes-alist 496,16041
(defun mmm-add-mode-ext-class 515,16831
(defcustom mmm-major-mode-preferences524,17156
(defun mmm-add-to-major-mode-preferences 542,17884
(defun mmm-ensure-modename 558,18642
(defun mmm-modename->function 567,18945
(defcustom mmm-delimiter-mode 581,19394
(defcustom mmm-mode-prefix-key 591,19663
(defcustom mmm-command-modifiers 596,19790
(defcustom mmm-insert-modifiers 610,20423
(defcustom mmm-use-old-command-keys 625,21101
(defun mmm-use-old-command-keys 635,21565
(defcustom mmm-mode-hook 643,21757
(defun mmm-run-constructed-hook 663,22564
(defun mmm-run-major-hook 671,22908
(defun mmm-run-submode-hook 674,22985
(defvar mmm-class-hooks-run 677,23072
(defun mmm-run-class-hook 682,23244
(defvar mmm-primary-mode-entry-hook 687,23416
(defcustom mmm-major-mode-hook 702,24063
(defun mmm-run-major-mode-hook 716,24694
(defcustom mmm-global-mode 729,25235
(defcustom mmm-never-modes745,25902
(defvar mmm-set-file-name-for-modes 763,26202
(defvar mmm-mode 774,26561
(defvar mmm-primary-mode 782,26769
(defvar mmm-classes-alist 793,27135
(defun mmm-add-classes 948,35342
(defun mmm-add-group 953,35507
(defun mmm-add-to-group 963,35880
(defconst mmm-version 977,36307
(defun mmm-version 980,36372
(defvar mmm-temp-buffer-name 987,36515
(defvar mmm-interactive-history 993,36645
(defun mmm-add-to-history 999,36914
(defun mmm-clear-history 1002,36997
(defvar mmm-mode-ext-classes 1010,37182
(defun mmm-get-mode-ext-classes 1015,37393
(defun mmm-clear-mode-ext-classes 1024,37720
(defun mmm-mode-ext-applies 1028,37845
(defun mmm-get-all-classes 1042,38224

doc/ProofGeneral.texi,6240
@node Top161,4915
@node Preface199,6069
@node News for Version 4.0News for Version 4.0222,6658
@node Future243,7509
@node Credits272,8844
@node Introducing Proof GeneralIntroducing Proof General393,13060
@node Installing Proof GeneralInstalling Proof General448,15034
@node Quick start guideQuick start guide462,15483
@node Features of Proof GeneralFeatures of Proof General506,17604
@node Supported proof assistantsSupported proof assistants595,21541
@node Prerequisites for this manualPrerequisites for this manual644,23422
@node Organization of this manualOrganization of this manual688,25041
@node Basic Script ManagementBasic Script Management714,25869
@node Walkthrough example in IsabelleWalkthrough example in Isabelle733,26469
@node Proof scriptsProof scripts996,36597
@node Script buffersScript buffers1039,38717
@node Locked queue and editing regionsLocked queue and editing regions1061,39294
@node Goal-save sequencesGoal-save sequences1117,41441
@node Active scripting bufferActive scripting buffer1154,42907
@node Summary of Proof General buffersSummary of Proof General buffers1223,46327
@node Script editing commandsScript editing commands1272,48584
@node Script processing commandsScript processing commands1352,51543
@node Proof assistant commandsProof assistant commands1478,56788
@node Toolbar commandsToolbar commands1661,63259
@node Interrupting during trace outputInterrupting during trace output1686,64218
@node Advanced Script Management and EditingAdvanced Script Management and Editing1726,66148
@node Document centred workingDocument centred working1747,66769
@node Automatic processingAutomatic processing1826,69827
@node Visibility of completed proofsVisibility of completed proofs1881,71850
@node Switching between proof scriptsSwitching between proof scripts1936,73790
@node View of processed files View of processed files 1973,75762
@node Retracting across filesRetracting across files2033,78813
@node Asserting across filesAsserting across files2046,79444
@node Automatic multiple file handlingAutomatic multiple file handling2059,80010
@node Escaping script managementEscaping script management2084,81044
@node Editing featuresEditing features2141,83156
@node Unicode symbols and special layout supportUnicode symbols and special layout support2211,85935
@node Maths menuMaths menu2253,87493
@node Unicode Tokens modeUnicode Tokens mode2270,88184
@node Configuring tokens symbols and shortcutsConfiguring tokens symbols and shortcuts2320,90607
@node Special layout Special layout 2350,91568
@node Moving between Unicode and tokensMoving between Unicode and tokens2460,95686
@node Finding available tokens shortcuts and symbolsFinding available tokens shortcuts and symbols2515,97797
@node Selecting suitable fontsSelecting suitable fonts2554,98971
@node Support for other PackagesSupport for other Packages2619,101959
@node Syntax highlightingSyntax highlighting2649,102795
@node Imenu and SpeedbarImenu and Speedbar2677,103798
@node Support for outline modeSupport for outline mode2723,105469
@node Support for completionSupport for completion2748,106598
@node Support for tagsSupport for tags2805,108760
@node Subterm Activation and Proof by PointingSubterm Activation and Proof by Pointing2857,111108
@node Goals buffer commandsGoals buffer commands2873,111703
@node Customizing Proof GeneralCustomizing Proof General2972,115856
@node Basic optionsBasic options3012,117526
@node How to customizeHow to customize3036,118296
@node Display customizationDisplay customization3083,120263
@node User optionsUser options3237,126668
@node Changing facesChanging faces3457,134450
@node Script buffer facesScript buffer faces3479,135325
@node Goals and response facesGoals and response faces3525,136925
@node Tweaking configuration settingsTweaking configuration settings3570,138457
@node Hints and TipsHints and Tips3627,140983
@node Adding your own keybindingsAdding your own keybindings3646,141584
@node Using file variablesUsing file variables3710,144198
@node Using abbreviationsUsing abbreviations3769,146384
@node LEGO Proof GeneralLEGO Proof General3808,147799
@node LEGO specific commandsLEGO specific commands3849,149168
@node LEGO tagsLEGO tags3869,149623
@node LEGO customizationsLEGO customizations3879,149870
@node Coq Proof GeneralCoq Proof General3911,150789
@node Coq-specific commandsCoq-specific commands3925,151100
@node Editing multiple proofsEditing multiple proofs3948,151608
@node User-loaded tacticsUser-loaded tactics3972,152716
@node Holes featureHoles feature4036,155190
@node Isabelle Proof GeneralIsabelle Proof General4065,156520
@node Choosing logic and starting isabelleChoosing logic and starting isabelle4091,157396
@node Isabelle commandsIsabelle commands4160,160197
@node Isabelle settingsIsabelle settings4303,164389
@node Isabelle customizationsIsabelle customizations4317,164971
@node HOL Proof GeneralHOL Proof General4340,165458
@node Shell Proof GeneralShell Proof General4382,167280
@node Obtaining and InstallingObtaining and Installing4418,168739
@node Obtaining Proof GeneralObtaining Proof General4433,169104
@node Installing Proof General from tarballInstalling Proof General from tarball4459,169986
@node Setting the names of binariesSetting the names of binaries4483,170776
@node Notes for syssiesNotes for syssies4511,171716
@node Bugs and EnhancementsBugs and Enhancements4587,174713
@node References4608,175528
@node History of Proof GeneralHistory of Proof General4648,176551
@node Old News for 3.0Old News for 3.04742,180716
@node Old News for 3.1Old News for 3.14812,184410
@node Old News for 3.2Old News for 3.24838,185582
@node Old News for 3.3Old News for 3.34899,188585
@node Old News for 3.4Old News for 3.44918,189482
@node Old News for 3.5Old News for 3.54940,190537
@node Old News for 3.6Old News for 3.64944,190594
@node Old News for 3.7Old News for 3.74949,190694
@node Function IndexFunction Index4979,192148
@node Variable IndexVariable Index4983,192224
@node Keystroke IndexKeystroke Index4987,192304
@node Concept IndexConcept Index4991,192370

doc/PG-adapting.texi,3770
@node Top153,4676
@node Introduction190,5785
@node Future231,7438
@node Credits267,9034
@node Beginning with a New ProverBeginning with a New Prover277,9326
@node Overview of adding a new proverOverview of adding a new prover317,11268
@node Demonstration instance and easy configurationDemonstration instance and easy configuration396,14571
@node Major modes used by Proof GeneralMajor modes used by Proof General465,17962
@node Menus and Toolbar and User-level CommandsMenus and Toolbar and User-level Commands508,19672
@node Settings for generic user-level commandsSettings for generic user-level commands523,20218
@node Menu configurationMenu configuration568,21950
@node Toolbar configurationToolbar configuration592,22867
@node Proof Script SettingsProof Script Settings651,25104
@node Recognizing commands and commentsRecognizing commands and comments673,25684
@node Recognizing proofsRecognizing proofs810,32137
@node Recognizing other elementsRecognizing other elements914,36441
@node Configuring undo behaviourConfiguring undo behaviour977,38920
@node Nested proofsNested proofs1114,44307
@node Safe (state-preserving) commandsSafe (state-preserving) commands1154,45933
@node Activate scripting hookActivate scripting hook1177,46886
@node Automatic multiple filesAutomatic multiple files1201,47756
@node Completions1223,48603
@node Proof Shell SettingsProof Shell Settings1264,50093
@node Proof shell commandsProof shell commands1295,51375
@node Script input to the shellScript input to the shell1459,58426
@node Settings for matching various output from proof processSettings for matching various output from proof process1527,61496
@node Settings for matching urgent messages from proof processSettings for matching urgent messages from proof process1649,66850
@node Hooks and other settingsHooks and other settings1889,77604
@node Goals Buffer SettingsGoals Buffer Settings1968,80748
@node Splash Screen SettingsSplash Screen Settings2042,83738
@node Global ConstantsGlobal Constants2068,84493
@node Handling Multiple FilesHandling Multiple Files2094,85322
@node Configuring Editing SyntaxConfiguring Editing Syntax2246,93126
@node Configuring Font LockConfiguring Font Lock2303,95243
@node Configuring TokensConfiguring Tokens2379,98955
@node Writing More Lisp CodeWriting More Lisp Code2429,101075
@node Default values for generic settingsDefault values for generic settings2446,101720
@node Adding prover-specific configurationsAdding prover-specific configurations2476,102803
@node Useful variablesUseful variables2519,104085
@node Useful functions and macrosUseful functions and macros2534,104584
@node Internals of Proof GeneralInternals of Proof General2644,108896
@node Spans2674,109826
@node Proof General site configurationProof General site configuration2689,110199
@node Configuration variable mechanismsConfiguration variable mechanisms2772,113280
@node Global variablesGlobal variables2898,118761
@node Proof script modeProof script mode2973,121385
@node Proof shell modeProof shell mode3223,132711
@node Debugging3737,153360
@node Plans and IdeasPlans and Ideas3780,154236
@node Proof by pointing and similar featuresProof by pointing and similar features3801,154958
@node Granularity of atomic command sequencesGranularity of atomic command sequences3839,156616
@node Browser mode for script files and theoriesBrowser mode for script files and theories3884,158841
@node Demonstration InstantiationsDemonstration Instantiations3914,159872
@node demoisa-easy.el3930,160303
@node demoisa.el3992,162494
@node Function IndexFunction Index4146,167413
@node Variable IndexVariable Index4150,167489
@node Concept IndexConcept Index4159,167668

generic/proof.el,0

pgshell/pgshell.el,0

isar/isar-profiling.el,0

isar/interface-setup.el,0

coq/coq-mmm.el,0

coq/coq-autotest.el,0

acl2/acl2.el,0