From 2847942a27c5e6c297f59f82b47b69e4abb3dc33 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 10 Apr 2004 12:55:06 +0000 Subject: 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. [originally from svn r4053] --- halibut.h | 1 - 1 file changed, 1 deletion(-) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 24ad3a5..fd93408 100644 --- a/halibut.h +++ b/halibut.h @@ -219,7 +219,6 @@ enum { err_misplacedlcont, /* \lcont not after a list item */ err_sectmarkerinblock, /* section marker appeared in block */ err_infodirentry, /* \cfg{info-dir-entry} missing param */ - err_infoindexcolon, /* colon in index term in info */ err_infonodechar, /* colon/comma in node name in info */ err_whatever /* random error of another type */ }; -- cgit v1.1