annotate autogen.sh @ 51102:d604b76d3bbd

Doc fixes. (xml-parse-file, xml-parse-region): Autoload. (xml-syntax-table, xml-name-regexp): New. (xml-parse-region): Narrow to region, set syntax-table and case-fold-search. Reject fewer valid documents. (xml-parse-tag): Remove arg END. Callers changed. (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg properly. Don't use buffer-substring-no-properties. Don't bind case-fold-search. Fix syntax for empty elements. Hoist consing of end-of-tag regexp out of loop. (xml-parse-attlist): Remove arg. Callers changed. Use skip-syntax-forward, replace-regexp-in-string, forward-sexp. Allow non-ASCII names. (xml-skip-dtd): Remove arg. Callers changed. Change matching code. (xml-parse-dtd): Grok external DTDs. Allow non-ASCII. Don't use match-string-no-properties. (xml-ucs-to-string): Deleted. (xml-substitute-entity): New. (xml-substitute-special): Use it. (xml-debug-print-internal): Simplify insertions. (xml-parse-file): Avoid finding file in xml-mode.
author Dave Love <fx@gnu.org>
date Mon, 19 May 2003 16:01:39 +0000
parents 15eaa1a21c1c
children 695cf19ef79e d7ddb3e565de
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48482
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
1 #!/bin/sh
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
2
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
3 echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS."
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
4
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
5 # Exit with failure, since people may have generic build scripts that
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
6 # try things like "autogen.sh && ./configure && make".
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
7 exit 1