aboutsummaryrefslogtreecommitdiffhomepage
path: root/TAGS
blob: 134e6da3ec6c8f2869a4086177589f519b27f128 (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

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,5959
(defcustom coq-translate-to-v8 48,1381
(defun coq-build-prog-args 54,1561
(defcustom coq-compile-file-command 64,1857
(defcustom coq-use-makefile 72,2176
(defcustom coq-default-undo-limit 80,2399
(defconst coq-shell-init-cmd85,2527
(defcustom coq-prog-env 91,2654
(defconst coq-shell-restart-cmd 99,2904
(defvar coq-shell-prompt-pattern101,2958
(defvar coq-shell-cd 109,3261
(defvar coq-shell-proof-completed-regexp 113,3421
(defvar coq-goal-regexp116,3576
(defun coq-library-directory 121,3672
(defcustom coq-tags 127,3850
(defconst coq-interrupt-regexp 132,4000
(defcustom coq-www-home-page 135,4093
(defvar coq-outline-regexp146,4268
(defvar coq-outline-heading-end-regexp 153,4480
(defvar coq-shell-outline-regexp 155,4534
(defvar coq-shell-outline-heading-end-regexp 156,4584
(defconst coq-state-preserving-tactics-regexp159,4648
(defconst coq-state-changing-commands-regexp161,4750
(defconst coq-state-preserving-commands-regexp163,4859
(defconst coq-commands-regexp165,4972
(defvar coq-retractable-instruct-regexp167,5051
(defvar coq-non-retractable-instruct-regexp169,5143
(defun coq-set-undo-limit 204,5830
(defun build-list-id-from-string 208,5960
(defun coq-last-prompt-info 220,6458
(defun coq-last-prompt-info-safe 232,6990
(defvar coq-last-but-one-statenum 238,7247
(defvar coq-last-but-one-proofnum 245,7545
(defvar coq-last-but-one-proofstack 248,7643
(defsubst coq-get-span-statenum 251,7753
(defsubst coq-get-span-proofnum 255,7868
(defsubst coq-get-span-proofstack 259,7983
(defsubst coq-set-span-statenum 263,8127
(defsubst coq-get-span-goalcmd 267,8258
(defsubst coq-set-span-goalcmd 271,8372
(defsubst coq-set-span-proofnum 275,8502
(defsubst coq-set-span-proofstack 279,8633
(defsubst proof-last-locked-span 283,8793
(defun proof-clone-buffer 287,8927
(defun proof-store-buffer-win 301,9462
(defun proof-store-response-win 312,9955
(defun proof-store-goals-win 316,10082
(defun coq-set-state-infos 328,10614
(defun count-not-intersection 366,12701
(defun coq-find-and-forget 396,13950
(defvar coq-current-goal 420,15044
(defun coq-goal-hyp 423,15109
(defun coq-state-preserving-p 436,15541
(defconst notation-print-kinds-table450,15855
(defun coq-PrintScope 454,16022
(defun coq-guess-or-ask-for-string 472,16571
(defun coq-ask-do 486,17139
(defsubst coq-put-into-brackets 495,17524
(defsubst coq-put-into-quotes 498,17585
(defun coq-SearchIsos 501,17645
(defun coq-SearchConstant 509,17886
(defun coq-Searchregexp 513,17979
(defun coq-SearchRewrite 519,18122
(defun coq-SearchAbout 523,18219
(defun coq-Print 529,18364
(defun coq-About 534,18489
(defun coq-LocateConstant 539,18609
(defun coq-LocateLibrary 544,18712
(defun coq-LocateNotation 549,18829
(defun coq-Pwd 557,19061
(defun coq-Inspect 562,19185
(defun coq-PrintSection(566,19285
(defun coq-Print-implicit 570,19378
(defun coq-Check 575,19529
(defun coq-Show 580,19637
(defun coq-Compile 594,20080
(defun coq-guess-command-line 606,20398
(defpacustom use-editing-holes 643,21951
(defun coq-mode-config 652,22254
(defun coq-shell-mode-config 745,25597
(defun coq-goals-mode-config 788,27387
(defun coq-response-config 795,27631
(defpacustom print-fully-explicit 820,28456
(defpacustom print-implicit 825,28604
(defpacustom print-coercions 830,28770
(defpacustom print-match-wildcards 835,28914
(defpacustom print-elim-types 840,29094
(defpacustom printing-depth 845,29260
(defpacustom undo-depth 850,29421
(defpacustom time-commands 855,29587
(defpacustom auto-compile-vos 859,29697
(defun coq-maybe-compile-buffer 888,30811
(defun coq-ancestors-of 924,32339
(defun coq-all-ancestors-of 947,33303
(defun coq-process-require-command 958,33650
(defun coq-included-children 963,33777
(defun coq-process-file 984,34616
(defun coq-preprocessing 999,35145
(defun coq-fake-constant-markup 1013,35600
(defun coq-create-span-menu 1029,36205
(defconst module-kinds-table1047,36718
(defconst modtype-kinds-table1051,36867
(defun coq-insert-section-or-module 1055,36996
(defconst reqkinds-kinds-table1076,37846
(defun coq-insert-requires 1080,37990
(defun coq-end-Section 1093,38470
(defun coq-insert-intros 1111,39048
(defun coq-insert-infoH-hook 1123,39581
(defun coq-insert-as 1128,39789
(defun coq-insert-match 1145,40482
(defun coq-insert-solve-tactic 1174,41652
(defun coq-insert-tactic 1180,41903
(defun coq-insert-tactical 1186,42105
(defun coq-insert-command 1192,42336
(defun coq-insert-term 1197,42501
(define-key coq-keymap 1202,42662
(define-key coq-keymap 1203,42720
(define-key coq-keymap 1204,42777
(define-key coq-keymap 1205,42846
(define-key coq-keymap 1206,42902
(define-key coq-keymap 1207,42951
(define-key coq-keymap 1208,43009
(define-key coq-keymap 1209,43069
(define-key coq-keymap 1210,43134
(define-key coq-keymap 1213,43262
(define-key coq-keymap 1215,43336
(define-key coq-keymap 1216,43393
(define-key coq-keymap 1220,43518
(define-key coq-keymap 1222,43574
(define-key coq-keymap 1223,43624
(define-key coq-keymap 1224,43674
(define-key coq-keymap 1225,43730
(define-key coq-keymap 1226,43780
(define-key coq-keymap 1227,43834
(define-key coq-keymap 1228,43893
(define-key coq-goals-mode-map 1231,43954
(define-key coq-goals-mode-map 1232,44036
(define-key coq-goals-mode-map 1233,44118
(define-key coq-goals-mode-map 1234,44205
(define-key coq-goals-mode-map 1235,44287
(defvar last-coq-error-location 1244,44589
(defun coq-get-last-error-location 1252,44973
(defun coq-highlight-error 1302,47530
(defun coq-highlight-error-hook 1330,48611
(defun first-word-of-buffer 1340,48828
(defun coq-show-first-goal 1348,49031
(defvar coq-modeline-string2 1365,49726
(defvar coq-modeline-string1 1366,49760
(defvar coq-modeline-string0 1367,49794
(defun coq-build-subgoals-string 1368,49835
(defun coq-update-minor-mode-alist 1373,50001
(defun is-not-split-vertic 1405,51395
(defun optim-resp-windows 1414,51835

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,2818
(defcustom coq-prog-name 18,559
(defcustom coq-user-tactics-db 38,1341
(defcustom coq-user-commands-db 55,1854
(defcustom coq-user-tacticals-db 71,2373
(defcustom coq-user-solve-tactics-db 87,2894
(defcustom coq-user-cheat-tactics-db 103,3413
(defcustom coq-user-reserved-db 122,3959
(defvar coq-tactics-db140,4490
(defvar coq-solve-tactics-db298,12749
(defvar coq-solve-cheat-tactics-db321,13594
(defvar coq-tacticals-db333,13769
(defvar coq-decl-db357,14655
(defvar coq-defn-db382,16111
(defvar coq-goal-starters-db440,20466
(defvar coq-other-commands-db469,22223
(defvar coq-commands-db598,31689
(defvar coq-terms-db605,31909
(defun coq-count-match 667,34524
(defun coq-module-opening-p 683,35253
(defun coq-section-command-p 694,35664
(defun coq-goal-command-str-p 698,35761
(defun coq-goal-command-p 725,36863
(defvar coq-keywords-save-strict734,37146
(defvar coq-keywords-save743,37259
(defun coq-save-command-p 747,37337
(defvar coq-keywords-kill-goal758,37665
(defvar coq-keywords-state-changing-misc-commands762,37755
(defvar coq-keywords-goal765,37880
(defvar coq-keywords-decl768,37963
(defvar coq-keywords-defn771,38037
(defvar coq-keywords-state-changing-commands775,38112
(defvar coq-keywords-state-preserving-commands784,38372
(defvar coq-keywords-commands789,38588
(defvar coq-solve-tactics794,38736
(defvar coq-solve-tactics-regexp798,38857
(defvar coq-solve-cheat-tactics802,38991
(defvar coq-solve-cheat-tactics-regexp806,39136
(defvar coq-tacticals810,39294
(defvar coq-reserved816,39433
(defvar coq-reserved-regexp 826,39760
(defvar coq-state-changing-tactics828,39825
(defvar coq-state-preserving-tactics831,39934
(defvar coq-tactics835,40048
(defvar coq-tactics-regexp 838,40137
(defvar coq-retractable-instruct841,40292
(defvar coq-non-retractable-instruct844,40402
(defvar coq-keywords848,40530
(defun proof-regexp-alt-list-symb 854,40754
(defvar coq-keywords-regexp 857,40859
(defvar coq-symbols860,40927
(defvar coq-error-regexp 879,41140
(defvar coq-id 882,41368
(defvar coq-id-shy 883,41393
(defvar coq-ids 886,41495
(defun coq-first-abstr-regexp 888,41561
(defcustom coq-variable-highlight-enable 891,41656
(defvar coq-font-lock-terms897,41783
(defconst coq-save-command-regexp-strict919,42866
(defconst coq-save-command-regexp925,43036
(defconst coq-save-with-hole-regexp930,43191
(defconst coq-goal-command-regexp934,43351
(defconst coq-goal-with-hole-regexp937,43453
(defconst coq-decl-with-hole-regexp941,43587
(defconst coq-defn-with-hole-regexp948,43837
(defconst coq-with-with-hole-regexp958,44127
(defconst coq-require-command-regexp965,44420
(defvar coq-font-lock-keywords-1973,44645
(defvar coq-font-lock-keywords 1001,45980
(defun coq-init-syntax-table 1003,46038
(defconst coq-generic-expression1028,46765

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,798
(defcustom isabelle-web-page32,926
(defcustom isa-isabelle-command41,1143
(defvar isabelle-not-found 59,1825
(defun isa-set-isabelle-command 62,1940
(defun isa-shell-command-to-string 85,2958
(defun isa-getenv 91,3182
(defcustom isabelle-program-name-override 111,3881
(defun isa-tool-list-logics 122,4227
(defcustom isabelle-logics-available 129,4473
(defcustom isabelle-chosen-logic 139,4810
(defvar isabelle-chosen-logic-prev 155,5394
(defun isabelle-hack-local-variables-function 158,5514
(defun isabelle-set-prog-name 170,5953
(defun isabelle-choose-logic 194,7073
(defun isa-view-doc 213,7835
(defun isa-tool-list-docs 220,8061
(defconst isabelle-verbatim-regexp 238,8791
(defun isabelle-verbatim 241,8933
(defcustom isabelle-refresh-logics 248,9094
(defvar isabelle-docs-menu256,9422
(defvar isabelle-logics-menu-entries 263,9707
(defun isabelle-logics-menu-calculate 266,9780
(defvar isabelle-time-to-refresh-logics 287,10422
(defun isabelle-logics-menu-refresh 291,10517
(defun isabelle-menu-bar-update-logics 306,11150
(defun isabelle-load-isar-keywords 322,11779
(defun isabelle-create-span-menu 343,12507
(defun isabelle-xml-sml-escapes 359,12938
(defun isabelle-process-pgip 362,13039

isar/isar-autotest.el,31
(defvar isar-long-tests 8,187

isar/isar.el,1595
(defcustom isar-keywords-name 39,916
(defpgdefault completion-table 55,1427
(defcustom isar-web-page57,1480
(defun isar-strip-terminators 71,1830
(defun isar-markup-ml 83,2186
(defun isar-mode-config-set-variables 88,2321
(defun isar-shell-mode-config-set-variables 153,5120
(defun isar-set-proof-find-theorems-command 235,8306
(defpacustom use-find-theorems-form 241,8490
(defun isar-set-undo-commands 246,8656
(defpacustom use-linear-undo 260,9248
(defun isar-configure-from-settings 265,9406
(defun isar-remove-file 273,9550
(defun isar-shell-compute-new-files-list 285,9854
(define-derived-mode isar-shell-mode 304,10424
(define-derived-mode isar-response-mode 309,10551
(define-derived-mode isar-goals-mode 314,10684
(define-derived-mode isar-mode 319,10810
(defpgdefault menu-entries371,12525
(defun isar-set-command 402,13719
(defpgdefault help-menu-entries 407,13849
(defun isar-count-undos 410,13925
(defun isar-find-and-forget 436,14891
(defun isar-goal-command-p 472,16234
(defun isar-global-save-command-p 477,16411
(defvar isar-current-goal 498,17195
(defun isar-state-preserving-p 501,17261
(defvar isar-shell-current-line-width 526,18110
(defun isar-shell-adjust-line-width 531,18302
(defsubst isar-string-wrapping 554,19067
(defsubst isar-positions-of 563,19261
(defcustom isar-wrap-commands-singly 569,19466
(defun isar-command-wrapping 575,19662
(defun isar-preprocessing 583,19976
(defun isar-mode-config 601,20527
(defun isar-shell-mode-config 615,21180
(defun isar-response-mode-config 625,21529
(defun isar-goals-mode-config 635,21864

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,484
(defconst isar-script-syntax-table-alist42,886
(defun isar-init-syntax-table 51,1169
(defun isar-init-output-syntax-table 59,1416
(defconst isar-keyword-begin 74,1858
(defconst isar-keyword-end 75,1896
(defconst isar-keywords-theory-enclose77,1931
(defconst isar-keywords-theory82,2069
(defconst isar-keywords-save87,2200
(defconst isar-keywords-proof-enclose92,2315
(defconst isar-keywords-proof98,2476
(defconst isar-keywords-proof-context105,2653
(defconst isar-keywords-local-goal109,2760
(defconst isar-keywords-proper113,2865
(defconst isar-keywords-improper118,2984
(defconst isar-keyword-level-alist123,3116
(defconst isar-keywords-outline 138,3587
(defconst isar-keywords-indent-open141,3663
(defconst isar-keywords-indent-close147,3826
(defconst isar-keywords-indent-enclose151,3924
(defconst isar-ext-first 160,4118
(defconst isar-ext-rest 161,4185
(defconst isar-long-id-stuff 163,4257
(defconst isar-id 164,4331
(defconst isar-idx 165,4401
(defconst isar-string 167,4460
(defun isar-ids-to-regexp 169,4520
(defconst isar-any-command-regexp201,6312
(defconst isar-name-regexp208,6685
(defconst isar-improper-regexp214,6980
(defconst isar-save-command-regexp218,7128
(defconst isar-global-save-command-regexp221,7229
(defconst isar-goal-command-regexp224,7343
(defconst isar-local-goal-command-regexp227,7451
(defconst isar-comment-start 230,7564
(defconst isar-comment-end 231,7599
(defconst isar-comment-start-regexp 232,7632
(defconst isar-comment-end-regexp 233,7703
(defconst isar-string-start-regexp 235,7771
(defconst isar-string-end-regexp 236,7823
(defun isar-syntactic-context 238,7874
(defconst isar-antiq-regexp253,8269
(defconst isar-nesting-regexp259,8420
(defun isar-nesting 262,8518
(defun isar-match-nesting 274,8911
(defface isabelle-string-face 286,9245
(defface isabelle-quote-face 294,9445
(defface isabelle-class-name-face302,9641
(defface isabelle-tfree-name-face310,9828
(defface isabelle-tvar-name-face318,10021
(defface isabelle-free-name-face326,10213
(defface isabelle-bound-name-face334,10401
(defface isabelle-var-name-face342,10592
(defconst isabelle-string-face 350,10783
(defconst isabelle-quote-face 351,10837
(defconst isabelle-class-name-face 352,10890
(defconst isabelle-tfree-name-face 353,10952
(defconst isabelle-tvar-name-face 354,11014
(defconst isabelle-free-name-face 355,11075
(defconst isabelle-bound-name-face 356,11136
(defconst isabelle-var-name-face 357,11198
(defun isar-font-lock-fontify-syntactically-region 363,11347
(defvar isar-font-lock-keywords-1398,12623
(defun isar-output-flkprops 416,13631
(defun isar-output-flk 422,13883
(defvar isar-output-font-lock-keywords-1425,13992
(defun isar-strip-output-markup 461,15415
(defconst isar-shell-font-lock-keywords465,15551
(defvar isar-goals-font-lock-keywords468,15635
(defconst isar-linear-undo 502,16314
(defconst isar-undo 504,16357
(defconst isar-pr506,16400
(defun isar-remove 513,16558
(defun isar-undos 516,16633
(defun isar-cannot-undo 526,16867
(defconst isar-undo-commands529,16937
(defconst isar-theory-start-regexp537,17074
(defconst isar-end-regexp543,17232
(defconst isar-undo-fail-regexp547,17333
(defconst isar-undo-skip-regexp551,17437
(defconst isar-undo-ignore-regexp554,17558
(defconst isar-undo-remove-regexp557,17623
(defconst isar-keywords-imenu565,17780
(defconst isar-entity-regexp 572,17971
(defconst isar-named-entity-regexp575,18067
(defconst isar-named-entity-name-match-number580,18197
(defconst isar-generic-expression583,18298
(defconst isar-indent-any-regexp594,18532
(defconst isar-indent-inner-regexp596,18625
(defconst isar-indent-enclose-regexp598,18691
(defconst isar-indent-open-regexp600,18807
(defconst isar-indent-close-regexp602,18917
(defconst isar-outline-regexp608,19054
(defconst isar-outline-heading-end-regexp 612,19207
(defconst isar-outline-heading-alist 614,19256

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,535
(defcustom lego-test-all-name 26,671
(defpgdefault help-menu-entries32,829
(defpgdefault menu-entries36,989
(defvar lego-shell-handle-output47,1290
(defconst lego-process-config55,1588
(defconst lego-pretty-set-width 66,2019
(defconst lego-interrupt-regexp 70,2161
(defcustom lego-www-home-page 75,2278
(defcustom lego-www-latest-release80,2402
(defcustom lego-www-refcard86,2577
(defcustom lego-library-www-page92,2726
(defvar lego-prog-name 101,2942
(defvar lego-shell-cd 104,3011
(defvar lego-shell-proof-completed-regexp 107,3110
(defvar lego-save-command-regexp110,3250
(defvar lego-goal-command-regexp112,3340
(defvar lego-kill-goal-command 115,3431
(defvar lego-forget-id-command 116,3474
(defvar lego-undoable-commands-regexp118,3520
(defvar lego-goal-regexp 127,3894
(defvar lego-outline-regexp129,3939
(defvar lego-outline-heading-end-regexp 135,4114
(defvar lego-shell-outline-regexp 137,4167
(defvar lego-shell-outline-heading-end-regexp 138,4219
(define-derived-mode lego-shell-mode 144,4498
(define-derived-mode lego-mode 151,4659
(define-derived-mode lego-goals-mode 162,4969
(defun lego-count-undos 173,5395
(defun lego-goal-command-p 192,6132
(defun lego-find-and-forget 197,6303
(defun lego-goal-hyp 239,8139
(defun lego-state-preserving-p 248,8336
(defvar lego-shell-current-line-width 264,9039
(defun lego-shell-adjust-line-width 272,9346
(defun lego-mode-config 289,10047
(defun lego-equal-module-filename 357,12098
(defun lego-shell-compute-new-files-list 363,12373
(defun lego-shell-mode-config 373,12756
(defun lego-goals-mode-config 420,14423

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,869
(defvar pg-autotest-success 30,692
(defvar pg-autotest-log 33,779
(defadvice proof-debug 39,972
(defun pg-autotest-find-file 47,1176
(defun pg-autotest-find-file-restart 54,1442
(defmacro pg-autotest 68,1916
(defun pg-autotest-log 95,2637
(defun pg-autotest-message 103,2861
(defun pg-autotest-remark 112,3150
(defun pg-autotest-timestart 115,3231
(defun pg-autotest-timetaken 120,3414
(defun pg-autotest-exit 131,3778
(defun pg-autotest-test-process-wholefile 142,4129
(defun pg-autotest-test-script-wholefile 150,4416
(defun pg-autotest-test-script-randomjumps 175,5348
(defun pg-autotest-test-retract-file 224,6905
(defun pg-autotest-test-assert-processed 230,7046
(defun pg-autotest-test-assert-full 236,7272
(defun pg-autotest-test-assert-unprocessed 243,7513
(defun pg-autotest-test-eval 250,7778
(defun pg-autotest-test-quit-prover 254,7877

generic/pg-custom.el,599
(defpgcustom script-indent 37,1199
(defconst proof-toolbar-entries-default42,1336
(defpgcustom toolbar-entries 70,3069
(defpgcustom prog-args 89,3802
(defpgcustom prog-env 102,4377
(defpgcustom favourites 111,4804
(defpgcustom menu-entries 116,4993
(defpgcustom help-menu-entries 123,5229
(defpgcustom keymap 130,5492
(defpgcustom completion-table 135,5663
(defpgcustom tags-program 146,6037
(defpgcustom use-holes 155,6421
(defpgcustom one-command-per-line162,6679
(defpgcustom maths-menu-enable 173,6915
(defpgcustom unicode-tokens-enable 179,7095
(defpgcustom mmm-enable 185,7272

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 209,7183
(defmacro proof-eval-when-ready-for-assistant 230,8130

generic/pg-pbrpm.el,1808
(defvar pg-pbrpm-use-buffer-menu 45,1208
(defvar pg-pbrpm-start-goal-regexp 48,1330
(defvar pg-pbrpm-start-goal-regexp-par-num 52,1487
(defvar pg-pbrpm-end-goal-regexp 55,1610
(defvar pg-pbrpm-start-hyp-regexp 59,1762
(defvar pg-pbrpm-start-hyp-regexp-par-num 63,1923
(defvar pg-pbrpm-start-concl-regexp 67,2130
(defvar pg-pbrpm-auto-select-regexp 71,2294
(defvar pg-pbrpm-buffer-menu 78,2455
(defvar pg-pbrpm-spans 79,2489
(defvar pg-pbrpm-goal-description 80,2517
(defvar pg-pbrpm-windows-dialog-bug 81,2556
(defvar pbrpm-menu-desc 82,2597
(defun pg-pbrpm-erase-buffer-menu 84,2627
(defun pg-pbrpm-menu-change-hook 90,2799
(defun pg-pbrpm-create-reset-buffer-menu 108,3374
(defun pg-pbrpm-analyse-goal-buffer 127,4216
(defun pg-pbrpm-button-action 187,6621
(defun pg-pbrpm-exists 194,6847
(defun pg-pbrpm-eliminate-id 198,6959
(defun pg-pbrpm-build-menu 206,7205
(defun pg-pbrpm-setup-span 269,9525
(defun pg-pbrpm-run-command 329,11824
(defun pg-pbrpm-get-pos-info 362,13349
(defun pg-pbrpm-get-region-info 404,14648
(defun pg-pbrpm-auto-select-around-point 415,15060
(defun pg-pbrpm-translate-position 430,15584
(defun pg-pbrpm-process-click 438,15838
(defvar pg-pbrpm-remember-region-selected-region 458,16863
(defvar pg-pbrpm-regions-list 459,16917
(defun pg-pbrpm-erase-regions-list 461,16953
(defun pg-pbrpm-filter-regions-list 470,17261
(defface pg-pbrpm-multiple-selection-face477,17524
(defface pg-pbrpm-menu-input-face485,17726
(defun pg-pbrpm-do-remember-region 493,17916
(defun pg-pbrpm-remember-region-drag-up-hook 514,18764
(defun pg-pbrpm-remember-region-click-hook 518,18935
(defun pg-pbrpm-remember-region 523,19120
(defun pg-pbrpm-process-region 537,19834
(defun pg-pbrpm-process-regions-list 555,20563
(defun pg-pbrpm-region-expression 559,20746

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 483,16427
(defun pg-pgip-subst-for 496,16822
(defun pg-pgip-interpret-value 508,17165
(defun pg-pgip-interpret-choice 526,17846
(defun pg-pgip-string-of-command 557,18863
(defconst pg-pgip-id574,19624
(defvar pg-pgip-refseq 580,19904
(defvar pg-pgip-refid 582,20001
(defvar pg-pgip-seq 585,20093
(defun pg-pgip-assemble-packet 587,20157
(defun pg-pgip-issue 605,20968
(defun pg-pgip-maybe-askpgip 622,21580
(defun pg-pgip-askprefs 628,21771
(defun pg-pgip-askids 632,21885
(defun pg-pgip-reset 645,22173
(defconst pg-pgip-start-element-regexp 676,22871
(defconst pg-pgip-end-element-regexp 677,22923

generic/pg-response.el,1291
(deflocal pg-response-eagerly-raise 32,789
(define-derived-mode proof-response-mode 42,1014
(define-key proof-response-mode-map 69,1951
(define-key proof-response-mode-map 70,2022
(define-key proof-response-mode-map 71,2076
(defun proof-response-config-done 75,2162
(defvar pg-response-special-display-regexp 86,2508
(defconst proof-multiframe-parameters90,2675
(defun proof-multiple-frames-enable 99,2965
(defun proof-three-window-enable 109,3293
(defun proof-select-three-b 112,3356
(defun proof-display-three-b 127,3847
(defvar pg-frame-configuration 138,4237
(defun pg-cache-frame-configuration 142,4384
(defun proof-layout-windows 146,4555
(defun proof-delete-other-frames 186,6342
(defvar pg-response-erase-flag 217,7430
(defun pg-response-maybe-erase221,7559
(defun pg-response-display 251,8663
(defun pg-response-display-with-face 276,9446
(defun pg-response-clear-displays 304,10292
(defun pg-response-message 317,10811
(defun pg-response-warning 323,11046
(defun proof-next-error 338,11452
(defun pg-response-has-error-location 416,14261
(defvar proof-trace-last-fontify-pos 438,15074
(defun proof-trace-fontify-pos 440,15117
(defun proof-trace-buffer-display 448,15430
(defun proof-trace-buffer-finish 459,15774
(defun pg-thms-buffer-clear 477,16117

generic/pg-user.el,3635
(defun proof-script-new-command-advance 42,1232
(defun proof-maybe-follow-locked-end 66,2157
(defun proof-goto-command-start 92,2993
(defun proof-goto-command-end 115,3940
(defun proof-forward-command 130,4362
(defun proof-backward-command 151,5083
(defun proof-goto-point 162,5297
(defun proof-assert-next-command-interactive 176,5731
(defun proof-assert-until-point-interactive 188,6217
(defun proof-process-buffer 194,6447
(defun proof-undo-last-successful-command 212,6959
(defun proof-undo-and-delete-last-successful-command 217,7121
(defun proof-undo-last-successful-command-1 229,7642
(defun proof-retract-buffer 246,8306
(defun proof-retract-current-goal 255,8590
(defun proof-mouse-goto-point 274,9110
(defvar proof-minibuffer-history 289,9386
(defun proof-minibuffer-cmd 292,9481
(defun proof-frob-locked-end 331,10888
(defmacro proof-if-setting-configured 367,11989
(defmacro proof-define-assistant-command 375,12258
(defmacro proof-define-assistant-command-witharg 388,12713
(defun proof-issue-new-command 408,13535
(defun proof-cd-sync 448,14758
(defun proof-electric-terminator-enable 499,16357
(defun proof-electric-terminator 507,16661
(defun proof-add-completions 531,17441
(defun proof-script-complete 554,18264
(defun pg-copy-span-contents 568,18573
(defun pg-numth-span-higher-or-lower 582,18997
(defun pg-control-span-of 608,19743
(defun pg-move-span-contents 614,19947
(defun pg-fixup-children-spans 665,22065
(defun pg-move-region-down 675,22322
(defun pg-move-region-up 684,22615
(defun pg-pos-for-event 698,22889
(defun pg-span-for-event 704,23110
(defun pg-span-context-menu 708,23254
(defun pg-toggle-visibility 724,23771
(defun pg-create-in-span-context-menu 733,24078
(defun pg-span-undo 757,25010
(defun pg-goals-buffers-hint 770,25248
(defun pg-slow-fontify-tracing-hint 774,25430
(defun pg-response-buffers-hint 778,25601
(defun pg-jump-to-end-hint 790,26016
(defun pg-processing-complete-hint 794,26145
(defun pg-next-error-hint 811,26865
(defun pg-hint 816,27017
(defun pg-identifier-under-mouse-query 827,27366
(defun pg-identifier-near-point-query 838,27690
(defvar proof-query-identifier-history 867,28613
(defun proof-query-identifier 870,28700
(defun pg-identifier-query 881,29056
(defun proof-imenu-enable 914,30204
(defvar pg-input-ring 950,31507
(defvar pg-input-ring-index 953,31564
(defvar pg-stored-incomplete-input 956,31636
(defun pg-previous-input 959,31739
(defun pg-next-input 973,32202
(defun pg-delete-input 978,32324
(defun pg-get-old-input 991,32662
(defun pg-restore-input 1005,33053
(defun pg-search-start 1016,33343
(defun pg-regexp-arg 1028,33835
(defun pg-search-arg 1040,34283
(defun pg-previous-matching-input-string-position 1054,34700
(defun pg-previous-matching-input 1081,35865
(defun pg-next-matching-input 1100,36715
(defvar pg-matching-input-from-input-string 1108,37098
(defun pg-previous-matching-input-from-input 1112,37212
(defun pg-next-matching-input-from-input 1130,37977
(defun pg-add-to-input-history 1141,38356
(defun pg-remove-from-input-history 1153,38809
(defun  pg-clear-input-ring 1164,39189
(define-key proof-mode-map 1181,39659
(define-key proof-mode-map 1182,39719
(defun pg-protected-undo 1184,39791
(defun pg-protected-undo-1 1214,41085
(defun next-undo-elt 1245,42522
(defvar proof-autosend-timer 1272,43478
(deflocal proof-autosend-modified-tick 1274,43539
(defun proof-autosend-enable 1278,43661
(defun proof-autosend-delay 1292,44204
(defun proof-autosend-loop 1296,44337
(defun proof-autosend-loop-all 1310,44897
(defun proof-autosend-loop-next 1334,45677

generic/pg-vars.el,1500
(defvar proof-assistant-cusgrp 22,389
(defvar proof-assistant-internals-cusgrp 28,649
(defvar proof-assistant 34,919
(defvar proof-assistant-symbol 39,1142
(defvar proof-mode-for-shell 52,1684
(defvar proof-mode-for-response 57,1874
(defvar proof-mode-for-goals 62,2100
(defvar proof-mode-for-script 67,2289
(defvar proof-ready-for-assistant-hook 72,2466
(defvar proof-shell-busy 83,2754
(defvar proof-shell-last-queuemode 101,3425
(defvar proof-included-files-list 105,3580
(defvar proof-script-buffer 127,4599
(defvar proof-previous-script-buffer 130,4691
(defvar proof-shell-buffer 134,4864
(defvar proof-goals-buffer 137,4950
(defvar proof-response-buffer 140,5005
(defvar proof-trace-buffer 143,5066
(defvar proof-thms-buffer 147,5220
(defvar proof-shell-error-or-interrupt-seen 151,5375
(defvar pg-response-next-error 156,5599
(defvar proof-shell-proof-completed 159,5706
(defvar proof-shell-silent 173,6091
(defvar proof-shell-last-prompt 176,6179
(defvar proof-shell-last-output 180,6349
(defvar proof-shell-last-output-kind 184,6489
(defvar proof-assistant-settings 204,7253
(defvar pg-tracing-slow-mode 212,7701
(defvar proof-nesting-depth 215,7790
(defvar proof-last-theorem-dependencies 222,8025
(defvar proof-autosend-running 226,8187
(defvar proof-next-command-on-new-line 231,8386
(defcustom proof-general-name 242,8620
(defcustom proof-general-home-page247,8777
(defcustom proof-unnamed-theorem-name253,8937
(defcustom proof-universal-keys259,9121

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 677,21893
(defsubst proof-replace-regexp-in-string 822,27140

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,7744
(defgroup prover-config 80,2633
(defcustom proof-guess-command-line 98,3483
(defcustom proof-assistant-home-page 113,3978
(defcustom proof-context-command 119,4148
(defcustom proof-info-command 124,4282
(defcustom proof-showproof-command 131,4553
(defcustom proof-goal-command 136,4689
(defcustom proof-save-command 144,4986
(defcustom proof-find-theorems-command 152,5295
(defcustom proof-query-identifier-command 159,5603
(defcustom proof-assistant-true-value 173,6292
(defcustom proof-assistant-false-value 179,6482
(defcustom proof-assistant-format-int-fn 185,6676
(defcustom proof-assistant-format-string-fn 192,6925
(defcustom proof-assistant-setting-format 199,7192
(defgroup proof-script 221,7887
(defcustom proof-terminal-string 226,8017
(defcustom proof-electric-terminator-noterminator 236,8405
(defcustom proof-script-sexp-commands 241,8577
(defcustom proof-script-command-end-regexp 252,9036
(defcustom proof-script-command-start-regexp 270,9857
(defcustom proof-script-integral-proofs 281,10320
(defcustom proof-script-fly-past-comments 296,10976
(defcustom proof-script-parse-function 301,11147
(defcustom proof-script-comment-start 319,11792
(defcustom proof-script-comment-start-regexp 330,12229
(defcustom proof-script-comment-end 338,12548
(defcustom proof-script-comment-end-regexp 350,12970
(defcustom proof-string-start-regexp 358,13283
(defcustom proof-string-end-regexp 363,13448
(defcustom proof-case-fold-search 368,13609
(defcustom proof-save-command-regexp 377,14021
(defcustom proof-save-with-hole-regexp 382,14131
(defcustom proof-save-with-hole-result 393,14506
(defcustom proof-goal-command-regexp 403,14946
(defcustom proof-goal-with-hole-regexp 411,15233
(defcustom proof-goal-with-hole-result 423,15676
(defcustom proof-non-undoables-regexp 432,16050
(defcustom proof-nested-undo-regexp 443,16505
(defcustom proof-ignore-for-undo-count 459,17217
(defcustom proof-script-imenu-generic-expression 467,17520
(defcustom proof-goal-command-p 475,17859
(defcustom proof-really-save-command-p 486,18350
(defcustom proof-completed-proof-behaviour 495,18657
(defcustom proof-count-undos-fn 523,20006
(defcustom proof-find-and-forget-fn 535,20557
(defcustom proof-forget-id-command 552,21266
(defcustom pg-topterm-goalhyplit-fn 562,21624
(defcustom proof-kill-goal-command 574,22159
(defcustom proof-undo-n-times-cmd 588,22663
(defcustom proof-nested-goals-history-p 602,23200
(defcustom proof-arbitrary-undo-positions 611,23537
(defcustom proof-state-preserving-p 625,24118
(defcustom proof-activate-scripting-hook 635,24590
(defcustom proof-deactivate-scripting-hook 654,25371
(defcustom proof-script-evaluate-elisp-comment-regexp 663,25701
(defcustom proof-indent 681,26287
(defcustom proof-indent-hang 686,26394
(defcustom proof-indent-enclose-offset 691,26520
(defcustom proof-indent-open-offset 696,26662
(defcustom proof-indent-close-offset 701,26799
(defcustom proof-indent-any-regexp 706,26937
(defcustom proof-indent-inner-regexp 711,27097
(defcustom proof-indent-enclose-regexp 716,27251
(defcustom proof-indent-open-regexp 721,27405
(defcustom proof-indent-close-regexp 726,27557
(defcustom proof-script-font-lock-keywords 732,27711
(defcustom proof-script-syntax-table-entries 740,28063
(defcustom proof-script-span-context-menu-extensions 758,28459
(defgroup proof-shell 784,29219
(defcustom proof-prog-name 794,29389
(defcustom proof-shell-auto-terminate-commands 805,29809
(defcustom proof-shell-pre-sync-init-cmd 814,30214
(defcustom proof-shell-init-cmd 828,30772
(defcustom proof-shell-init-hook 840,31318
(defcustom proof-shell-restart-cmd 845,31457
(defcustom proof-shell-quit-cmd 850,31612
(defcustom proof-shell-quit-timeout 855,31779
(defcustom proof-shell-cd-cmd 864,32170
(defcustom proof-shell-start-silent-cmd 881,32841
(defcustom proof-shell-stop-silent-cmd 890,33217
(defcustom proof-shell-silent-threshold 899,33552
(defcustom  proof-shell-inform-file-processed-cmd 907,33886
(defcustom  proof-shell-inform-file-retracted-cmd 928,34814
(defcustom proof-auto-multiple-files 956,36086
(defcustom proof-cannot-reopen-processed-files 971,36807
(defcustom proof-shell-require-command-regexp 985,37473
(defcustom proof-done-advancing-require-function 996,37935
(defcustom proof-shell-annotated-prompt-regexp 1008,38295
(defcustom proof-shell-error-regexp 1023,38860
(defcustom proof-shell-truncate-before-error 1043,39662
(defcustom pg-next-error-regexp 1057,40201
(defcustom pg-next-error-filename-regexp 1072,40810
(defcustom pg-next-error-extract-filename 1096,41843
(defcustom proof-shell-interrupt-regexp 1103,42086
(defcustom proof-shell-proof-completed-regexp 1117,42681
(defcustom proof-shell-clear-response-regexp 1130,43189
(defcustom proof-shell-clear-goals-regexp 1142,43641
(defcustom proof-shell-start-goals-regexp 1154,44087
(defcustom proof-shell-end-goals-regexp 1162,44454
(defcustom proof-shell-eager-annotation-start 1176,45027
(defcustom proof-shell-eager-annotation-start-length 1199,46046
(defcustom proof-shell-eager-annotation-end 1210,46472
(defcustom proof-shell-strip-output-markup 1226,47147
(defcustom proof-shell-assumption-regexp 1235,47532
(defcustom proof-shell-process-file 1245,47936
(defcustom proof-shell-retract-files-regexp 1271,49012
(defcustom proof-shell-compute-new-files-list 1284,49500
(defcustom pg-special-char-regexp 1299,50067
(defcustom proof-shell-set-elisp-variable-regexp 1304,50211
(defcustom proof-shell-match-pgip-cmd 1342,51877
(defcustom proof-shell-issue-pgip-cmd 1356,52359
(defcustom proof-use-pgip-askprefs 1361,52524
(defcustom proof-shell-query-dependencies-cmd 1369,52871
(defcustom proof-shell-theorem-dependency-list-regexp 1376,53131
(defcustom proof-shell-theorem-dependency-list-split 1392,53791
(defcustom proof-shell-show-dependency-cmd 1401,54214
(defcustom proof-shell-trace-output-regexp 1423,55120
(defcustom proof-shell-thms-output-regexp 1441,55714
(defcustom proof-tokens-activate-command 1454,56097
(defcustom proof-tokens-deactivate-command 1461,56337
(defcustom proof-tokens-extra-modes 1468,56582
(defcustom proof-shell-unicode 1483,57087
(defcustom proof-shell-filename-escapes 1492,57477
(defcustom proof-shell-process-connection-type 1509,58157
(defcustom proof-shell-strip-crs-from-input 1515,58348
(defcustom proof-shell-strip-crs-from-output 1527,58831
(defcustom proof-shell-insert-hook 1535,59199
(defcustom proof-script-preprocess 1576,61159
(defcustom proof-shell-handle-delayed-output-hook1582,61310
(defcustom proof-shell-handle-error-or-interrupt-hook1588,61525
(defcustom proof-shell-pre-interrupt-hook1606,62271
(defcustom proof-shell-handle-output-system-specific 1614,62542
(defcustom proof-state-change-hook 1637,63515
(defcustom proof-shell-syntax-table-entries 1647,63908
(defgroup proof-goals 1665,64279
(defcustom pg-subterm-first-special-char 1670,64400
(defcustom pg-subterm-anns-use-stack 1678,64712
(defcustom pg-goals-change-goal 1687,65011
(defcustom pbp-goal-command 1692,65127
(defcustom pbp-hyp-command 1697,65283
(defcustom pg-subterm-help-cmd 1702,65445
(defcustom pg-goals-error-regexp 1709,65681
(defcustom proof-shell-result-start 1714,65841
(defcustom proof-shell-result-end 1720,66075
(defcustom pg-subterm-start-char 1726,66288
(defcustom pg-subterm-sep-char 1737,66762
(defcustom pg-subterm-end-char 1743,66941
(defcustom pg-topterm-regexp 1749,67098
(defcustom proof-goals-font-lock-keywords 1764,67698
(defcustom proof-response-font-lock-keywords 1772,68057
(defcustom proof-shell-font-lock-keywords 1780,68419
(defcustom pg-before-fontify-output-hook 1791,68933
(defcustom pg-after-fontify-output-hook 1799,69294

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,2168
(defvar proof-display-some-buffers-count 36,816
(defun proof-display-some-buffers 38,861
(defun proof-menu-define-keys 95,2988
(defun proof-menu-define-main 153,5813
(defvar proof-menu-favourites 162,5998
(defvar proof-menu-settings 165,6105
(defun proof-menu-define-specific 169,6194
(defun proof-assistant-menu-update 212,7456
(defvar proof-help-menu226,7889
(defvar proof-show-hide-menu234,8159
(defvar proof-buffer-menu245,8583
(defun proof-keep-response-history 308,10899
(defconst proof-quick-opts-menu316,11209
(defun proof-quick-opts-vars 534,20115
(defun proof-quick-opts-changed-from-defaults-p 566,21055
(defun proof-quick-opts-changed-from-saved-p 570,21160
(defun proof-set-document-centred 578,21316
(defun proof-set-non-document-centred 591,21742
(defun proof-quick-opts-save 610,22453
(defun proof-quick-opts-reset 615,22621
(defconst proof-config-menu627,22889
(defconst proof-advanced-menu634,23068
(defvar proof-menu652,23752
(defun proof-main-menu 661,24034
(defun proof-aux-menu 673,24373
(defun proof-menu-define-favourites-menu 689,24719
(defun proof-def-favourite 709,25368
(defvar proof-make-favourite-cmd-history 736,26361
(defvar proof-make-favourite-menu-history 739,26446
(defun proof-save-favourites 742,26532
(defun proof-del-favourite 747,26680
(defun proof-read-favourite 764,27236
(defun proof-add-favourite 788,28010
(defun proof-menu-define-settings-menu 815,29055
(defun proof-menu-entry-name 848,30186
(defun proof-menu-entry-for-setting 858,30536
(defun proof-settings-vars 877,31068
(defun proof-settings-changed-from-defaults-p 882,31245
(defun proof-settings-changed-from-saved-p 886,31351
(defun proof-settings-save 890,31454
(defun proof-settings-reset 895,31621
(defun proof-assistant-invisible-command-ifposs 900,31784
(defun proof-maybe-askprefs 922,32754
(defun proof-assistant-settings-cmd 928,32947
(defun proof-assistant-settings-cmds 936,33231
(defvar proof-assistant-format-table946,33573
(defun proof-assistant-format-bool 954,33943
(defun proof-assistant-format-int 957,34056
(defun proof-assistant-format-string 960,34148
(defun proof-assistant-format 963,34246

generic/proof-mmm.el,70
(defun proof-mmm-set-global 43,1439
(defun proof-mmm-enable 58,1978

generic/proof-script.el,5496
(deflocal proof-active-buffer-fake-minor-mode 46,1414
(deflocal proof-script-buffer-file-name 49,1540
(deflocal pg-script-portions 56,1950
(defun proof-next-element-count 66,2170
(defun proof-element-id 72,2412
(defun proof-next-element-id 76,2581
(deflocal proof-locked-span 112,3885
(deflocal proof-queue-span 119,4151
(deflocal proof-overlay-arrow 128,4637
(defun proof-span-give-warning 134,4764
(defun proof-span-read-only 140,4944
(defun proof-strict-read-only 149,5317
(defsubst proof-set-queue-endpoints 159,5695
(defun proof-set-overlay-arrow 163,5836
(defsubst proof-set-locked-endpoints 174,6174
(defsubst proof-detach-queue 179,6350
(defsubst proof-detach-locked 184,6489
(defsubst proof-set-queue-start 191,6714
(defsubst proof-set-locked-end 195,6840
(defsubst proof-set-queue-end 207,7310
(defun proof-init-segmentation 218,7607
(defun proof-colour-locked 248,8858
(defun proof-colour-locked-span 255,9131
(defun proof-sticky-errors 261,9404
(defun proof-restart-buffers 274,9820
(defun proof-script-buffers-with-spans 296,10639
(defun proof-script-remove-all-spans-and-deactivate 306,10995
(defun proof-script-clear-queue-spans-on-error 310,11185
(defun proof-script-delete-spans 336,12202
(defun proof-script-delete-secondary-spans 341,12401
(defun proof-unprocessed-begin 354,12690
(defun proof-script-end 362,12944
(defun proof-queue-or-locked-end 371,13254
(defun proof-locked-region-full-p 390,13847
(defun proof-locked-region-empty-p 399,14119
(defun proof-only-whitespace-to-locked-region-p 403,14269
(defun proof-in-locked-region-p 413,14618
(defun proof-goto-end-of-locked 425,14875
(defun proof-goto-end-of-locked-if-pos-not-visible-in-window 442,15634
(defun proof-goto-end-of-locked-on-error-if-pos-not-visible-in-window 453,16115
(defun proof-end-of-locked-visible-p 465,16655
(defconst pg-idioms 484,17248
(defconst pg-all-idioms 487,17344
(defun pg-clear-script-portions 491,17465
(defun pg-remove-element 497,17700
(defun pg-get-element 505,18003
(defun pg-add-element 515,18318
(defun pg-invisible-prop 563,20297
(defun pg-set-element-span-invisible 568,20498
(defun pg-toggle-element-span-visibility 581,21064
(defun pg-open-invisible-span 586,21225
(defun pg-make-element-invisible 591,21396
(defun pg-make-element-visible 596,21607
(defun pg-toggle-element-visibility 601,21801
(defun pg-show-all-portions 607,22064
(defun pg-show-all-proofs 626,22772
(defun pg-hide-all-proofs 631,22900
(defun pg-add-proof-element 636,23031
(defun pg-span-name 651,23818
(defvar pg-span-context-menu-keymap684,25025
(defun pg-last-output-displayform 691,25263
(defun pg-set-span-helphighlights 714,26154
(defun proof-complete-buffer-atomic 772,28131
(defun proof-register-possibly-new-processed-file801,29401
(defun proof-query-save-this-buffer-p 847,31275
(defun proof-inform-prover-file-retracted 852,31500
(defun proof-auto-retract-dependencies 872,32351
(defun proof-unregister-buffer-file-name 926,34901
(defun proof-protected-process-or-retract 972,36726
(defun proof-deactivate-scripting-auto 999,37896
(defun proof-deactivate-scripting 1008,38254
(defun proof-activate-scripting 1138,43398
(defun proof-toggle-active-scripting 1239,47918
(defun proof-done-advancing 1278,49163
(defun proof-done-advancing-comment 1357,52148
(defun proof-done-advancing-save 1391,53534
(defun proof-make-goalsave1479,56898
(defun proof-get-name-from-goal 1497,57763
(defun proof-done-advancing-autosave 1517,58788
(defun proof-done-advancing-other 1581,61284
(defun proof-segment-up-to-parser 1610,62248
(defun proof-script-generic-parse-find-comment-end 1679,64514
(defun proof-script-generic-parse-cmdend 1688,64928
(defun proof-script-generic-parse-cmdstart 1739,66824
(defun proof-script-generic-parse-sexp 1778,68424
(defun proof-semis-to-vanillas 1790,68890
(defun proof-next-command-new-line 1843,70563
(defun proof-script-next-command-advance 1848,70769
(defun proof-assert-until-point 1867,71269
(defun proof-assert-electric-terminator 1882,71896
(defun proof-assert-semis 1925,73528
(defun proof-retract-before-change 1939,74269
(defun proof-insert-pbp-command 1959,74865
(defun proof-insert-sendback-command 1974,75368
(defun proof-done-retracting 2000,76271
(defun proof-setup-retract-action 2035,77725
(defun proof-last-goal-or-goalsave 2047,78330
(defun proof-retract-target 2071,79242
(defun proof-retract-until-point-interactive 2150,82495
(defun proof-retract-until-point 2159,82902
(define-derived-mode proof-mode 2214,84910
(defun proof-script-set-visited-file-name 2250,86292
(defun proof-script-set-buffer-hooks 2272,87305
(defun proof-script-kill-buffer-fn 2280,87723
(defun proof-config-done-related 2312,89040
(defun proof-generic-goal-command-p 2377,91525
(defun proof-generic-state-preserving-p 2382,91738
(defun proof-generic-count-undos 2391,92255
(defun proof-generic-find-and-forget 2422,93383
(defconst proof-script-important-settings2473,95155
(defun proof-config-done 2488,95701
(defun proof-setup-parsing-mechanism 2555,97866
(defun proof-setup-imenu 2579,98938
(deflocal proof-segment-up-to-cache 2606,99716
(deflocal proof-segment-up-to-cache-start 2607,99757
(deflocal proof-last-edited-low-watermark 2608,99802
(defun proof-segment-up-to-using-cache 2618,100289
(defun proof-segment-cache-contents-for 2650,101534
(defun proof-script-after-change-function 2662,101903
(defun proof-script-set-after-change-functions 2674,102410

generic/proof-shell.el,3598
(defvar proof-marker 34,744
(defvar proof-action-list 37,840
(defsubst proof-shell-invoke-callback 57,1594
(defvar proof-shell-last-goals-output 71,2086
(defvar proof-shell-last-response-output 74,2166
(defvar proof-shell-delayed-output-start 77,2253
(defvar proof-shell-delayed-output-end 81,2435
(defvar proof-shell-delayed-output-flags 85,2615
(defvar proof-shell-interrupt-pending 88,2740
(defcustom proof-shell-active-scripting-indicator99,3035
(defun proof-shell-ready-prover 151,4619
(defsubst proof-shell-live-buffer 165,5158
(defun proof-shell-available-p 172,5397
(defun proof-grab-lock 178,5619
(defun proof-release-lock 188,6048
(defcustom proof-shell-fiddle-frames 198,6222
(defun proof-shell-set-text-representation 203,6380
(defun proof-shell-start 211,6708
(defvar proof-shell-kill-function-hooks 385,12533
(defun proof-shell-kill-function 388,12631
(defun proof-shell-clear-state 441,14526
(defun proof-shell-exit 457,15001
(defun proof-shell-bail-out 470,15505
(defun proof-shell-restart 480,16027
(defvar proof-shell-urgent-message-marker 521,17399
(defvar proof-shell-urgent-message-scanner 524,17520
(defun proof-shell-handle-error-output 528,17705
(defun proof-shell-handle-error-or-interrupt 554,18567
(defun proof-shell-error-or-interrupt-action 597,20316
(defun proof-goals-pos 624,21413
(defun proof-pbp-focus-on-first-goal 629,21624
(defsubst proof-shell-string-match-safe 641,22040
(defun proof-shell-handle-immediate-output 645,22201
(defun proof-interrupt-process 712,24808
(defun proof-shell-insert 746,26041
(defun proof-shell-action-list-item 797,27867
(defun proof-shell-set-silent 802,28109
(defun proof-shell-start-silent-item 808,28328
(defun proof-shell-clear-silent 814,28517
(defun proof-shell-stop-silent-item 820,28739
(defsubst proof-shell-should-be-silent 826,28928
(defsubst proof-shell-insert-action-item 837,29438
(defsubst proof-shell-slurp-comments 841,29613
(defun proof-add-to-queue 852,30018
(defun proof-start-queue 910,32042
(defun proof-extend-queue 921,32436
(defun proof-shell-exec-loop 935,32904
(defun proof-shell-insert-loopback-cmd 1003,35207
(defun proof-shell-process-urgent-message 1028,36371
(defun proof-shell-process-urgent-message-default 1077,38091
(defun proof-shell-process-urgent-message-trace 1093,38675
(defun proof-shell-process-urgent-message-retract 1106,39234
(defun proof-shell-process-urgent-message-elisp 1127,40082
(defun proof-shell-process-urgent-message-thmdeps 1142,40577
(defun proof-shell-strip-eager-annotations 1156,40956
(defun proof-shell-filter 1172,41456
(defun proof-shell-filter-first-command 1272,44828
(defun proof-shell-process-urgent-messages 1287,45371
(defun proof-shell-filter-manage-output 1337,46937
(defsubst proof-shell-display-output-as-response 1369,48184
(defun proof-shell-handle-delayed-output 1375,48479
(defvar pg-last-tracing-output-time 1470,51938
(defconst pg-slow-mode-duration 1473,52044
(defconst pg-fast-tracing-mode-threshold 1476,52126
(defvar pg-tracing-cleanup-timer 1479,52254
(defun pg-tracing-tight-loop 1481,52293
(defun pg-finish-tracing-display 1524,54005
(defun proof-shell-wait 1542,54369
(defun proof-done-invisible 1572,55574
(defun proof-shell-invisible-command 1578,55744
(defun proof-shell-invisible-cmd-get-result 1625,57336
(defun proof-shell-invisible-command-invisible-result 1637,57772
(defun pg-insert-last-output-as-comment 1657,58273
(define-derived-mode proof-shell-mode 1676,58745
(defconst proof-shell-important-settings1713,59772
(defun proof-shell-config-done 1719,59887

generic/proof-site.el,665
(defconst proof-assistant-table-default26,771
(defconst proof-general-short-version59,1766
(defconst proof-general-version-year 65,1953
(defgroup proof-general 72,2106
(defgroup proof-general-internals 77,2214
(defun proof-home-directory-fn 90,2602
(defcustom proof-home-directory101,2974
(defcustom proof-images-directory110,3340
(defcustom proof-info-directory116,3542
(defcustom proof-assistant-table145,4519
(defcustom proof-assistants 182,5687
(defun proof-ready-for-assistant 211,6841
(defvar proof-general-configured-provers 263,9133
(defun proof-chose-prover 333,11656
(defun proofgeneral 338,11788
(defun proof-visit-example-file 347,12106

generic/proof-splash.el,991
(defcustom proof-splash-enable 34,1008
(defcustom proof-splash-time 39,1160
(defcustom proof-splash-contents47,1444
(defconst proof-splash-startup-msg91,3009
(defconst proof-splash-welcome 100,3387
(define-derived-mode proof-splash-mode 103,3491
(define-key proof-splash-mode-map 109,3665
(define-key proof-splash-mode-map 110,3717
(defsubst proof-emacs-imagep 115,3844
(defun proof-get-image 120,3969
(defvar proof-splash-timeout-conf 142,4769
(defun proof-splash-centre-spaces 145,4882
(defun proof-splash-remove-screen 172,6038
(defun proof-splash-remove-buffer 189,6694
(defvar proof-splash-seen 200,7082
(defun proof-splash-insert-contents 203,7184
(defun proof-splash-display-screen 243,8314
(defalias 'pg-about pg-about279,9836
(defun proof-splash-message 282,9902
(defun proof-splash-timeout-waiter 295,10346
(defvar proof-splash-old-frame-title-format 308,10904
(defun proof-splash-set-frame-titles 310,10954
(defun proof-splash-unset-frame-titles 319,11269

generic/proof-syntax.el,1278
(defsubst proof-ids-to-regexp 22,517
(defsubst proof-anchor-regexp 29,755
(defconst proof-no-regexp 33,860
(defsubst proof-regexp-alt 36,951
(defsubst proof-regexp-alt-list 45,1263
(defsubst proof-re-search-forward-region 49,1398
(defsubst proof-search-forward 62,1896
(defsubst proof-replace-regexp-in-string 69,2166
(defsubst proof-re-search-forward 74,2417
(defsubst proof-re-search-backward 79,2675
(defsubst proof-re-search-forward-safe 84,2936
(defsubst proof-string-match 90,3217
(defsubst proof-string-match-safe 95,3446
(defsubst proof-stringfn-match 99,3650
(defsubst proof-looking-at 106,3913
(defsubst proof-looking-at-safe 111,4100
(defun proof-buffer-syntactic-context 120,4313
(defsubst proof-looking-at-syntactic-context-default 141,5175
(defun proof-looking-at-syntactic-context 150,5530
(defun proof-inside-comment 159,5992
(defun proof-inside-string 165,6165
(defsubst proof-replace-string 175,6364
(defsubst proof-replace-regexp 180,6568
(defsubst proof-replace-regexp-nocasefold 185,6777
(defvar proof-id 195,7065
(defsubst proof-ids 201,7285
(defun proof-zap-commas 208,7537
(defadvice font-lock-fontify-keywords-region234,8423
(defun proof-format 250,9019
(defun proof-format-filename 269,9658
(defun proof-insert 316,11060

generic/proof-toolbar.el,2332
(defun proof-toolbar-function 33,813
(defun proof-toolbar-icon 37,960
(defun proof-toolbar-enabler 41,1107
(defun proof-toolbar-make-icon 50,1309
(defun proof-toolbar-make-toolbar-items 59,1617
(defvar proof-toolbar-map 85,2493
(defun proof-toolbar-available-p 88,2592
(defun proof-toolbar-setup 98,2898
(defun proof-toolbar-enable 119,3755
(defalias 'proof-toolbar-undo proof-toolbar-undo152,4813
(defun proof-toolbar-undo-enable-p 154,4881
(defalias 'proof-toolbar-delete proof-toolbar-delete161,5039
(defun proof-toolbar-delete-enable-p 163,5120
(defalias 'proof-toolbar-home proof-toolbar-home171,5302
(defalias 'proof-toolbar-next proof-toolbar-next175,5369
(defun proof-toolbar-next-enable-p 177,5440
(defalias 'proof-toolbar-goto proof-toolbar-goto183,5556
(defun proof-toolbar-goto-enable-p 185,5606
(defalias 'proof-toolbar-retract proof-toolbar-retract190,5691
(defun proof-toolbar-retract-enable-p 192,5748
(defalias 'proof-toolbar-use proof-toolbar-use198,5867
(defalias 'proof-toolbar-use-enable-p proof-toolbar-use-enable-p199,5919
(defalias 'proof-toolbar-restart proof-toolbar-restart203,6000
(defalias 'proof-toolbar-goal proof-toolbar-goal207,6065
(defalias 'proof-toolbar-qed proof-toolbar-qed211,6123
(defun proof-toolbar-qed-enable-p 213,6172
(defalias 'proof-toolbar-state proof-toolbar-state221,6334
(defalias 'proof-toolbar-state-enable-p proof-toolbar-state-enable-p222,6377
(defalias 'proof-toolbar-context proof-toolbar-context226,6456
(defalias 'proof-toolbar-context-enable-p proof-toolbar-context-enable-p227,6502
(defalias 'proof-toolbar-command proof-toolbar-command231,6583
(defalias 'proof-toolbar-command-enable-p proof-toolbar-command-enable-p232,6639
(defun proof-toolbar-help 236,6744
(defalias 'proof-toolbar-find proof-toolbar-find242,6824
(defalias 'proof-toolbar-find-enable-p proof-toolbar-find-enable-p243,6876
(defalias 'proof-toolbar-info proof-toolbar-info247,6951
(defalias 'proof-toolbar-info-enable-p proof-toolbar-info-enable-p248,7006
(defalias 'proof-toolbar-visibility proof-toolbar-visibility252,7104
(defun proof-toolbar-visibility-enable-p 254,7164
(defalias 'proof-toolbar-interrupt proof-toolbar-interrupt259,7278
(defun proof-toolbar-interrupt-enable-p 260,7339
(defun proof-toolbar-scripting-menu 268,7492

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,559
(defun proof-set-value 29,738
(defcustom proof-electric-terminator-enable 62,1861
(defcustom proof-toolbar-enable 74,2393
(defcustom proof-imenu-enable 80,2566
(defcustom pg-show-hints 86,2737
(defcustom proof-shell-quiet-errors 91,2870
(defcustom proof-trace-output-slow-catchup 98,3141
(defcustom proof-strict-state-preserving 108,3638
(defcustom proof-strict-read-only 121,4247
(defcustom proof-three-window-enable 134,4826
(defcustom proof-multiple-frames-enable 153,5576
(defcustom proof-delete-empty-windows 162,5909
(defcustom proof-shrink-windows-tofit 173,6440
(defcustom proof-auto-raise-buffers 180,6712
(defcustom proof-colour-locked 187,6947
(defcustom proof-sticky-errors 195,7197
(defcustom proof-query-file-save-when-activating-scripting202,7414
(defcustom proof-prog-name-ask218,8134
(defcustom proof-prog-name-guess224,8294
(defcustom proof-tidy-response232,8559
(defcustom proof-keep-response-history246,9022
(defcustom pg-input-ring-size 256,9410
(defcustom proof-general-debug 261,9562
(defcustom proof-use-parser-cache 270,9933
(defcustom proof-follow-mode 277,10189
(defcustom proof-auto-action-when-deactivating-scripting 301,11366
(defcustom proof-rsh-command 324,12315
(defcustom proof-disappearing-proofs 340,12865
(defcustom proof-full-annotation 345,13026
(defcustom proof-minibuffer-messages 354,13396
(defcustom proof-autosend-enable 362,13705
(defcustom proof-autosend-delay 368,13885
(defcustom proof-autosend-all 374,14043
(defcustom proof-fast-process-buffer 379,14212

generic/proof-utils.el,1567
(defmacro proof-with-current-buffer-if-exists 61,1730
(defmacro proof-with-script-buffer 70,2107
(defmacro proof-map-buffers 81,2488
(defmacro proof-sym 86,2673
(defsubst proof-try-require 91,2834
(defun proof-save-some-buffers 104,3165
(defun proof-save-this-buffer 124,3761
(defun proof-file-truename 137,4125
(defun proof-files-to-buffers 141,4307
(defun proof-buffers-in-mode 149,4546
(defun pg-save-from-death 163,4996
(defun proof-define-keys 182,5612
(defun pg-remove-specials 193,5897
(defun pg-remove-specials-in-string 203,6233
(defun proof-safe-split-window-vertically 213,6458
(defun proof-warn-if-unset 219,6656
(defun proof-get-window-for-buffer 224,6874
(defun proof-display-and-keep-buffer 273,9184
(defun proof-clean-buffer 315,10907
(defun pg-internal-warning 331,11563
(defun proof-debug 339,11845
(defun proof-switch-to-buffer 349,12216
(defun proof-resize-window-tofit 371,13340
(defun proof-submit-bug-report 466,17188
(defun proof-deftoggle-fn 501,18545
(defmacro proof-deftoggle 516,19211
(defun proof-defintset-fn 527,19724
(defmacro proof-defintset 543,20428
(defun proof-defstringset-fn 550,20807
(defmacro proof-defstringset 563,21433
(defun proof-escape-keymap-doc 576,21889
(defmacro proof-defshortcut 580,22043
(defmacro proof-definvisible 595,22641
(defun pg-custom-save-vars 622,23570
(defun pg-custom-reset-vars 638,24214
(defun proof-locate-executable 651,24551
(defun pg-current-word-pos 666,25101
(defsubst proof-shell-strip-output-markup 711,26756
(defun proof-minibuffer-message 717,27020

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,1588
(defun pg-loadpath 78,2287
(defun unload-pg 88,2458
(defun profile-pg 119,3352
(defun elp-pack-number 148,4379
(defun pg-bug-references 157,4579

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,976
(defun pg-custom-undeclare-variable 53,1778
(defmacro save-selected-frame 85,2549
(defmacro declare-function 147,4461

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,610
(defalias 'span-end span-end23,648
(defalias 'span-set-property span-set-property24,682
(defalias 'span-property span-property25,725
(defalias 'span-make span-make26,764
(defalias 'span-detach span-detach27,800
(defalias 'span-set-endpoints span-set-endpoints28,840
(defalias 'span-buffer span-buffer29,885
(defun span-read-only-hook 31,926
(defsubst span-read-only 36,1116
(defsubst span-read-write 43,1426
(defsubst span-write-warning 48,1596
(defsubst span-lt 59,2120
(defsubst spans-at-point-prop 64,2264
(defsubst spans-at-region-prop 73,2455
(defsubst span-at 83,2721
(defsubst span-delete 87,2847
(defsubst span-mapcar-spans 94,3069
(defsubst span-mapc-spans 98,3244
(defsubst span-mapcar-spans-inorder 102,3415
(defun span-at-before 108,3620
(defsubst prev-span 125,4344
(defsubst next-span 131,4497
(defsubst span-live-p 137,4711
(defsubst span-raise 143,4877
(defsubst span-string 147,5010
(defsubst set-span-properties 152,5170
(defsubst span-find-span 158,5364
(defsubst span-at-event 166,5676
(defun fold-spans 172,5873
(defsubst span-detached-p 186,6406
(defsubst set-span-face 190,6522
(defsubst set-span-keymap 194,6620
(defsubst span-delete-spans 202,6789
(defsubst span-property-safe 206,6951
(defsubst span-set-start 210,7088
(defsubst span-set-end 214,7220
(defun span-make-self-removing-span 222,7380
(defun span-delete-self-modification-hook 232,7748
(defun span-make-modifying-removing-span 237,7922

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,1712
(defcustom unicode-tokens-add-help-echo 60,1837
(defun unicode-tokens-toggle-add-help-echo 65,2004
(defvar unicode-tokens-token-symbol-map 79,2410
(defvar unicode-tokens-token-format 98,3069
(defvar unicode-tokens-token-variant-format-regexp 104,3318
(defvar unicode-tokens-shortcut-alist 118,3851
(defvar unicode-tokens-shortcut-replacement-alist 124,4128
(defvar unicode-tokens-control-region-format-regexp 132,4334
(defvar unicode-tokens-control-char-format-regexp 139,4702
(defvar unicode-tokens-control-regions 146,5063
(defvar unicode-tokens-control-characters 149,5139
(defvar unicode-tokens-control-char-format 152,5221
(defvar unicode-tokens-control-region-format-start 155,5334
(defvar unicode-tokens-control-region-format-end 158,5451
(defvar unicode-tokens-tokens-customizable-variables 161,5564
(defconst unicode-tokens-configuration-variables168,5732
(defun unicode-tokens-config 183,6131
(defun unicode-tokens-config-var 187,6276
(defun unicode-tokens-copy-configuration-variables 199,6716
(defvar unicode-tokens-token-list 227,7932
(defvar unicode-tokens-hash-table 230,8052
(defvar unicode-tokens-token-match-regexp 233,8168
(defvar unicode-tokens-uchar-hash-table 239,8451
(defvar unicode-tokens-uchar-regexp 243,8638
(defgroup unicode-tokens-faces 251,8823
(defconst unicode-tokens-font-family-alternatives261,9120
(defface unicode-tokens-symbol-font-face276,9617
(defface unicode-tokens-script-font-face286,9975
(defface unicode-tokens-fraktur-font-face291,10119
(defface unicode-tokens-serif-font-face296,10244
(defface unicode-tokens-sans-font-face301,10381
(defface unicode-tokens-highlight-face306,10503
(defconst unicode-tokens-fonts315,10865
(defconst unicode-tokens-fontsymb-properties324,11082
(define-widget 'unicode-tokens-token-symbol-map unicode-tokens-token-symbol-map352,12698
(define-widget 'unicode-tokens-shortcut-alist unicode-tokens-shortcut-alist370,13250
(defconst unicode-tokens-font-lock-extra-managed-props383,13581
(defun unicode-tokens-font-lock-keywords 387,13735
(defun unicode-tokens-calculate-token-match 420,15106
(defun unicode-tokens-usable-composition 450,16142
(defun unicode-tokens-help-echo 463,16521
(defvar unicode-tokens-show-symbols 468,16723
(defun unicode-tokens-interpret-composition 471,16837
(defun unicode-tokens-font-lock-compose-symbol 489,17349
(defun unicode-tokens-prepend-text-properties-in-match 527,18881
(defun unicode-tokens-prepend-text-property 541,19459
(defun unicode-tokens-show-symbols 566,20604
(defun unicode-tokens-symbs-to-props 574,20914
(defvar unicode-tokens-show-controls 594,21613
(defun unicode-tokens-show-controls 597,21704
(defun unicode-tokens-control-char 609,22217
(defun unicode-tokens-control-region 618,22656
(defun unicode-tokens-control-font-lock-keywords 629,23203
(defvar unicode-tokens-use-shortcuts 640,23527
(defun unicode-tokens-use-shortcuts 643,23630
(defun unicode-tokens-map-ordering 659,24226
(defun unicode-tokens-quail-define-rules 668,24579
(defun unicode-tokens-insert-token 691,25256
(defun unicode-tokens-annotate-region 700,25560
(defun unicode-tokens-insert-control 724,26398
(defun unicode-tokens-insert-uchar-as-token 734,26847
(defun unicode-tokens-delete-token-near-point 740,27068
(defun unicode-tokens-delete-backward-char 752,27509
(defun unicode-tokens-delete-char 763,27890
(defun unicode-tokens-delete-backward-1 774,28244
(defun unicode-tokens-delete-1 791,28840
(defun unicode-tokens-prev-token 807,29384
(defun unicode-tokens-rotate-token-forward 815,29681
(defun unicode-tokens-rotate-token-backward 842,30571
(defun unicode-tokens-replace-shortcut-match 847,30773
(defun unicode-tokens-replace-shortcuts 856,31143
(defun unicode-tokens-replace-unicode-match 870,31741
(defun unicode-tokens-replace-unicode 877,32042
(defun unicode-tokens-copy-token 894,32641
(define-button-type 'unicode-tokens-listunicode-tokens-list901,32862
(defun unicode-tokens-list-tokens 907,33066
(defun unicode-tokens-list-shortcuts 946,34250
(defalias 'unicode-tokens-list-unicode-chars unicode-tokens-list-unicode-chars964,34888
(defun unicode-tokens-encode-in-temp-buffer 966,34961
(defun unicode-tokens-encode 984,35617
(defun unicode-tokens-encode-str 990,35853
(defun unicode-tokens-copy 994,36015
(defun unicode-tokens-paste 1003,36421
(defvar unicode-tokens-highlight-unicode 1022,37142
(defconst unicode-tokens-unicode-highlight-patterns1025,37234
(defun unicode-tokens-highlight-unicode 1029,37403
(defun unicode-tokens-highlight-unicode-setkeywords 1041,37866
(defun unicode-tokens-initialise 1053,38235
(defvar unicode-tokens-mode-map 1073,38906
(defvar unicode-tokens-display-table1076,39003
(define-minor-mode unicode-tokens-mode1083,39254
(defun unicode-tokens-set-font-var 1219,43807
(defun unicode-tokens-set-font-var-aux 1235,44296
(defun unicode-tokens-mouse-set-font 1266,45457
(defsubst unicode-tokens-face-font-sym 1279,45971
(defun unicode-tokens-set-font-restart 1283,46151
(defun unicode-tokens-save-fonts 1294,46461
(defun unicode-tokens-custom-save-faces 1302,46717
(define-key unicode-tokens-mode-map1319,47173
(define-key unicode-tokens-mode-map1322,47280
(defvar unicode-tokens-quail-translation-keymap1326,47370
(define-key unicode-tokens-quail-translation-keymap1333,47560
(defun unicode-tokens-quail-delete-last-char 1337,47694
(define-key unicode-tokens-mode-map 1352,48121
(define-key unicode-tokens-mode-map 1354,48213
(define-key unicode-tokens-mode-map1356,48304
(define-key unicode-tokens-mode-map1358,48410
(define-key unicode-tokens-mode-map1361,48525
(define-key unicode-tokens-mode-map1363,48634
(define-key unicode-tokens-mode-map1365,48742
(define-key unicode-tokens-mode-map1367,48848
(defun unicode-tokens-customize-submenu 1375,48972
(defun unicode-tokens-define-menu 1382,49195

contrib/mmm/mmm-auto.el,343
(defvar mmm-autoloaded-classes67,2675
(defun mmm-autoload-class 89,3438
(defvar mmm-changed-buffers-list 129,4991
(defun mmm-major-mode-change 132,5098
(defun mmm-check-changed-buffers 145,5619
(defun mmm-mode-on-maybe 154,5969
(defalias 'mmm-add-find-file-hooks mmm-add-find-file-hooks166,6373
(defun mmm-add-find-file-hook 167,6433

contrib/mmm/mmm-class.el,415
(defun mmm-get-class-spec 42,1295
(defun mmm-get-class-parameter 59,1938
(defun mmm-set-class-parameter 63,2104
(defun* mmm-apply-class75,2454
(defun* mmm-apply-classes90,3071
(defun* mmm-apply-all 110,3802
(defun* mmm-ify124,4249
(defun* mmm-match-region206,7094
(defun mmm-match->point 269,9479
(defun mmm-match-and-verify 284,10049
(defun mmm-get-form 310,11100
(defun mmm-default-get-form 321,11575

contrib/mmm/mmm-cmds.el,712
(defun mmm-ify-by-class 41,1209
(defun mmm-ify-region 63,1821
(defun mmm-ify-by-regexp75,2242
(defun mmm-parse-buffer 97,2885
(defun mmm-parse-region 106,3221
(defun mmm-parse-block 115,3600
(defun mmm-get-block 132,4351
(defun mmm-reparse-current-region 146,4633
(defun mmm-clear-current-region 167,5209
(defun mmm-clear-regions 172,5373
(defun mmm-clear-all-regions 177,5519
(defun* mmm-end-current-region 185,5679
(defun mmm-narrow-to-submode-region 220,6927
(defun mmm-insert-region 239,7541
(defun mmm-insert-by-key 258,8347
(defun mmm-get-insertion-spec 342,11612
(defun mmm-insertion-help 369,12572
(defun mmm-display-insertion-key 379,12935
(defun mmm-get-all-insertion-keys 401,13722

contrib/mmm/mmm-compat.el,418
(defvar mmm-xemacs 40,1312
(defvar mmm-keywords-used49,1615
(defmacro mmm-regexp-opt 91,2631
(defvar mmm-evaporate-property110,3280
(defmacro mmm-set-keymap-default 128,4046
(defmacro mmm-event-key 137,4488
(defvar skeleton-positions 146,4707
(defun mmm-fixup-skeleton 147,4738
(defmacro mmm-make-temp-buffer 159,5161
(defvar mmm-font-lock-available-p 172,5557
(defmacro mmm-set-font-lock-defaults 179,5771

contrib/mmm/mmm-cweb.el,228
(defvar mmm-cweb-section-tags38,1116
(defvar mmm-cweb-section-regexp41,1163
(defvar mmm-cweb-c-part-tags44,1253
(defvar mmm-cweb-c-part-regexp47,1312
(defun mmm-cweb-in-limbo 50,1396
(defun mmm-cweb-verify-brief-c 57,1621

contrib/mmm/mmm-mason.el,410
(defvar mmm-mason-perl-tags41,1235
(defvar mmm-mason-pseudo-perl-tags45,1376
(defvar mmm-mason-non-perl-tags48,1452
(defvar mmm-mason-perl-tags-regexp51,1553
(defvar mmm-mason-pseudo-perl-tags-regexp56,1748
(defvar mmm-mason-tag-names-regexp61,1965
(defun mmm-mason-verify-inline 66,2185
(defun mmm-mason-start-line 156,4837
(defun mmm-mason-end-line 161,4902
(defun mmm-mason-set-mode-line 168,4996

contrib/mmm/mmm-mode.el,1023
(defun mmm-mode 101,3866
(defun mmm-mode-on 140,5371
(defun mmm-mode-off 181,7047
(defvar mmm-mode-map 206,7759
(defvar mmm-mode-prefix-map 209,7834
(defvar mmm-mode-menu-map 212,7944
(defun mmm-define-key 215,8035
(define-key mmm-mode-prefix-map 239,8790
(define-key mmm-mode-prefix-map 246,9048
(define-key mmm-mode-map 249,9159
(define-key mmm-mode-menu-map 252,9261
(define-key mmm-mode-menu-map 254,9333
(define-key mmm-mode-menu-map 256,9392
(define-key mmm-mode-menu-map 258,9473
(define-key mmm-mode-menu-map 260,9554
(define-key mmm-mode-menu-map 262,9641
(define-key mmm-mode-menu-map 265,9735
(define-key mmm-mode-menu-map 267,9795
(define-key mmm-mode-menu-map 270,9886
(define-key mmm-mode-menu-map 272,9946
(define-key mmm-mode-menu-map 274,10053
(define-key mmm-mode-menu-map 276,10138
(define-key mmm-mode-menu-map 279,10224
(define-key mmm-mode-menu-map 281,10284
(define-key mmm-mode-menu-map 283,10397
(define-key mmm-mode-menu-map 285,10482
(define-key mmm-mode-map 288,10565

contrib/mmm/mmm-region.el,1643
(defsubst mmm-overlay-at 54,1748
(defun mmm-overlays-at 59,1933
(defun mmm-included-p 72,2386
(defun mmm-overlays-containing 112,3875
(defun mmm-overlays-contained-in 125,4313
(defun mmm-overlays-overlapping 138,4753
(defun mmm-sort-overlays 149,5116
(defvar mmm-current-overlay 158,5358
(defvar mmm-previous-overlay 163,5573
(defvar mmm-current-submode 168,5761
(defvar mmm-previous-submode 173,5961
(defun mmm-update-current-submode 178,6134
(defun mmm-set-current-submode 199,6929
(defun mmm-submode-at 210,7372
(defun mmm-match-front 219,7647
(defun mmm-match-back 238,8408
(defun mmm-front-start 257,9153
(defun mmm-back-end 265,9457
(defun mmm-valid-submode-region 278,9804
(defun* mmm-make-region305,10960
(defun mmm-make-overlay 431,16310
(defun mmm-get-face 459,17443
(defun mmm-clear-overlays 470,17735
(defun mmm-update-mode-info 486,18200
(defun mmm-update-submode-region 571,21840
(defun mmm-add-hooks 588,22570
(defun mmm-remove-hooks 591,22667
(defun mmm-get-local-variables-list 597,22794
(defun mmm-get-locals 617,23490
(defun mmm-get-saved-local 630,23987
(defun mmm-set-local-variables 634,24152
(defun mmm-get-saved-local-variables 645,24530
(defun mmm-save-changed-local-variables 653,24805
(defun mmm-clear-local-variables 672,25509
(defun mmm-enable-font-lock 683,25774
(defun mmm-update-font-lock-buffer 691,26034
(defun mmm-refontify-maybe 704,26445
(defun mmm-submode-changes-in 719,26925
(defun mmm-regions-in 730,27282
(defun mmm-regions-alist 744,27760
(defun mmm-fontify-region 761,28287
(defun mmm-fontify-region-list 781,29283
(defun mmm-beginning-of-syntax 803,30031

contrib/mmm/mmm-rpm.el,154
(defconst mmm-rpm-sh-start-tags48,1617
(defvar mmm-rpm-sh-end-tags53,1841
(defvar mmm-rpm-sh-start-regexp57,2015
(defvar mmm-rpm-sh-end-regexp61,2193

contrib/mmm/mmm-sample.el,168
(defvar mmm-here-doc-mode-alist 84,2600
(defun mmm-here-doc-get-mode 93,3085
(defun mmm-file-variables-verify 208,6342
(defun mmm-file-variables-find-back 232,7147

contrib/mmm/mmm-univ.el,34
(defun mmm-univ-get-mode 38,1205

contrib/mmm/mmm-utils.el,282
(defmacro mmm-valid-buffer 42,1331
(defmacro mmm-save-all 61,1940
(defun mmm-format-string 74,2222
(defun mmm-format-matches 85,2660
(defmacro mmm-save-keyword 108,3418
(defmacro mmm-save-keywords 116,3745
(defun mmm-looking-back-at 129,4243
(defun mmm-make-marker 146,4783

contrib/mmm/mmm-vars.el,2668
(defgroup mmm 104,3282
(defvar mmm-c-derived-modes111,3392
(defvar mmm-save-local-variables115,3511
(defvar mmm-buffer-saved-locals 341,10292
(defvar mmm-region-saved-locals-defaults 346,10492
(defvar mmm-region-saved-locals-for-dominant 352,10752
(defgroup mmm-faces 362,11129
(defcustom mmm-submode-decoration-level 368,11300
(defface mmm-init-submode-face 386,12144
(defface mmm-cleanup-submode-face 390,12284
(defface mmm-declaration-submode-face 394,12421
(defface mmm-comment-submode-face 398,12567
(defface mmm-output-submode-face 402,12720
(defface mmm-special-submode-face 406,12869
(defface mmm-code-submode-face 410,13033
(defface mmm-default-submode-face 414,13172
(defface mmm-delimiter-face 419,13380
(defcustom mmm-mode-string 426,13506
(defcustom mmm-submode-mode-line-format 431,13637
(defvar mmm-primary-mode-display-name 448,14292
(defvar mmm-buffer-mode-display-name 453,14506
(defun mmm-set-mode-line 459,14805
(defvar mmm-classes 483,15613
(defvar mmm-global-classes 489,15858
(defcustom mmm-mode-ext-classes-alist 496,16040
(defun mmm-add-mode-ext-class 515,16830
(defcustom mmm-major-mode-preferences524,17155
(defun mmm-add-to-major-mode-preferences 542,17883
(defun mmm-ensure-modename 558,18641
(defun mmm-modename->function 567,18944
(defcustom mmm-delimiter-mode 581,19393
(defcustom mmm-mode-prefix-key 591,19662
(defcustom mmm-command-modifiers 596,19789
(defcustom mmm-insert-modifiers 610,20422
(defcustom mmm-use-old-command-keys 625,21100
(defun mmm-use-old-command-keys 635,21564
(defcustom mmm-mode-hook 643,21756
(defun mmm-run-constructed-hook 663,22563
(defun mmm-run-major-hook 671,22907
(defun mmm-run-submode-hook 674,22984
(defvar mmm-class-hooks-run 677,23071
(defun mmm-run-class-hook 682,23243
(defvar mmm-primary-mode-entry-hook 687,23415
(defcustom mmm-major-mode-hook 702,24062
(defun mmm-run-major-mode-hook 716,24693
(defcustom mmm-global-mode 729,25234
(defcustom mmm-never-modes745,25901
(defvar mmm-set-file-name-for-modes 763,26201
(defvar mmm-mode 774,26560
(defvar mmm-primary-mode 782,26768
(defvar mmm-classes-alist 793,27134
(defun mmm-add-classes 948,35341
(defun mmm-add-group 953,35506
(defun mmm-add-to-group 963,35879
(defconst mmm-version 977,36306
(defun mmm-version 980,36371
(defvar mmm-temp-buffer-name 987,36514
(defvar mmm-interactive-history 993,36644
(defun mmm-add-to-history 999,36913
(defun mmm-clear-history 1002,36996
(defvar mmm-mode-ext-classes 1010,37181
(defun mmm-get-mode-ext-classes 1015,37392
(defun mmm-clear-mode-ext-classes 1024,37719
(defun mmm-mode-ext-applies 1028,37844
(defun mmm-get-all-classes 1042,38223

doc/ProofGeneral.texi,6240
@node Top161,4917
@node Preface199,6071
@node News for Version 4.0News for Version 4.0222,6660
@node Future243,7504
@node Credits272,8839
@node Introducing Proof GeneralIntroducing Proof General392,13042
@node Installing Proof GeneralInstalling Proof General447,15016
@node Quick start guideQuick start guide461,15465
@node Features of Proof GeneralFeatures of Proof General505,17586
@node Supported proof assistantsSupported proof assistants594,21523
@node Prerequisites for this manualPrerequisites for this manual643,23404
@node Organization of this manualOrganization of this manual687,25023
@node Basic Script ManagementBasic Script Management713,25851
@node Walkthrough example in IsabelleWalkthrough example in Isabelle732,26451
@node Proof scriptsProof scripts995,36579
@node Script buffersScript buffers1038,38699
@node Locked queue and editing regionsLocked queue and editing regions1060,39276
@node Goal-save sequencesGoal-save sequences1116,41423
@node Active scripting bufferActive scripting buffer1153,42889
@node Summary of Proof General buffersSummary of Proof General buffers1222,46309
@node Script editing commandsScript editing commands1271,48566
@node Script processing commandsScript processing commands1351,51525
@node Proof assistant commandsProof assistant commands1477,56770
@node Toolbar commandsToolbar commands1660,63241
@node Interrupting during trace outputInterrupting during trace output1685,64200
@node Advanced Script Management and EditingAdvanced Script Management and Editing1725,66130
@node Document centred workingDocument centred working1746,66751
@node Automatic processingAutomatic processing1825,69809
@node Visibility of completed proofsVisibility of completed proofs1880,71832
@node Switching between proof scriptsSwitching between proof scripts1935,73772
@node View of processed files View of processed files 1972,75744
@node Retracting across filesRetracting across files2032,78795
@node Asserting across filesAsserting across files2045,79426
@node Automatic multiple file handlingAutomatic multiple file handling2058,79992
@node Escaping script managementEscaping script management2083,81026
@node Editing featuresEditing features2140,83138
@node Unicode symbols and special layout supportUnicode symbols and special layout support2210,85917
@node Maths menuMaths menu2252,87475
@node Unicode Tokens modeUnicode Tokens mode2269,88166
@node Configuring tokens symbols and shortcutsConfiguring tokens symbols and shortcuts2319,90589
@node Special layout Special layout 2349,91550
@node Moving between Unicode and tokensMoving between Unicode and tokens2457,95666
@node Finding available tokens shortcuts and symbolsFinding available tokens shortcuts and symbols2512,97777
@node Selecting suitable fontsSelecting suitable fonts2551,98951
@node Support for other PackagesSupport for other Packages2616,101939
@node Syntax highlightingSyntax highlighting2646,102775
@node Imenu and SpeedbarImenu and Speedbar2674,103778
@node Support for outline modeSupport for outline mode2720,105449
@node Support for completionSupport for completion2745,106578
@node Support for tagsSupport for tags2802,108740
@node Subterm Activation and Proof by PointingSubterm Activation and Proof by Pointing2854,111088
@node Goals buffer commandsGoals buffer commands2870,111683
@node Customizing Proof GeneralCustomizing Proof General2969,115836
@node Basic optionsBasic options3009,117506
@node How to customizeHow to customize3033,118276
@node Display customizationDisplay customization3080,120243
@node User optionsUser options3234,126648
@node Changing facesChanging faces3454,134430
@node Script buffer facesScript buffer faces3476,135305
@node Goals and response facesGoals and response faces3522,136905
@node Tweaking configuration settingsTweaking configuration settings3567,138437
@node Hints and TipsHints and Tips3624,140963
@node Adding your own keybindingsAdding your own keybindings3643,141564
@node Using file variablesUsing file variables3707,144178
@node Using abbreviationsUsing abbreviations3766,146364
@node LEGO Proof GeneralLEGO Proof General3805,147779
@node LEGO specific commandsLEGO specific commands3846,149148
@node LEGO tagsLEGO tags3866,149603
@node LEGO customizationsLEGO customizations3876,149850
@node Coq Proof GeneralCoq Proof General3908,150769
@node Coq-specific commandsCoq-specific commands3922,151080
@node Editing multiple proofsEditing multiple proofs3945,151588
@node User-loaded tacticsUser-loaded tactics3969,152696
@node Holes featureHoles feature4033,155170
@node Isabelle Proof GeneralIsabelle Proof General4062,156500
@node Choosing logic and starting isabelleChoosing logic and starting isabelle4088,157376
@node Isabelle commandsIsabelle commands4157,160177
@node Isabelle settingsIsabelle settings4300,164369
@node Isabelle customizationsIsabelle customizations4314,164951
@node HOL Proof GeneralHOL Proof General4337,165438
@node Shell Proof GeneralShell Proof General4379,167260
@node Obtaining and InstallingObtaining and Installing4415,168719
@node Obtaining Proof GeneralObtaining Proof General4430,169084
@node Installing Proof General from tarballInstalling Proof General from tarball4456,169966
@node Setting the names of binariesSetting the names of binaries4480,170756
@node Notes for syssiesNotes for syssies4508,171696
@node Bugs and EnhancementsBugs and Enhancements4584,174693
@node References4605,175508
@node History of Proof GeneralHistory of Proof General4645,176531
@node Old News for 3.0Old News for 3.04739,180696
@node Old News for 3.1Old News for 3.14809,184390
@node Old News for 3.2Old News for 3.24835,185562
@node Old News for 3.3Old News for 3.34896,188565
@node Old News for 3.4Old News for 3.44915,189462
@node Old News for 3.5Old News for 3.54937,190517
@node Old News for 3.6Old News for 3.64941,190574
@node Old News for 3.7Old News for 3.74946,190674
@node Function IndexFunction Index4976,192128
@node Variable IndexVariable Index4980,192204
@node Keystroke IndexKeystroke Index4984,192284
@node Concept IndexConcept Index4988,192350

doc/PG-adapting.texi,3770
@node Top153,4678
@node Introduction190,5787
@node Future231,7440
@node Credits267,9036
@node Beginning with a New ProverBeginning with a New Prover277,9328
@node Overview of adding a new proverOverview of adding a new prover317,11270
@node Demonstration instance and easy configurationDemonstration instance and easy configuration396,14573
@node Major modes used by Proof GeneralMajor modes used by Proof General465,17964
@node Menus and Toolbar and User-level CommandsMenus and Toolbar and User-level Commands508,19674
@node Settings for generic user-level commandsSettings for generic user-level commands523,20220
@node Menu configurationMenu configuration568,21952
@node Toolbar configurationToolbar configuration592,22869
@node Proof Script SettingsProof Script Settings651,25106
@node Recognizing commands and commentsRecognizing commands and comments673,25686
@node Recognizing proofsRecognizing proofs810,32139
@node Recognizing other elementsRecognizing other elements914,36443
@node Configuring undo behaviourConfiguring undo behaviour977,38922
@node Nested proofsNested proofs1114,44309
@node Safe (state-preserving) commandsSafe (state-preserving) commands1154,45935
@node Activate scripting hookActivate scripting hook1177,46888
@node Automatic multiple filesAutomatic multiple files1201,47758
@node Completions1223,48605
@node Proof Shell SettingsProof Shell Settings1264,50095
@node Proof shell commandsProof shell commands1295,51377
@node Script input to the shellScript input to the shell1459,58428
@node Settings for matching various output from proof processSettings for matching various output from proof process1527,61498
@node Settings for matching urgent messages from proof processSettings for matching urgent messages from proof process1649,66852
@node Hooks and other settingsHooks and other settings1889,77606
@node Goals Buffer SettingsGoals Buffer Settings1968,80750
@node Splash Screen SettingsSplash Screen Settings2042,83740
@node Global ConstantsGlobal Constants2068,84495
@node Handling Multiple FilesHandling Multiple Files2094,85324
@node Configuring Editing SyntaxConfiguring Editing Syntax2246,93128
@node Configuring Font LockConfiguring Font Lock2303,95245
@node Configuring TokensConfiguring Tokens2379,98957
@node Writing More Lisp CodeWriting More Lisp Code2429,101077
@node Default values for generic settingsDefault values for generic settings2446,101722
@node Adding prover-specific configurationsAdding prover-specific configurations2476,102805
@node Useful variablesUseful variables2519,104087
@node Useful functions and macrosUseful functions and macros2534,104586
@node Internals of Proof GeneralInternals of Proof General2644,108898
@node Spans2674,109828
@node Proof General site configurationProof General site configuration2689,110201
@node Configuration variable mechanismsConfiguration variable mechanisms2772,113282
@node Global variablesGlobal variables2898,118763
@node Proof script modeProof script mode2973,121387
@node Proof shell modeProof shell mode3223,132713
@node Debugging3737,153362
@node Plans and IdeasPlans and Ideas3780,154238
@node Proof by pointing and similar featuresProof by pointing and similar features3801,154960
@node Granularity of atomic command sequencesGranularity of atomic command sequences3839,156618
@node Browser mode for script files and theoriesBrowser mode for script files and theories3884,158843
@node Demonstration InstantiationsDemonstration Instantiations3914,159874
@node demoisa-easy.el3930,160305
@node demoisa.el3992,162497
@node Function IndexFunction Index4146,167417
@node Variable IndexVariable Index4150,167493
@node Concept IndexConcept Index4159,167672

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