Elisp Bible application. Derived from bible-mode.

Fred Gilham 5543fcb5a8 Add Markdown README há 2 semanas atrás
.gitignore 9420405810 Cleanup, revise docs há 2 semanas atrás
Eldev 4461b71921 first commit há 2 semanas atrás
LICENSE 4461b71921 first commit há 2 semanas atrás
README.md 5543fcb5a8 Add Markdown README há 2 semanas atrás
README.org d2ab798683 *** empty log message *** há 2 semanas atrás
TODO 4461b71921 first commit há 2 semanas atrás
bible.el 4461b71921 first commit há 2 semanas atrás
bm 80efedc5b8 Cleanup, revise docs há 2 semanas atrás
example1.png 4461b71921 first commit há 2 semanas atrás
example2.png 4461b71921 first commit há 2 semanas atrás
example3.png 4461b71921 first commit há 2 semanas atrás
example4.png 4461b71921 first commit há 2 semanas atrás

README.md

Table of Contents

  1. Description
  2. Dependencies
  3. Usage
    1. Keybindings
  4. Features
  5. Example

Description

An Emacs Bible study application using the SWORD project's `diatheke' command line program to access SWORD text modules.

Dependencies

The SWORD Project library and utilities and a Biblical Text module (uses KJV by default). Also, Strong's lexicons and morphological databases should be installed:

  • StrongsRealGreek
  • StrongsRealHebrew
  • Robinson
  • Packard
  • OSHM
  • AbbottSmith (lexicon) + AbbottSmithStrongs (index)
  • BDBGlossesStrongs

The SWORD Project utility `installmgr' can be used to install text modules and lexical and morphological databases.

The program `mkfastmod' should be used to generate indexes so the lexical search method will work.

Usage

  • M-x bible-open
  • Invoke from command line as follows (requires installing Ezra SIL font):
    • emacs -g =150x25 -fn \"Ezra SIL-14\" -f bible-open

Keybindings

  • b - Select book
  • c - Select chapter
  • d - Toggle XML display (debugging)
  • h - Describe mode
  • m - Select module
  • n - Next chapter
  • p - Previous chapter
  • q - Quit window
  • s - Search
  • w - Toggle word study
  • x - Split display
  • / - Search

Features

  • Chapter-based browsing of the Bible
  • Text Formatting
    • Red Letters
    • Strong's Greek (with Lemma)
    • Strong's Hebrew
    • Morphology
  • Greek & Hebrew Lexicon definition lookup
  • Morphology lookup
  • Tooltip display of definitions, morphology
  • Searching

Example

Example Image