Next
Previous
Contents
- fix problems in the lyx/sgml-tools-based documentation:
- find out why the info file doesn't display < and >, and why a node
or two is missing.
figured out the last part, anyway: info doesn't like colons
in node names, so i renamed "Basic functionality: inserting cookies" to "Basic
functionality -- inserting cookies".]
- find out why all those spaces are at the top and bottom of the text version.
- find out why the postscript version doesn't handle tildes in urls properly.
- find out why the text converter doesn't handle line breaks in code (see
section 6.3.1 of the text version).
see how closely the keybindings section actually matches C-hm
find a home for these files and update the "Source:" section of the rpm
spec file to match it.
M-C-f M-C-b M-t
-- do these really work as advertised? the first two seem
to either not move anywhere or skip over a bunch of tags, the last is still
defined as transpose-words
instead of tempo-complete-tag
- likewise,
M-C-t
is bound to transpose-sexps
rather than something that
would insert a timestamp. i replaced it in the keybindings table with C-cC-zt
,
which i'm guessing does the same thing M-C-t
used to do.
check names of functions against their names as listed in the keybindings
table.
consider using write-contents-hooks
fix indentation code to handle tag attributes (quick fix - match "<li"
instead of "<li>", but that has bad potential consequences).
decide about doctype string (2.0, 3.0, some hybrid?)
decide about </li> and </p>
update docs
Next
Previous
Contents