Explorar o código

Update TODO list.

Fred Gilham hai 6 días
pai
achega
492dd27d4e
Modificáronse 1 ficheiros con 13 adicións e 4 borrados
  1. 13 4
      TODO

+ 13 - 4
TODO

@@ -1,14 +1,23 @@
 #+COMMENT: -*- Mode: org -*-
-#+COMMENT: Time-stamp: <2026-03-25 18:41:27 fred>
+#+COMMENT: Time-stamp: <2026-03-30 06:13:26 fred>
+* TODO Re-visit buffers and modes
+  - Don't create a plethora of buffers---reuse unless user specifies new buffer
+  - Use minor modes for LEX and MORPH
+  - Maybe use minor modes for Texts and Commentaries
 * TODO Access footnote and cross-reference information from Bible texts.
-* TODO Fix parsing of cross-references from books/commentaries.
-  - Partly done
-* TODO Split commentaries and Bibles (different names etc.)
 * TODO Add customizations for font faces for different kinds of buffers (e.g. Greek, Hebrew, English etc.)
 * TODO Infer chapter counts from book data.
   - May not be easily possible
 * TODO Search should order references by OT books, then NT books, in alphabetical order
   - Search references currently works pretty well except for the above. Worth doing?
+  - WORKAROUND---use search ranges.
+  - There is a way to do this. Use a sorted list of OT books and
+    output items from search result for each book. Then do the same
+    with a sorted list of NT books.
+* DONE Split commentaries and Bibles (different names etc.)
+
+* DONE Fix parsing of cross-references from books/commentaries.
+  - Partly done
 * DONE Cross-references in commentaries should point to Bible buffer, not Commentary buffer.
   - That is, clicking on a cross-reference in a commentary should
     cause an associated Bible buffer to go to the location of the cross-reference.