File: README.psgml

package info (click to toggle)
psgml 1.3.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,728 kB
  • ctags: 1,029
  • sloc: lisp: 10,075; sh: 469; makefile: 53
file content (35 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (14)
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
This is the READ ME file for psgml.el version 1.3.2.       -*- outline -*-

This is an ALPHA release. 


* User interface changes

** Rename sgml-general-dtd-info to sgml-describe-dtd. Keep old name as
   alias.

** Made menus compact, only one top level menu.

** Added new function sgml-show-structure (C-c C-s)
(May need latest emacs version (22))

** Changed C-c C-t to sgml-show-current-element-type
New more comprehensive information display.

** New mouse menu, sgml-right-menu on S-mouse-3 
If invoked on a start-tag will include entries to manipulate the
tag/element, including setting attributes. If invoked in content it
will be a menu of valid elements.

** The <?PSGML> process instruction
Not new, but now documented and improved.

<?PSGML ELEMENT FOO  
     face=italic
     nofill=t
     help-text="marks a foo"
     attnames=("ID" "STYLE")
     structure=ignore ?>

Must be placed in the DTD.