Mercurial > hg > xemacs-beta
comparison man/psgml-api.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 \input texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 @c %**start of header | 2 @c %**start of header |
3 @setfilename psgml-api.info | 3 @setfilename ../info/psgml-api.info |
4 @settitle psgml-api | 4 @settitle psgml-api |
5 @c @setchapternewpage odd | 5 @c @setchapternewpage odd |
6 @c %**end of header | 6 @c %**end of header |
7 @c $Id: psgml-api.texi,v 1.1.1.1 1996/12/18 03:36:11 steve Exp $ | 7 @c $Id: psgml-api.texi,v 1.1.1.2 1996/12/18 03:47:33 steve Exp $ |
8 | |
9 @ifinfo | |
10 @format | |
11 START-INFO-DIR-ENTRY | |
12 * PSGML-API: (psgml-api). PSGML, the API documentation. | |
13 END-INFO-DIR-ENTRY | |
14 @end format | |
15 @end ifinfo | |
8 | 16 |
9 @ifinfo | 17 @ifinfo |
10 Documentation for PSGML, a major mode for SGML. | 18 Documentation for PSGML, a major mode for SGML. |
11 | 19 |
12 Copyright 1994 Lennart Staflin | 20 Copyright 1994 Lennart Staflin |
589 Each function should take one argument, the system identifier of an entity. | 597 Each function should take one argument, the system identifier of an entity. |
590 If the function can handle that identifier, it should insert the text | 598 If the function can handle that identifier, it should insert the text |
591 of the entity into the current buffer at point and return t. If the | 599 of the entity into the current buffer at point and return t. If the |
592 system identifier is not handled the function should return nil. | 600 system identifier is not handled the function should return nil. |
593 @end defvar | 601 @end defvar |
602 | |
603 @defvar sgml-doctype-parsed-hook | |
604 This hook is caled after the doctype has been parsed. | |
605 It can be used to load any additional information into the DTD structure. | |
606 @end defvar | |
607 | |
608 @defvar sgml-close-element-hook | |
609 @c *** | |
610 The hook run by `sgml-close-element'. | |
611 These functions are invoked with `sgml-current-tree' bound to the | |
612 element just parsed. | |
613 @end defvar | |
614 | |
615 *** sgml-new-attribute-list-function | |
616 This hook is run when a new element is inserted to construct the | |
617 attribute specification list. The default function prompts for the | |
618 required attributes. | |
594 | 619 |
595 | 620 |
596 @c ------------------------------------------------------------------ | 621 @c ------------------------------------------------------------------ |
597 @node Implementation, Index, Hooks, Top | 622 @node Implementation, Index, Hooks, Top |
598 @comment node-name, next, previous, up | 623 @comment node-name, next, previous, up |