/usr/share/emacs/site-lisp/psgml/psgml.el is in psgml 1.4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 | ;;; psgml.el --- SGML-editing mode with parsing support
;; $Id: psgml.el,v 2.70 2005/03/02 19:44:04 lenst Exp $
;; Copyright (C) 1993-2002 Lennart Staflin
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Lennart Staflin <lenst@lysator.liu.se>
;; James Clark <jjc@clark.com>
;; Maintainer: Lennart Staflin <lenst@lysator.liu.se>
;; Keywords: languages
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License
;; as published by the Free Software Foundation; either version 2
;; of the License, or (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
;; Major mode for editing the SGML document-markup language.
;; Send bugs to lenst@lysator.liu.se
;; WHAT IT CAN DO
;; - Identify structural errors (but it is not a validator)
;; - Menus for inserting tags with only the contextually valid tags
;; - Edit attribute values in separate window with information about types
;; and defaults
;; - Hide attributes
;; - Fold elements
;; - Indent according to element nesting depth
;; - Show context
;; - Structure editing: move and kill by element
;; - Find next data context
;; LIMITATIONS
;; - only accepts the reference concrete syntax, though it does allow
;; unlimited lengths on names
;;; Code:
(defconst psgml-version "1.4.0"
"Version of psgml package.")
(defconst psgml-maintainer-address "lenst@lysator.liu.se")
(eval-when-compile (require 'cl))
(require 'easymenu)
(defvar sgml-debug nil)
(defmacro sgml-debug (&rest x)
(list 'if 'sgml-debug (cons 'message x)))
;;;; Variables
(defvar sgml-mode-abbrev-table nil
"Abbrev table in use in SGML mode.")
(define-abbrev-table 'sgml-mode-abbrev-table ())
(eval-and-compile
(defconst sgml-running-lucid (string-match "Lucid" emacs-version))
(defconst sgml-have-re-char-clases (string-match "[[:alpha:]]" "x")
"Non-nil if this Emacs supports regexp character classes.
E.g. `[-.[:alnum:]]'."))
(defconst sgml-default-nonsticky (boundp 'text-property-default-nonsticky)
"Non-nil means use `text-property-default-nonsticky'. locally.
Otherwise put explicit properties.")
(defvar sgml-xml-p nil
"Is this an XML document?")
(make-variable-buffer-local 'sgml-xml-p)
;;; User settable options:
(defvar sgml-insert-defaulted-attributes nil
"*Controls whether defaulted attributes (not #FIXED) are inserted explicitly
or not. nil means don't insert, t means insert.")
(defvar sgml-insert-missing-element-comment t
"*If true, and sgml-auto-insert-required-elements also true,
`sgml-insert-element' will insert a comment if there is an element required
but there is more than one to choose from." )
(defvar sgml-insert-end-tag-on-new-line nil
"*If true, `sgml-insert-element' will put the end-tag on a new line
after the start-tag. Useful on slow terminals if you find the end-tag after
the cursor irritating." )
(defvar sgml-doctype nil
"*If non-nil the name of a file that contains the doctype declaration to use.
declaration to use.
Setting this variable automatically makes it local to the current buffer.")
(put 'sgml-doctype 'sgml-type 'string)
(make-variable-buffer-local 'sgml-doctype)
(defvar sgml-system-identifiers-are-preferred nil
"*Controls lookup of external entities.
nil means look up external entities by searching the catalogs
in `sgml-local-catalogs' and `sgml-catalog-files' and only if the
entity is not found in the catalogs use a given system identifier.
Non-nil means use a system identifier for the entity if one is given.
If no system identifier is given the catalogs will searched.")
(defvar sgml-range-indicator-max-length 9
"*Control of menu indicators.
Maximum number of characters used from the first and last entry
of a submenu to indicate the range of that menu.")
(defvar sgml-default-doctype-name nil
"*If non-nil, document type name to use if no DTD is present.")
(put 'sgml-default-doctype-name 'sgml-type 'string-or-nil)
(defvar sgml-markup-faces
;; Fixme: are the font-lock correspondences here the most appopriate
;; ones? I don't recall whence this set came. -- fx
`((start-tag . ,(if (facep 'font-lock-function-name-face)
'font-lock-function-name-face
'bold))
(end-tag . ,(if (facep 'font-lock-function-name-face)
'font-lock-function-name-face
'bold))
(comment . ,(if (facep 'font-lock-comment-face)
'font-lock-comment-face
'bold))
(pi . ,(if (facep 'font-lock-type-face)
'font-lock-type-face
'bold))
(sgml . ,(if (facep 'font-lock-type-face)
'font-lock-type-face
'bold))
(doctype . ,(if (facep 'font-lock-keyword-face)
'font-lock-keyword-face
'bold))
(entity . ,(if (facep 'font-lock-string-face)
'font-lock-string-face
'bold))
(shortref . ,(if (facep 'font-lock-string-face)
'font-lock-string-face
'bold))
(ignored . ,(if (facep 'font-lock-constant-face)
'font-lock-constant-face
'default))
(ms-start . ,(if (facep 'font-lock-constant-face)
'font-lock-constant-face
'default))
(ms-end . ,(if (facep 'font-lock-constant-face)
'font-lock-constant-face
'default)))
"*Alist of markup to face mappings.
Element are of the form (MARKUP-TYPE . FACE).
Possible values for MARKUP-TYPE are:
comment - comment declaration
doctype - doctype declaration
end-tag
ignored - ignored marked section
ms-end - marked section start, if not ignored
ms-start- marked section end, if not ignored
pi - processing instruction
sgml - SGML declaration
start-tag
entity - general entity reference
shortref- short reference")
(defvar sgml-buggy-subst-char-in-region
(or (not (boundp 'emacs-minor-version))
(not (natnump emacs-minor-version))
(and (eq emacs-major-version 19)
(< emacs-minor-version 23)))
"*If non-nil, work around a bug in subst-char-in-region.
The bug sets the buffer modified. If this is set, folding commands
will be slower.")
(defvar sgml-set-face nil
"*If non-nil, psgml will set the face of parsed markup.")
(put 'sgml-set-face 'sgml-desc "Set face of parsed markup")
(defvar sgml-live-element-indicator nil
"*If non-nil, indicate current element in mode line.
This may be slow.")
(defvar sgml-auto-activate-dtd nil
"*If non-nil, loading a sgml-file will automatically try to activate its DTD.
Activation means either to parse the document type declaration or to
load a previously saved parsed DTD. The name of the activated DTD
will be shown in the mode line.")
(put 'sgml-auto-activate-dtd 'sgml-desc "Auto Activate DTD")
(defvar sgml-offer-save t
"*If non-nil, ask about saving modified buffers before \\[sgml-validate] is run.")
(defvar sgml-parent-document nil
"*How to handle the current file as part of a bigger document.
The variable describes how the current file's content fit into the element
hierarchy. The value should have the form
(PARENT-FILE CONTEXT-ELEMENT* TOP-ELEMENT (HAS-SEEN-ELEMENT*)?)
PARENT-FILE is a string, the name of the file containing the
document entity.
CONTEXT-ELEMENT is a string, that is the name of an element type.
It can occur 0 or more times and is used to set up
exceptions and short reference map. Good candidates
for these elements are the elements open when the
entity pointing to the current file is used.
TOP-ELEMENT is a string that is the name of the element type
of the top level element in the current file. The file
should contain one instance of this element, unless
the last \(Lisp) element of `sgml-parent-document' is a
list. If it is a list, the top level of the file
should follow the content model of top-element.
HAS-SEEN-ELEMENT is a string that is the name of an element type. This
element is satisfied in the content model of top-element.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-parent-document)
(put 'sgml-parent-document 'sgml-type 'list)
(defvar sgml-tag-region-if-active nil
"*If non-nil, the Tags menu will tag a region if the region is
considered active by emacs. If nil, region must be active and
transient-mark-mode must be on for the region to be tagged.")
(defvar sgml-normalize-trims t
"*If non-nil, sgml-normalize will trim off white space from end of element
when adding end tag.")
(defvar sgml-omittag t
"*Non-nil means use OMITTAG YES.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-omittag)
(put 'sgml-omittag 'sgml-desc "OMITTAG")
(defvar sgml-shorttag t
"*Non-nil means use SHORTTAG YES.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-shorttag)
(put 'sgml-shorttag 'sgml-desc "SHORTTAG")
(defvar sgml-namecase-general t
"*Non-nil means use NAMECASE GENERAL YES.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-namecase-general)
(put 'sgml-namecase-general 'sgml-desc "NAMECASE GENERAL")
;;[lenst/1998-03-09 19:51:55]
(defconst sgml-namecase-entity nil)
(defvar sgml-general-insert-case 'lower
"*The case that will be used for general names in inserted markup.
This can be the symbol `lower' or `upper'. Only effective if
`sgml-namecase-general' is true.")
(put 'sgml-general-insert-case 'sgml-type '(lower upper))
(defvar sgml-entity-insert-case nil)
(defvar sgml-minimize-attributes nil
"*Determines minimization of attributes inserted by edit-attributes.
Actually two things are done
1. If non-nil, omit attribute name, if attribute value is from a token group.
2. If `max', omit attributes with default value.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-minimize-attributes)
(put 'sgml-minimize-attributes 'sgml-type
'(("No" . nil) ("Yes" . t) ("Max" . max)))
(defvar sgml-always-quote-attributes t
"*Non-nil means quote all attribute values inserted after editing attributes.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-always-quote-attributes)
(defvar sgml-auto-insert-required-elements t
"*If non-nil, automatically insert required elements in the content
of an inserted element.")
(defvar sgml-balanced-tag-edit t
"*If non-nil, context menu inserts start-end tag pairs.")
(defvar sgml-omittag-transparent (not sgml-balanced-tag-edit)
"*If non-nil, will show legal tags inside elements with omitable start tags
and legal tags beyond omitable end tags.")
(defvar sgml-leave-point-after-insert nil
"*If non-nil, the point will remain after inserted tag(s).
If nil, the point will be placed before the inserted tag(s).")
(defvar sgml-warn-about-undefined-elements t
"*If non-nil, print a warning when a tag for an undefined element is found.")
(defvar sgml-warn-about-undefined-entities t
"*If non-nil, print a warning when an undefined entity is found.")
(defvar sgml-ignore-undefined-elements nil
"*If non-nil, recover from an undefined element by ignoring the tag.
If nil, recover from an undefined element by assuming it can occur any
where and has content model ANY.")
(defvar sgml-recompile-out-of-date-cdtd 'ask
"*If non-nil, out of date compiled DTDs will be automatically recompiled.
If the value is `ask', PSGML will ask before recompiling. A `nil'
value will cause PSGML to silently load an out of date compiled DTD.
A DTD that refers to undefined external entities is always out of
date, thus in such case it can be useful to set this variable to
`nil'.")
(put 'sgml-recompile-out-of-date-cdtd 'sgml-type '(("No" . nil)
("Yes" . t)
("Ask" . ask)))
(defvar sgml-trace-entity-lookup nil
"*If non-nil, log messages about catalog files used to look for
external entities.")
(defvar sgml-indent-step 2
"*How much to increment indent for every element level.
If nil, no indentation.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-indent-step)
(put 'sgml-indent-step 'sgml-type '(("None" . nil) 0 1 2 3 4 5 6 7 8))
(defvar sgml-indent-data nil
"*If non-nil, indent in data/mixed context also.
Setting this variable automatically makes it local to the current buffer.")
(make-variable-buffer-local 'sgml-indent-data)
(defvar sgml-content-indent-function 'sgml-indent-according-to-level)
(defvar sgml-attribute-indent-function 'sgml-indent-according-to-stag)
(defun sgml-parse-colon-path (cd-path)
"Explode a colon-separated list of paths into a string list."
(if (null cd-path)
nil
(let ((cd-sep ":")
cd-list (cd-start 0) cd-colon)
(if (boundp 'path-separator)
(setq cd-sep path-separator))
(setq cd-path (concat cd-path cd-sep))
(while (setq cd-colon (string-match cd-sep cd-path cd-start))
(setq cd-list
(nconc cd-list
(list (if (= cd-start cd-colon)
nil
(substitute-in-file-name
(substring cd-path cd-start cd-colon))))))
(setq cd-start (+ cd-colon 1)))
cd-list)))
(defvar sgml-system-path (sgml-parse-colon-path
(or (getenv "SGML_SEARCH_PATH")
"."))
"*List of directories used to look for system identifiers.")
(put 'sgml-system-path 'sgml-type 'file-list)
(defvar sgml-public-map (or (sgml-parse-colon-path (getenv "SGML_PATH"))
'("%S" "/usr/local/lib/sgml/%o/%c/%d" ))
"*Mapping from public identifiers to file names.
This is a list of possible file names. To find the file for a public
identifier the elements of the list are used one at the time from the
beginning. If the element is a string a file name is constructed from
the string by substitution of the whole public identifier for %P,
owner for %O, public text class for %C, and public text description
for %D. The text class will be converted to lower case and the owner
and description will be transliterated according to the variable
`sgml-public-transliterations'. If the file exists it will be the file
used for the public identifier. An element can also be a dotted pair
\(regexp . filename), the filename is a string treated as above, but
only if the regular expression, regexp, matches the public
identifier.")
(put 'sgml-public-map 'sgml-type 'list)
(defvar sgml-local-catalogs nil
"*A list of SGML entity catalogs to be searched first when parsing the buffer.
This is used in addition to `sgml-catalog-files', and `sgml-public-map'.
This variable is automatically local to the buffer.")
(make-variable-buffer-local 'sgml-local-catalogs)
(put 'sgml-local-catalogs 'sgml-type 'file-list)
(defvar sgml-catalog-files (or (delete nil
(sgml-parse-colon-path
(getenv "SGML_CATALOG_FILES")))
'("catalog" "/etc/sgml/catalog"
"/usr/lib/sgml/catalog"
"/usr/local/share/sgml/catalog"
"/usr/local/lib/sgml/catalog"))
"*List of catalog entry files.
The files are in the format defined in the SGML Open Draft Technical
Resolution on Entity Management.")
(put 'sgml-catalog-files 'sgml-type 'file-list)
(defvar sgml-ecat-files '("ECAT" "~/sgml/ECAT" "/usr/lib/sgml/ECAT"
"/usr/local/share/sgml/ECAT" "/usr/local/lib/sgml/ECAT" )
"*List of catalog files for PSGML.")
(put 'sgml-ecat-files 'sgml-type 'file-list)
(defvar sgml-local-ecat-files nil
"*List of local catalog files for PSGML.
Automatically becomes buffer local if set.")
(make-variable-buffer-local 'sgml-local-ecat-files)
(put 'sgml-local-ecat-files 'sgml-type 'file-list)
(defvar sgml-public-transliterations '((? . ?_) (?/ . ?%))
"*Transliteration for characters that should be avoided in file names.
This is a list of dotted pairs (FROM . TO); where FROM is the the
character to be translated to TO. This is used when parts of a public
identifier are used to construct a file name.")
(defvar sgml-default-dtd-file nil
"*This is the default file name for saved DTD.
This is set by sgml-mode from the buffer file name.
Can be changed in the Local variables section of the file.")
(put 'sgml-default-dtd-file 'sgml-type 'string)
(put 'sgml-default-dtd-file 'sgml-desc "Default (saved) DTD File")
(defvar sgml-exposed-tags '()
"*The list of tag names that remain visible, despite \\[sgml-hide-tags].
Each name is a lowercase string, and start-tags and end-tags must be
listed individually.
`sgml-exposed-tags' is local to each buffer in which it has been set;
use `setq-default' to set it to a value that is shared among buffers.")
(make-variable-buffer-local 'sgml-exposed-tags)
(put 'sgml-exposed-tags 'sgml-type 'list)
(defvar sgml-custom-markup nil
"*Menu entries to be added to the Markup menu.
The value should be a list of lists of two strings. The first
string is the menu line and the second string is the text inserted
when the menu item is chosen. The second string can contain a \\r
where the cursor should be left. Also if a selection is made
according the same rules as for the Tags menu, the selection is
replaced with the second string and \\r is replaced with the
selection.
Example:
((\"Version1\" \"<![%Version1[\\r]]>\")
(\"New page\" \"<?NewPage>\"))
")
(defvar sgml-custom-dtd nil
"Menu entries to be added to the DTD menu.
The value should be a list of entries to be added to the DTD menu.
Every entry should be a list. The first element of the entry is a string
used as the menu entry. The second element is a string containing a
doctype declaration (this can be nil if no doctype). The rest of the
list should be a list of variables and values. For backward
compatibility a single string instead of a variable is assigned to
`sgml-default-dtd-file'. All variables are made buffer local and are also
added to the buffers local variables list.
Example:
((\"HTML\" nil
sgml-default-dtd-file \"~/sgml/html.ced\"
sgml-omittag nil sgml-shorttag nil)
(\"HTML+\" \"<!doctype htmlplus system 'htmlplus.dtd'>\"
\"~/sgml/htmlplus.ced\"
sgml-omittag t sgml-shorttag nil)
(\"DOCBOOK\" \"<!doctype docbook system 'docbook.dtd'>\"
\"~/sgml/docbook.ced\"
sgml-omittag nil sgml-shorttag t)))
")
;;; Faces used in edit attribute buffer:
(put 'sgml-default 'face 'underline) ; Face for #DEFAULT
(put 'sgml-fixed 'face 'underline) ; Face of #FIXED "..."
;;; nsgmls is a free SGML parser in the SP suite available from
;;; ftp.jclark.com:pub/sp
;;; Its error messages can be parsed by next-error.
;;; The -s option suppresses output.
(defvar sgml-validate-command "nsgmls -s %s %s"
"*The shell command to validate an SGML document.
This is a `format' control string that by default should contain two
`%s' conversion specifications: the first will be replaced by the
value of `sgml-declaration' \(or the empty string, if nil\); the
second will be replaced by the current buffer's file name \(or the
empty string, if nil\).
If `sgml-validate-files' is non-nil, the format string should contain
one `%s' conversion specification for each element of its result.
If sgml-validate-command is a list, then every element should be a
string. The strings will be tried in order and %-sequences in the
string will be replaced according to the list below, if the string contains
%-sequences with no replacement value the next string will be tried.
%b means the visited file of the current buffer
%s means the SGML declaration specified in the sgml-declaration variable
%d means the file containing the DOCTYPE declaration, if not in the buffer
")
(make-variable-buffer-local 'sgml-validate-command)
(defvar sgml-xml-validate-command
(concat "/bin/sh -c \"SP_CHARSET_FIXED=YES SP_ENCODING=XML "
"nsgmls -wxml -mdeclaration/xml.soc -gues %s %s\"")
"*The default for `sgml-validate-command' in XML mode.")
(defvar sgml-validate-files nil
"If non-nil, a function of no arguments that returns a list of file names.
These file names will serve as the arguments to the `sgml-validate-command'
format control string instead of the defaults.")
(defvar sgml-validate-error-regexps
'((".*:\\(.+\\):\\([0-9]+\\):\\([0-9]+\\):[EXW]: " 1 2 3)
("\\(error\\|warning\\) at \\([^,]+\\), line \\([0-9]+\\)" 2 3)
("\n[a-zA-Z]?:?[^0-9 \n\t:]+:[ \t]*\\([^ \n\t:]+\\):\
\\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4))
"Alist of regexps to recognize error messages from `sgml-validate'.
See `compilation-error-regexp-alist'.")
(defvar sgml-declaration nil
"*If non-nil, the name of the SGML declaration file.")
(put 'sgml-declaration 'sgml-type 'file-or-nil)
(defvar sgml-xml-declaration nil
"*If non-nil, the name of the SGML declaration for XML files.")
(put 'sgml-xml-declaration 'sgml-type 'file-or-nil)
(defvar sgml-mode-hook nil
"A hook or list of hooks to be run when entering sgml-mode")
(defvar sgml-mode-map nil
"Keymap for SGML mode")
(defvar sgml-show-context-function
'sgml-show-context-standard
"*Function to called to show context of and element.
Should return a string suitable form printing in the echo area.")
(defconst sgml-file-options
'(
sgml-omittag
sgml-shorttag
sgml-namecase-general
sgml-general-insert-case
sgml-minimize-attributes
sgml-always-quote-attributes
sgml-indent-step
sgml-indent-data
sgml-doctype
sgml-parent-document
sgml-default-dtd-file
sgml-exposed-tags
sgml-local-catalogs
sgml-local-ecat-files
)
"Options for the current file, can be saved or set from menu."
)
(defconst sgml-user-options
'(
sgml-set-face
sgml-live-element-indicator
sgml-auto-activate-dtd
sgml-offer-save
sgml-tag-region-if-active
sgml-normalize-trims
sgml-auto-insert-required-elements
sgml-balanced-tag-edit
sgml-omittag-transparent
sgml-leave-point-after-insert
sgml-insert-missing-element-comment
sgml-insert-end-tag-on-new-line
sgml-warn-about-undefined-elements
sgml-warn-about-undefined-entities
sgml-ignore-undefined-elements
sgml-recompile-out-of-date-cdtd
sgml-default-doctype-name
sgml-declaration
sgml-validate-command
sgml-markup-faces
sgml-system-identifiers-are-preferred
sgml-trace-entity-lookup
sgml-public-map
sgml-catalog-files
sgml-ecat-files
sgml-general-insert-case
)
"User options that can be saved or set from menu."
)
;;; Internal variables
(defvar sgml-validate-command-history nil
"The minibuffer history list for `sgml-validate''s COMMAND argument.")
(defvar sgml-active-dtd-indicator nil
"Displayed in the mode line")
;;;; User options handling
(defun sgml-variable-description (var)
(or (get var 'sgml-desc)
(let ((desc (symbol-name var)))
(if (string= "sgml-" (substring desc 0 5))
(setq desc (substring desc 5)))
(loop for c across-ref desc
do (if (eq c ?-) (setf c ? )))
(capitalize desc))))
(defun sgml-variable-type (var)
(or (get var 'sgml-type)
(if (memq (symbol-value var) '(t nil))
'toggle)))
(defun sgml-set-local-variable (var val)
"Set the value of variable VAR to VAL in buffer and local variables list."
(set (make-local-variable var) val)
(save-excursion
(let ((prefix "")
(suffix "")
(case-fold-search t))
(goto-char (max (point-min) (- (point-max) 3000)))
(cond ((search-forward "Local Variables:" nil t)
(setq suffix (buffer-substring (point)
(save-excursion (end-of-line 1)
(point))))
(setq prefix
(buffer-substring (save-excursion (beginning-of-line 1)
(point))
(match-beginning 0))))
(t
(goto-char (point-max))
(unless (bolp)
(insert ?\n))
(insert
"<!-- Keep this comment at the end of the file\n"
"Local variables:\n"
(if sgml-xml-p
"mode: xml\n"
"mode: sgml\n")
"End:\n"
"-->\n")
(forward-line -3)))
(let* ((endpos (save-excursion
(search-forward (format "\n%send:" prefix))))
(varpos (search-forward (format "\n%s%s:" prefix var) endpos t)))
(cond (varpos
(delete-region (point)
(save-excursion (end-of-line 1)
(point)))
(insert (format "%S" val) suffix))
(t
(goto-char endpos)
(beginning-of-line 1)
(insert prefix (format "%s:%S" var val) suffix ?\n)))))))
(defun sgml-valid-option (var)
(let ((type (sgml-variable-type var))
(val (symbol-value var)))
(cond ((eq 'string type)
(stringp val))
((eq 'list-or-string type)
(or (stringp val)
(consp val)))
(t
t))))
(defun sgml-save-options ()
"Save user options for SGML mode that have buffer local values."
(interactive)
(loop for var in sgml-file-options do
(when (sgml-valid-option var)
(sgml-set-local-variable var (symbol-value var)))))
;;;; Run hook with args
(unless (fboundp 'run-hook-with-args)
(defun run-hook-with-args (hook &rest args)
"Run HOOK with the specified arguments ARGS.
HOOK should be a symbol, a hook variable. If HOOK has a non-nil
value, that value may be a function or a list of functions to be
called to run the hook. If the value is a function, it is called with
the given arguments and its return value is returned. If it is a list
of functions, those functions are called, in order,
with the given arguments ARGS.
It is best not to depend on the value return by `run-hook-with-args',
as that may change."
(and (boundp hook)
(symbol-value hook)
(let ((value (symbol-value hook)))
(if (and (listp value) (not (eq (car value) 'lambda)))
(mapcar '(lambda (foo) (apply foo args))
value)
(apply value args))))))
;;;; SGML mode: template functions
(defun sgml-markup (entry text)
(cons entry
`(lambda ()
(interactive)
(sgml-insert-markup ,text))))
(defun sgml-insert-markup (text)
(let ((end (sgml-mouse-region))
before after
old-text)
(when end
(setq old-text (buffer-substring (point) end))
(delete-region (point) end))
(setq before (point))
(if (stringp text)
(insert text)
(eval text))
(setq after (point))
(goto-char before)
(when (search-forward "\r" after t)
(delete-char -1))
(when old-text (insert old-text))))
(defun sgml-mouse-region ()
(let (start end)
(cond
(sgml-running-lucid
(cond
((null (mark-marker)) nil)
(t (setq start (region-beginning)
end (region-end)))))
((and transient-mark-mode
mark-active)
(setq start (region-beginning)
end (region-end)))
((and mouse-secondary-overlay
(eq (current-buffer)
(overlay-buffer mouse-secondary-overlay)))
(setq start (overlay-start mouse-secondary-overlay)
end (overlay-end mouse-secondary-overlay))
(delete-overlay mouse-secondary-overlay)))
(when start
(goto-char start))
end))
;;;; SGML mode: indentation
(defun sgml-indent-or-tab ()
"Indent line in proper way for current major mode."
(interactive)
(if (null sgml-indent-step)
(insert-tab)
(funcall indent-line-function)))
;;;; Bug reporting
(eval-and-compile
(autoload 'reporter-submit-bug-report "reporter"))
(defun sgml-submit-bug-report ()
"Submit via mail a bug report on PSGML."
(interactive)
(and (y-or-n-p "Do you really want to submit a report on PSGML? ")
(reporter-submit-bug-report
psgml-maintainer-address
(concat "psgml.el " psgml-version)
(list
'major-mode
'sgml-always-quote-attributes
'sgml-auto-activate-dtd
'sgml-auto-insert-required-elements
'sgml-balanced-tag-edit
'sgml-catalog-files
'sgml-declaration
'sgml-doctype
'sgml-ecat-files
'sgml-indent-data
'sgml-indent-step
'sgml-leave-point-after-insert
'sgml-live-element-indicator
'sgml-local-catalogs
'sgml-local-ecat-files
'sgml-markup-faces
'sgml-minimize-attributes
'sgml-normalize-trims
'sgml-omittag
'sgml-omittag-transparent
'sgml-parent-document
'sgml-public-map
'sgml-set-face
'sgml-shorttag
'sgml-namecase-general
'sgml-tag-region-if-active
'sgml-use-text-properties
))))
;;;; SGML mode: syntax table
(defvar sgml-mode-syntax-table
(let ((s (copy-syntax-table text-mode-syntax-table)))
(modify-syntax-entry ?< "." s)
(modify-syntax-entry ?> "." s)
s))
;;;; SGML mode: keys and menus
(if sgml-mode-map
()
(setq sgml-mode-map (make-sparse-keymap)))
(defvar sgml-prefix-f-map (make-sparse-keymap))
(defvar sgml-prefix-u-map (make-sparse-keymap))
(define-key sgml-mode-map "\C-c\C-f" sgml-prefix-f-map)
(define-key sgml-mode-map "\C-c\C-u" sgml-prefix-u-map)
;;; Key commands
(define-key sgml-mode-map "\t" 'sgml-indent-or-tab)
;(define-key sgml-mode-map "<" 'sgml-insert-tag)
(define-key sgml-mode-map ">" 'sgml-close-angle)
(define-key sgml-mode-map "/" 'sgml-slash)
(define-key sgml-mode-map "\C-c#" 'sgml-make-character-reference)
(define-key sgml-mode-map "\C-c-" 'sgml-untag-element)
(define-key sgml-mode-map "\C-c+" 'sgml-insert-attribute)
(define-key sgml-mode-map "\C-c/" 'sgml-insert-end-tag)
(define-key sgml-mode-map "\C-c<" 'sgml-insert-tag)
(define-key sgml-mode-map "\C-c=" 'sgml-change-element-name)
(define-key sgml-mode-map "\C-c\C-a" 'sgml-edit-attributes)
(define-key sgml-mode-map "\C-c\C-c" 'sgml-show-context)
(define-key sgml-mode-map "\C-c\C-d" 'sgml-next-data-field)
(define-key sgml-mode-map "\C-c\C-e" 'sgml-insert-element)
(define-key sgml-mode-map "\C-c\C-f\C-e" 'sgml-fold-element)
(define-key sgml-mode-map "\C-c\C-f\C-r" 'sgml-fold-region)
(define-key sgml-mode-map "\C-c\C-f\C-s" 'sgml-fold-subelement)
(define-key sgml-mode-map "\C-c\C-f\C-x" 'sgml-expand-element)
(define-key sgml-mode-map "\C-c\C-i" 'sgml-add-element-to-element)
(define-key sgml-mode-map "\C-c\C-k" 'sgml-kill-markup)
(define-key sgml-mode-map "\C-c\r" 'sgml-split-element)
(define-key sgml-mode-map "\C-c\C-n" 'sgml-up-element)
(define-key sgml-mode-map "\C-c\C-o" 'sgml-next-trouble-spot)
(define-key sgml-mode-map "\C-c\C-p" 'sgml-load-doctype)
(define-key sgml-mode-map "\C-c\C-q" 'sgml-fill-element)
(define-key sgml-mode-map "\C-c\C-r" 'sgml-tag-region)
(define-key sgml-mode-map "\C-c\C-s" 'sgml-show-structure)
;(define-key sgml-mode-map "\C-c\C-t" 'sgml-list-valid-tags)
(define-key sgml-mode-map "\C-c\C-t" 'sgml-show-current-element-type)
(define-key sgml-mode-map "\C-c\C-u\C-a" 'sgml-unfold-all)
(define-key sgml-mode-map "\C-c\C-u\C-d" 'sgml-custom-dtd)
(define-key sgml-mode-map "\C-c\C-u\C-e" 'sgml-unfold-element)
(define-key sgml-mode-map "\C-c\C-u\C-l" 'sgml-unfold-line)
(define-key sgml-mode-map "\C-c\C-u\C-m" 'sgml-custom-markup)
(define-key sgml-mode-map "\C-c\C-v" 'sgml-validate)
(define-key sgml-mode-map "\C-c\C-w" 'sgml-what-element)
(define-key sgml-mode-map "\C-c\C-z" 'sgml-trim-and-leave-element)
(define-key sgml-mode-map "\e\C-a" 'sgml-beginning-of-element)
(define-key sgml-mode-map "\e\C-e" 'sgml-end-of-element)
(define-key sgml-mode-map "\e\C-f" 'sgml-forward-element)
(define-key sgml-mode-map "\e\C-b" 'sgml-backward-element)
(define-key sgml-mode-map "\e\C-d" 'sgml-down-element)
(define-key sgml-mode-map "\e\C-u" 'sgml-backward-up-element)
(define-key sgml-mode-map "\e\C-k" 'sgml-kill-element)
(define-key sgml-mode-map "\e\C-@" 'sgml-mark-element)
;;(define-key sgml-mode-map [?\M-\C-\ ] 'sgml-mark-element)
(define-key sgml-mode-map [(meta control h)] 'sgml-mark-current-element)
(define-key sgml-mode-map "\e\C-t" 'sgml-transpose-element)
(define-key sgml-mode-map "\M-\t" 'sgml-complete)
;;;; Menu bar
(easy-menu-define
sgml-main-menu sgml-mode-map "Main menu"
'("SGML"
["Parse DTD" sgml-parse-prolog t]
("DTD Info"
["General DTD info" sgml-general-dtd-info t]
["Describe element type" sgml-describe-element-type t]
["Describe entity" sgml-describe-entity t]
["List elements" sgml-list-elements t]
["List attributes" sgml-list-attributes t]
["List terminals" sgml-list-terminals t]
["List content elements" sgml-list-content-elements t]
["List occur in elements" sgml-list-occur-in-elements t])
("Insert Markup"
["Insert Element" sgml-element-menu t]
["Insert Start-Tag" sgml-start-tag-menu t]
["Insert End-Tag" sgml-end-tag-menu t]
["End Current Element" sgml-insert-end-tag t]
["Tag Region" sgml-tag-region-menu t]
["Insert Attribute" sgml-attrib-menu t]
["Insert Entity" sgml-entities-menu t]
["Add Element to Element" sgml-add-element-menu t]
("Insert DTD")
("Custom markup" "---"))
"--"
["Show Context" sgml-show-context t]
["What Element" sgml-what-element t]
["List Valid Tags" sgml-list-valid-tags t]
["Validate" sgml-validate t]
"--"
("Move"
["Next trouble spot" sgml-next-trouble-spot t]
["Next data field" sgml-next-data-field t]
["Forward element" sgml-forward-element t]
["Backward element" sgml-backward-element t]
["Up element" sgml-up-element t]
["Down element" sgml-down-element t]
["Backward up element" sgml-backward-up-element t]
["Beginning of element" sgml-beginning-of-element t]
["End of element" sgml-end-of-element t])
("View"
["Fold Element" sgml-fold-element t]
["Fold Subelement" sgml-fold-subelement t]
["Unfold Line" sgml-unfold-line t]
["Unfold Element" sgml-unfold-element t]
["Expand" sgml-expand-element t]
["Fold Region" sgml-fold-region t]
["Unfold All" sgml-unfold-all t]
["Hide Tags" sgml-hide-tags t]
["Hide Attributes" sgml-hide-attributes t]
["Show All Tags" sgml-show-tags t])
"--"
["Normalize Document" sgml-normalize t]
["Normalize Element" sgml-normalize-element t]
["Expand All Short References" sgml-expand-all-shortrefs (not sgml-xml-p)]
["Expand Entity Reference" sgml-expand-entity-reference t]
["Make Character Reference" sgml-make-character-reference t]
["Unmake Character Reference" (sgml-make-character-reference t) t]
["Fill Element" sgml-fill-element t]
["Change Element Name..." sgml-change-element-name t]
["Edit Attributes..." sgml-edit-attributes t]
["Kill Markup" sgml-kill-markup t]
["Kill Element" sgml-kill-element t]
["Untag Element" sgml-untag-element t]
["Trim and leave element" sgml-trim-and-leave-element t]
["Decode Character Entities" sgml-charent-to-display-char t]
["Encode Characters" sgml-display-char-to-charent t]
"--"
("File Options" "---")
("User Options" "---")
["Reset Buffer" normal-mode t]
["Submit Bug Report" sgml-submit-bug-report t]
))
(defun sgml-options-menu-items (vars)
(mapcar (lambda (var)
(let ((desc (format "%s [%s]"
(sgml-variable-description var)
(sgml-option-value-indicator var)))
(type (sgml-variable-type var)))
(cond ((consp type)
(cons desc
(mapcar (lambda (c)
(vector
(if (consp c) (car c) (format "%s" c))
`(setq ,var ',(if (consp c) (cdr c) c))
t))
type)))
(t
(vector desc `(sgml-do-set-option ',var) t)))))
vars))
(defun sgml-option-value-indicator (var)
(let ((type (sgml-variable-type var))
(val (symbol-value var)))
(cond
((eq type 'toggle)
(if val "Yes" "No"))
((eq type 'string)
(if (stringp val)
(substring val 0 (min (length val) 4))
"-"))
((and (atom type) val)
"...")
((consp type)
(or (car (rassq val type))
val))
(t
"-"))))
(defvar sgml-last-options-menu-values ())
(defun sgml-any-option-changed (oldvalues vars)
(not (loop for val in oldvalues
for var in vars
always (eq val (symbol-value var)))))
(defun sgml-update-options-menu (menuname option-vars &optional save-func)
(let ((last-values (assoc menuname sgml-last-options-menu-values)))
(when (or (null last-values)
(sgml-any-option-changed (cdr last-values)
option-vars))
(condition-case err
(easy-menu-change '("SGML") menuname
(nconc (sgml-options-menu-items option-vars)
(if save-func
(list "---"
(vector (format "Save %s" menuname)
save-func t)))))
(error
(message "Error in update menu: %s" err)))
(unless last-values
(setq last-values (cons menuname nil))
(push last-values sgml-last-options-menu-values))
(setf (cdr last-values) (mapcar (function symbol-value) option-vars)))))
(defun sgml-update-all-options-menus ()
(sgml-update-options-menu "File Options" sgml-file-options
'sgml-save-options)
(sgml-update-options-menu "User Options" sgml-user-options)
nil)
(defun sgml-compute-insert-dtd-items ()
(loop for e in sgml-custom-dtd collect
(vector (first e)
`(sgml-doctype-insert ,(cadr e) ',(cddr e))
t)))
(defun sgml-compute-custom-markup-items ()
(loop for e in sgml-custom-markup collect
(vector (first e)
`(sgml-insert-markup ,(cadr e))
t)))
(defun sgml-build-custom-menus ()
"Build custom parts of Markup and DTD menus."
(let ((button3 (lookup-key (current-local-map) [button3])))
(unless (or (null button3)
(numberp button3))
(local-set-key [button3] button3))
(when sgml-custom-dtd
(easy-menu-change '("SGML" "Insert Markup") "Insert DTD"
(sgml-compute-insert-dtd-items)))
(when sgml-custom-markup
(easy-menu-change '("SGML" "Insert Markup") "Custom markup"
(sgml-compute-custom-markup-items))))
nil)
;;;; Post command hook
(defvar sgml-auto-activate-dtd-tried nil)
(make-variable-buffer-local 'sgml-auto-activate-dtd-tried)
(defvar sgml-buffer-parse-state nil
"If the buffers DTD has been activated this contains the parser state.
The parser state has been created with `sgml-make-pstate' and contains
the information about the DTD and the parse tree. This parse state is
actually only the state that persists between commands.")
(make-variable-buffer-local 'sgml-buffer-parse-state)
(eval-and-compile ; Interface to psgml-parse
(loop for fun in '(sgml-need-dtd sgml-update-display
sgml-fontify-buffer
sgml-subst-expand
sgml-declaration)
do (autoload fun "psgml-parse")))
(defun sgml-command-post ()
(when (and (null sgml-buffer-parse-state)
sgml-auto-activate-dtd
(null sgml-auto-activate-dtd-tried)
(not (zerop (buffer-size)))
(looking-at ".*<"))
(setq sgml-auto-activate-dtd-tried t)
(ignore-errors
(sgml-need-dtd)
(sgml-fontify-buffer 0)))
(when sgml-buffer-parse-state
(sgml-update-display)))
;;;; SGML mode: major mode definition
;;; This section is mostly from sgml-mode by James Clark.
;;;###autoload
(defun sgml-mode ()
"Major mode for editing SGML.
\\<sgml-mode-map>Makes > display the matching <. Makes / display matching /.
Use \\[sgml-validate] to validate your document with an SGML parser.
You can find information with:
\\[sgml-show-context] Show the nesting of elements at cursor position.
\\[sgml-list-valid-tags] Show the tags valid at cursor position.
Insert tags with completion of contextually valid tags with \\[sgml-insert-tag].
End the current element with \\[sgml-insert-end-tag]. Insert an element (i.e.
both start and end tag) with \\[sgml-insert-element]. Or tag a region with
\\[sgml-tag-region].
To tag a region with the mouse, use transient mark mode or secondary selection.
Structure editing:
\\[sgml-backward-element] Moves backwards over the previous element.
\\[sgml-forward-element] Moves forward over the next element.
\\[sgml-down-element] Move forward and down one level in the element structure.
\\[sgml-backward-up-element] Move backward out of this element level.
\\[sgml-beginning-of-element] Move to after the start tag of the current element.
\\[sgml-end-of-element] Move to before the end tag of the current element.
\\[sgml-kill-element] Kill the element following the cursor.
Finding interesting positions
\\[sgml-next-data-field] Move forward to next point where data is allowed.
\\[sgml-next-trouble-spot] Move forward to next point where something is
amiss with the structure.
Folding and unfolding
\\[sgml-fold-element] Fold the lines comprising the current element, leaving
the first line visible.
\\[sgml-fold-subelement] Fold the elements in the content of the current element.
Leaving the first line of every element visible.
\\[sgml-unfold-line] Show hidden lines in current line.
User options:
sgml-omittag Set this to reflect OMITTAG in the SGML declaration.
sgml-shorttag Set this to reflect SHORTTAG in the SGML declaration.
sgml-namecase-general Set this to reflect NAMECASE GENERAL in the SGML declaration.
sgml-auto-insert-required-elements If non-nil, automatically insert required
elements in the content of an inserted element.
sgml-omittag-transparent If non-nil, will show legal tags inside elements
with omitable start tags and legal tags beyond omitable end tags.
sgml-leave-point-after-insert If non-nil, the point will remain after
inserted tag(s).
sgml-warn-about-undefined-elements If non-nil, print a warning when a tag
for a undefined element is found.
sgml-max-menu-size Max number of entries in Tags and Entities menus before
they are split into several panes.
sgml-always-quote-attributes If non-nil, quote all attribute values
inserted after finishing edit attributes.
sgml-minimize-attributes Determines minimization of attributes inserted by
edit-attributes.
sgml-normalize-trims If non-nil, sgml-normalize will trim off white space
from end of element when adding end tag.
sgml-indent-step How much to increment indent for every element level.
sgml-indent-data If non-nil, indent in data/mixed context also.
sgml-set-face If non-nil, psgml will set the face of parsed markup.
sgml-markup-faces The faces used when the above variable is non-nil.
sgml-public-map Mapping from public identifiers to file names.
sgml-offer-save If non-nil, ask about saving modified buffers before
\\[sgml-validate] is run.
All bindings:
\\{sgml-mode-map}"
(interactive)
(kill-all-local-variables)
(setq sgml-xml-p nil)
(setq local-abbrev-table sgml-mode-abbrev-table)
(use-local-map sgml-mode-map)
(setq mode-name "SGML")
(setq major-mode 'sgml-mode)
;; A start or end tag by itself on a line separates a paragraph.
;; This is desirable because SGML discards a newline that appears
;; immediately after a start tag or immediately before an end tag.
(set (make-local-variable 'paragraph-separate)
(if sgml-have-re-char-clases
"^[ \t\n]*$\\|\
^[ \t]*</?\\([_[:alpha:]]\\([-:._[:alnum:]= \t\n]\\|\
\"[^\"]*\"\\|'[^']*'\\)*\\)?>$"
"^[ \t\n]*$\\|\
^[ \t]*</?\\([_A-Za-z]\\([-:._A-Za-z0-9= \t\n]\\|\
\"[^\"]*\"\\|'[^']*'\\)*\\)?>$"))
(set (make-local-variable 'paragraph-start)
paragraph-separate)
(set-syntax-table sgml-mode-syntax-table)
(make-local-variable 'comment-start)
(setq comment-start "<!-- ")
(make-local-variable 'comment-end)
(setq comment-end " -->")
(make-local-variable 'comment-indent-function)
(setq comment-indent-function 'sgml-comment-indent)
(make-local-variable 'comment-start-skip)
;; This will allow existing comments within declarations to be
;; recognized. [Does not work well with auto-fill, Lst/940205]
;;(setq comment-start-skip "--[ \t]*")
(setq comment-start-skip "<!--[ \t]*")
;; Added for psgml:
(make-local-variable 'indent-line-function)
(setq indent-line-function 'sgml-indent-line)
(make-local-variable 'mode-line-format)
(if (featurep 'xemacs)
;; Modify mode-line-format with susbt (sugested by wing)
;; Apart from requiring CL at runtime, this doesn't work in Emacs
;; 21. It's the sort of thing which-func is supposed to do...
(setq mode-line-format
(subst '("" mode-name sgml-active-dtd-indicator) 'mode-name
mode-line-format))
(set (make-local-variable 'which-func-format) 'sgml-active-dtd-indicator))
(make-local-variable 'sgml-default-dtd-file)
(when (setq sgml-default-dtd-file (sgml-default-dtd-file))
(unless (file-exists-p sgml-default-dtd-file)
(setq sgml-default-dtd-file nil)))
;;; This doesn't DTRT with Emacs 21.1 newcomment -- intermediate lines
;;; are prefixed by `!--'. -- fx
;;; (set (make-local-variable 'comment-style) 'multi-line)
(when sgml-default-nonsticky
(make-local-variable 'text-property-default-nonsticky)
;; see `sgml-set-face-for':
(add-to-list 'text-property-default-nonsticky '(face . t)))
(add-hook 'post-command-hook 'sgml-command-post 'append 'local)
(add-hook 'activate-menubar-hook 'sgml-update-all-options-menus
nil 'local)
(run-hooks 'text-mode-hook 'sgml-mode-hook)
(easy-menu-add sgml-main-menu)
(sgml-build-custom-menus))
;; It would be nice to generalize the `auto-mode-interpreter-regexp'
;; machinery so that we could select xml-mode on the basis of the
;; leading xml PI. -- fx
;;;###autoload
(define-derived-mode xml-mode sgml-mode "XML"
"Major mode for editing XML, specialized from SGML mode.
Sets various variables appropriately for XML.
Can be used without a DTD. In that case, warnings about undefined
elements and entities are suppressed and various commands' behaviour
is modified to account for the lack of information. For instance, the
element names offered for selection or completion are those in the
parse of the document, but other names may be entered.
Note that without a DTD, indenting lines will only work if
`sgml-indent-data' is non-nil."
(setq sgml-xml-p t)
;; XML-friendly settings
(setq sgml-omittag nil)
(setq sgml-shorttag nil)
(setq sgml-namecase-general nil)
(setq sgml-minimize-attributes nil)
(setq sgml-always-quote-attributes t)
(make-local-variable 'sgml-declaration)
(setq sgml-declaration sgml-xml-declaration)
(setq sgml-validate-command sgml-xml-validate-command)
)
(defun sgml-default-dtd-file ()
(and (buffer-file-name)
(let ((base (file-name-nondirectory (buffer-file-name))))
(concat
(cond ((string-match "\\.[^.]+$" base)
(substring base 0 (match-beginning 0)))
(t
base))
".ced"))))
(defun sgml-comment-indent ()
(if (and (looking-at "--")
(not (and (eq (char-after (1- (point))) ?!)
(eq (char-after (- (point) 2)) ?<))))
(progn
(skip-chars-backward " \t")
(max comment-column (1+ (current-column))))
0))
(defconst sgml-start-tag-regex
(if sgml-have-re-char-clases
"<[_[:alpha:]]\\([-:.[:alnum:]= \n\t]\\|\"[^\"]*\"\\|'[^']*'\\)*"
"<[_A-Za-z]\\([-:.A-Za-z0-9= \n\t]\\|\"[^\"]*\"\\|'[^']*'\\)*")
"Regular expression that matches a non-empty start tag.
Any terminating > or / is not matched.")
(defvar sgml-mode-markup-syntax-table nil
"Syntax table used for scanning SGML markup.")
(if sgml-mode-markup-syntax-table
()
(setq sgml-mode-markup-syntax-table (make-syntax-table))
(modify-syntax-entry ?< "(>" sgml-mode-markup-syntax-table)
(modify-syntax-entry ?> ")<" sgml-mode-markup-syntax-table)
(modify-syntax-entry ?- "_ 1234" sgml-mode-markup-syntax-table)
(modify-syntax-entry ?\' "\"" sgml-mode-markup-syntax-table))
(defvar sgml-angle-distance 4000
"*If non-nil, is the maximum distance to search for matching <.")
(defun sgml-close-angle (arg)
"Insert > and display matching <."
(interactive "p")
(insert-char ?> arg)
(if (> arg 0)
(let ((oldpos (point))
(blinkpos))
(save-excursion
(save-restriction
(if sgml-angle-distance
(narrow-to-region (max (point-min)
(- (point) sgml-angle-distance))
oldpos))
;; See if it's the end of a marked section.
(and (> (- (point) (point-min)) 3)
(eq (char-after (- (point) 2)) ?\])
(eq (char-after (- (point) 3)) ?\])
(re-search-backward (if sgml-have-re-char-clases
"<!\\[\\(-?[[:alnum:]. \t\n&;]\\|\
--\\([^-]\\|-[^-]\\)*--\\)*\\["
"<!\\[\\(-?[A-Za-z0-9. \t\n&;]\\|\
--\\([^-]\\|-[^-]\\)*--\\)*\\[")
(point-min)
t)
(let ((msspos (point)))
(if (and (search-forward "]]>" oldpos t)
(eq (point) oldpos))
(setq blinkpos msspos))))
;; This handles cases where the > ends one of the following:
;; markup declaration starting with <! (possibly including a
;; declaration subset); start tag; end tag; SGML declaration.
(if blinkpos
()
(goto-char oldpos)
(condition-case ()
(let ((oldtable (syntax-table))
(parse-sexp-ignore-comments t))
(unwind-protect
(progn
(set-syntax-table sgml-mode-markup-syntax-table)
(setq blinkpos (scan-sexps oldpos -1)))
(set-syntax-table oldtable)))
(error nil))
(and blinkpos
(goto-char blinkpos)
(or
;; Check that it's a valid delimiter in context.
(not (looking-at
(if sgml-have-re-char-clases
"<\\(\\?\\|/?[[:alpha:]>]\\|!\\([[[:alpha:]]\\|--\\)\\)"
"<\\(\\?\\|/?[A-Za-z>]\\|!\\([[A-Za-z]\\|--\\)\\)")))
;; Check that it's not a net-enabling start tag
;; nor an unclosed start-tag.
(looking-at (concat sgml-start-tag-regex "[/<]"))
;; Nor an unclosed end-tag.
(looking-at (if sgml-have-re-char-clases
"</[[:alpha:]][-:.[:alnum:]]*[ \t]*<"
"</[A-Za-z][-:.A-Za-z0-9]*[ \t]*<")))
(setq blinkpos nil)))
(if blinkpos
()
;; See if it's the end of a processing instruction.
(goto-char oldpos)
(if (search-backward "<?" (point-min) t)
(let ((pipos (point)))
(if (and (search-forward ">" oldpos t)
(eq (point) oldpos))
(setq blinkpos pipos))))))
(if blinkpos
(progn
(goto-char blinkpos)
(if (pos-visible-in-window-p)
(sit-for 1)
(message "Matches %s"
(buffer-substring blinkpos
(progn (end-of-line)
(point)))))))))))
;;; I doubt that null end tags are used much for large elements,
;;; so use a small distance here.
(defvar sgml-slash-distance 1000
"*If non-nil, is the maximum distance to search for matching /.")
(defun sgml-slash (arg)
"Insert / and display any previous matching /.
Two /s are treated as matching if the first / ends a net-enabling
start tag, and the second / is the corresponding null end tag."
(interactive "p")
(insert-char ?/ arg)
(if (> arg 0)
(let ((oldpos (point))
(blinkpos)
(level 0))
(save-excursion
(save-restriction
(if sgml-slash-distance
(narrow-to-region (max (point-min)
(- (point) sgml-slash-distance))
oldpos))
(if (and (re-search-backward sgml-start-tag-regex (point-min) t)
(eq (match-end 0) (1- oldpos)))
()
(goto-char (1- oldpos))
(while (and (not blinkpos)
(search-backward "/" (point-min) t))
(let ((tagend (save-excursion
(if (re-search-backward sgml-start-tag-regex
(point-min) t)
(match-end 0)
nil))))
(if (eq tagend (point))
(if (eq level 0)
(setq blinkpos (point))
(setq level (1- level)))
(setq level (1+ level)))))))
(if blinkpos
(progn
(goto-char blinkpos)
(if (pos-visible-in-window-p)
(sit-for 1)
(message "Matches %s"
(buffer-substring (progn
(beginning-of-line)
(point))
(1+ blinkpos))))))))))
(eval-and-compile
(autoload 'compilation-start "compile" ""))
(defun sgml-default-validate-command ()
(cond
((consp sgml-validate-command)
(let ((validate-subst
(list
(cons ?b (and (buffer-file-name)
(file-name-nondirectory (buffer-file-name))))
(cons ?s (sgml-declaration))
(cons ?v sgml-declaration)
(cons ?d sgml-doctype))))
(loop for template in sgml-validate-command
thereis
(sgml-subst-expand template validate-subst))))
(t
(apply 'format sgml-validate-command
(if sgml-validate-files
(funcall sgml-validate-files)
(list (or sgml-declaration "")
(let ((name (buffer-file-name)))
(if name
(file-name-nondirectory name)
""))))))))
(defun sgml-validate (command)
"Validate an SGML document.
Runs COMMAND, a shell command, in a separate process asynchronously
with output going to the buffer *compilation*.
You can then use the command \\[next-error] to find the next error message
and move to the line in the SGML document that caused it."
(interactive
(list (read-from-minibuffer "Validate command: "
(sgml-default-validate-command)
nil nil 'sgml-validate-command-history)))
(if sgml-offer-save
(save-some-buffers nil nil))
(compilation-start command 'compilation-minor-mode nil sgml-validate-error-regexps))
(defalias 'sgml-restore-buffer-modified-p
(if (fboundp 'restore-buffer-modified-p)
'restore-buffer-modified-p ; doesn't update mode line
'set-buffer-modified-p))
;;;; Autoloads and hooks
(autoload 'sgml-doctype-insert "psgml-edit"
nil
nil nil)
(autoload 'sgml-indent-line "psgml-edit" nil)
(autoload 'sgml-element-endable-p "psgml-edit" nil)
(autoload 'sgml-do-set-option "psgml-edit" nil)
;;; Generated by sgml-build-autoloads
(autoload 'sgml-load-dtd "psgml-parse" "Load a saved DTD from FILE." t)
(autoload 'sgml-show-or-clear-log "psgml-parse" "Show the *SGML LOG* buffer if it is not showing, or clear and
remove it if it is showing." t)
(autoload 'sgml-load-doctype "psgml-parse" "Load the documents DTD.
Either from parent document or by parsing the document prolog." t)
(autoload 'sgml-parse-prolog "psgml-parse" "Parse the document prolog to learn the DTD." t)
(autoload 'sgml-beginning-of-element "psgml-edit" "Move to after the start-tag of the current element.
If the start-tag is implied, move to the start of the element." t)
(autoload 'sgml-end-of-element "psgml-edit" "Move to before the end-tag of the current element." t)
(autoload 'sgml-backward-up-element "psgml-edit" "Move backward out of this element level.
That is move to before the start-tag or where a start-tag is implied." t)
(autoload 'sgml-up-element "psgml-edit" "Move forward out of this element level.
That is move to after the end-tag or where an end-tag is implied." t)
(autoload 'sgml-forward-element "psgml-edit" "Move forward over next element." t)
(autoload 'sgml-backward-element "psgml-edit" "Move backward over previous element at this level.
With implied tags this is ambiguous." t)
(autoload 'sgml-down-element "psgml-edit" "Move forward and down one level in the element structure." t)
(autoload 'sgml-kill-element "psgml-edit" "Kill the element following the cursor." t)
(autoload 'sgml-transpose-element "psgml-edit" "Interchange element before point with element after point, leave point after." t)
(autoload 'sgml-mark-element "psgml-edit" "Set mark after next element." t)
(autoload 'sgml-mark-current-element "psgml-edit" "Set mark at end of current element, and leave point before current element." t)
(autoload 'sgml-change-element-name "psgml-edit" "Replace the name of the current element with a new name.
Eventual attributes of the current element will be translated if
possible." t)
(autoload 'sgml-untag-element "psgml-edit" "Remove tags from current element." t)
(autoload 'sgml-kill-markup "psgml-edit" "Kill next tag, markup declaration or process instruction." t)
(autoload 'sgml-fold-region "psgml-edit" "Hide (or if prefixarg unhide) region.
If called from a program first two arguments are start and end of
region. And optional third argument true unhides." t)
(autoload 'sgml-fold-element "psgml-edit" "Fold the lines comprising the current element, leaving the first line visible.
This uses the selective display feature." t)
(autoload 'sgml-fold-subelement "psgml-edit" "Fold all elements current elements content, leaving the first lines visible.
This uses the selective display feature." t)
(autoload 'sgml-unfold-line "psgml-edit" "Show hidden lines in current line." t)
(autoload 'sgml-unfold-element "psgml-edit" "Show all hidden lines in current element." t)
(autoload 'sgml-expand-element "psgml-edit" "As sgml-fold-subelement, but unfold first." t)
(autoload 'sgml-unfold-all "psgml-edit" "Show all hidden lines in buffer." t)
(autoload 'sgml-next-data-field "psgml-edit" "Move forward to next point where data is allowed." t)
(autoload 'sgml-next-trouble-spot "psgml-edit" "Move forward to next point where something is amiss with the structure." t)
(autoload 'sgml-list-valid-tags "psgml-edit" "Display a list of the contextually valid tags." t)
(autoload 'sgml-show-context "psgml-edit" "Display where the cursor is in the element hierarchy." t)
(autoload 'sgml-what-element "psgml-edit" "Display what element is under the cursor." t)
(autoload 'sgml-insert-tag "psgml-edit" "Insert a tag, reading tag name in minibuffer with completion.
If sgml-leave-point-after-insert is t, the point is left after the
inserted tag(s), unless the element has some required content. If
sgml-leave-point-after-insert is nil the point is left after the first
tag inserted." t)
(autoload 'sgml-insert-element "psgml-edit" "Reads element name from minibuffer and inserts start and end tags." t)
(autoload 'sgml-tag-region "psgml-edit" "Reads element name from minibuffer and inserts start and end tags." t)
(autoload 'sgml-insert-end-tag "psgml-edit" "Insert end-tag for the current open element." t)
(autoload 'sgml-insert-attribute "psgml-edit" "Read attribute name and value from minibuffer and insert attribute spec." t)
(autoload 'sgml-split-element "psgml-edit" "Split the current element at point.
If repeated, the containing element will be split before the beginning
of then current element." t)
(autoload 'sgml-custom-dtd "psgml-edit" "Insert a DTD declaration from the sgml-custom-dtd alist." t)
(autoload 'sgml-custom-markup "psgml-edit" "Insert markup from the sgml-custom-markup alist." t)
(autoload 'sgml-tags-menu "psgml-edit" "Pop up a menu with valid tags and insert the chosen tag.
If the variable sgml-balanced-tag-edit is t, also inserts the
corresponding end tag. If sgml-leave-point-after-insert is t, the point
is left after the inserted tag(s), unless the element has some required
content. If sgml-leave-point-after-insert is nil the point is left
after the first tag inserted." t)
(autoload 'sgml-element-menu "psgml-edit" "Pop up a menu with valid elements and insert choice.
If sgml-leave-point-after-insert is nil the point is left after the first
tag inserted." t)
(autoload 'sgml-add-element-menu "psgml-edit" nil t)
(autoload 'sgml-start-tag-menu "psgml-edit" "Pop up a menu with valid start-tags and insert choice." t)
(autoload 'sgml-end-tag-menu "psgml-edit" "Pop up a menu with valid end-tags and insert choice." t)
(autoload 'sgml-tag-region-menu "psgml-edit" "Pop up a menu with valid elements and tag current region with the choice." t)
(autoload 'sgml-entities-menu "psgml-edit" nil t)
(autoload 'sgml-attrib-menu "psgml-edit" "Pop up a menu of the attributes of the current element
\(or the element with start-tag before point)." t)
(autoload 'sgml-right-menu "psgml-edit" "Pop up a menu with valid tags and insert the choosen tag.
If the variable sgml-balanced-tag-edit is t, also inserts the
corresponding end tag. If sgml-leave-point-after-insert is t, the point
is left after the inserted tag(s), unless the element has som required
content. If sgml-leave-point-after-insert is nil the point is left
after the first tag inserted." t)
(autoload 'sgml-fill-element "psgml-edit" "Fill biggest enclosing element with mixed content.
If current element has pure element content, recursively fill the
subelements." t)
(autoload 'sgml-edit-attributes "psgml-edit" "Edit attributes of current element.
Editing is done in a separate window." t)
(autoload 'sgml-edit-attrib-finish "psgml-edit" "Finish editing and insert attribute values in original buffer." t)
(autoload 'sgml-edit-attrib-default "psgml-edit" "Set current attribute value to default." t)
(autoload 'sgml-edit-attrib-clear "psgml-edit" "Kill the value of current attribute." t)
(autoload 'sgml-edit-attrib-field-start "psgml-edit" "Go to the start of the attribute value field." t)
(autoload 'sgml-edit-attrib-field-end "psgml-edit" "Go to the end of the attribute value field." t)
(autoload 'sgml-edit-attrib-next "psgml-edit" "Move to next attribute value." t)
(autoload 'sgml-hide-tags "psgml-edit" "Hide all tags in buffer." t)
(autoload 'sgml-show-tags "psgml-edit" "Show hidden tags in buffer." t)
(autoload 'sgml-hide-attributes "psgml-edit" "Hide all attribute specifications in the buffer." t)
(autoload 'sgml-show-attributes "psgml-edit" "Show all attribute specifications in the buffer." t)
(autoload 'sgml-expand-all-shortrefs "psgml-edit" "Expand all short references in the buffer.
Short references to text entities are expanded to the replacement text
of the entity; other short references are expanded into general entity
references. If argument TO-ENTITY is non-nil, or if called
interactively with a numeric prefix argument, all short references are
replaced by general entity references." t)
(autoload 'sgml-normalize "psgml-edit" "Normalize buffer by filling in omitted tags and expanding empty tags.
Argument TO-ENTITY controls how short references are expanded as with
`sgml-expand-all-shortrefs'. An optional argument ELEMENT can be the
element to normalize instead of the whole buffer, if used no short
references will be expanded." t)
(autoload 'sgml-normalize-element "psgml-edit" nil t)
(autoload 'sgml-make-character-reference "psgml-edit" "Convert character after point into a character reference.
If called with a numeric argument, convert a character reference back
to a normal character. If called from a program, set optional
argument INVERT to non-nil." t)
(autoload 'sgml-expand-entity-reference "psgml-edit" "Insert the text of the entity referenced at point." t)
(autoload 'sgml-trim-and-leave-element "psgml-edit" "Remove blanks at end of current element and move point to after element." t)
(autoload 'sgml-edit-external-entity "psgml-edit" "Open a new window and display the external entity at the point." t)
(autoload 'sgml-complete "psgml-edit" "Complete the word/tag/entity before point.
If it is a tag (starts with < or </) complete with valid tags.
If it is an entity (starts with &) complete with declared entities.
If it is a markup declaration (starts with <!) complete with markup
declaration names.
If it is something else complete with ispell-complete-word." t)
(autoload 'sgml-file-options-menu "psgml-edit" nil t)
(autoload 'sgml-user-options-menu "psgml-edit" nil t)
(autoload 'sgml-add-element-to-element "psgml-edit" "Add an element of type GI to the current element.
The element will be added at the last legal position if FIRST is `nil',
otherwise it will be added at the first legal position." t)
(autoload 'sgml-show-current-element-type "psgml-edit" "Show information about the current element and its type." t)
(autoload 'sgml-show-structure "psgml-edit" "Show the document structure in a separate buffer." t)
(autoload 'sgml-save-dtd "psgml-dtd" "Save the parsed dtd on FILE." t)
(autoload 'sgml-list-elements "psgml-info" "List the elements and their attributes in the current DTD." t)
(autoload 'sgml-list-attributes "psgml-info" "List the attributes and in which elements they occur." t)
(autoload 'sgml-list-terminals "psgml-info" "List the elements that can have data in their content." t)
(autoload 'sgml-list-content-elements "psgml-info" "List all element types and the element types that can occur in its content." t)
(autoload 'sgml-list-occur-in-elements "psgml-info" "List all element types and where it can occur." t)
(autoload 'sgml-describe-entity "psgml-info" "Describe the properties of an entity as declared in the current DTD." t)
(autoload 'sgml-describe-element-type "psgml-info" "Describe the properties of an element type as declared in the current DTD." t)
(autoload 'sgml-describe-dtd "psgml-info" "Display information about the current DTD." t)
(autoload 'sgml-charent-to-display-char "psgml-charent" "Replace character entities with their display character equivalents" t)
(autoload 'sgml-display-char-to-charent "psgml-charent" "Replace displayable characters with their character entity equivalents" t)
;;;; Last provisions
(provide 'psgml)
(provide 'sgml-mode)
;;; psgml.el ends here
|