summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2007-04-08 20:47:01 +0000
committerBen Harris <bjh21@bjh21.me.uk>2007-04-08 20:47:01 +0000
commit50a6b098c6e75b8adbe9b5778378dbd22d371617 (patch)
treefe6da71f29544531ac732922a2a50dd20e0471e5
parent8623135e6ec54b40763f3dc26bc8fce5a1c07306 (diff)
downloadhalibut-50a6b098c6e75b8adbe9b5778378dbd22d371617.zip
halibut-50a6b098c6e75b8adbe9b5778378dbd22d371617.tar.gz
halibut-50a6b098c6e75b8adbe9b5778378dbd22d371617.tar.bz2
halibut-50a6b098c6e75b8adbe9b5778378dbd22d371617.tar.xz
List some documentation sources, and another todo item.
[originally from svn r7454]
-rw-r--r--bk_info.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/bk_info.c b/bk_info.c
index faf691c..d898e61 100644
--- a/bk_info.c
+++ b/bk_info.c
@@ -1,5 +1,12 @@
/*
- * info backend for Halibut
+ * Info backend for Halibut
+ *
+ * The Info file format isn't well-specified, and what specification
+ * there is is scattered all over the place. Sources include:
+ * (info), from GNU Texinfo.
+ * (texinfo), also from GNU Texinfo.
+ * (Emacs)Misc Help, and (emacs)Info Lookup, from GNU Emacs.
+ * info.el, from GNU Emacs.
*
* Possible future work:
*
@@ -35,6 +42,12 @@
* make things slightly less ugly by using the lower-case version
* when the user asks for \k. Unfortunately, standalone Info seems
* to match node names case-sensitively, so we can't downcase that.
+ *
+ * - The character encoding used in an Info file can be configured using
+ * an Emacs local variables block at the end, like this:
+ * Local Variables:
+ * coding: iso-8859-1
+ * End:
*/
#include <stdio.h>