The Emacs and Jed info readers don't like my index format: Info menu
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Apr 2004 12:55:06 +0000 (12:55 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Apr 2004 12:55:06 +0000 (12:55 +0000)
commitb921687e6593e2a473b12e5851a5ff145a6ac3d8
tree13b0ca95f10e78f82bc76ae92c1ddd89f85cb253
parent43f61c25ffd4b1e5403c4ae6d49e6a0a39fd4444
The Emacs and Jed info readers don't like my index format: Info menu
items of the form `* stuff: Section 1.2.' are parsed by standalone
info as `Section 1.2' followed by a period, but are parsed by other
readers as `Section 1' followed by a period and then some spare
text. Therefore, I've changed strategy, and the index is now full of
*Note cross-references rather than menu items. On the plus side,
this means there are no longer any special characters which we can't
tolerate in an index entry; on the minus side, my shiny new
infrastructure for tracking the filepos of index entries is now
rendered pointless. I'll leave it in, though, since it may come in
handy again.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@4053 cda61777-01e9-0310-a592-d414129be87e
bk_info.c
error.c
halibut.h