Emacs mode for reading and studying Bible texts.

Fred Gilham 05180a4d4f Fix various formatting issues introduced by previous changes 22 годин тому
.gitignore dd37c8e83d Update .gitignore file 1 рік тому
LICENSE 1ea2aeaa81 Initial commit 1 рік тому
README.md 5556abd5f4 Update docs a little 1 рік тому
README.org 476b68f49e Most glitches fixed 1 рік тому
TODO 58e5ad3875 Add some TODO items 9 місяців тому
bible-mode.el 05180a4d4f Fix various formatting issues introduced by previous changes 22 годин тому
bm 26fa6cf908 Simple test script 9 місяців тому
example1.png 257650dde9 Upload files to '' 1 рік тому
example2.png 257650dde9 Upload files to '' 1 рік тому
example3.png 257650dde9 Upload files to '' 1 рік тому
example4.png 257650dde9 Upload files to '' 1 рік тому

README.md

Table of Contents

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

Description

An Emacs Bible viewing interface utilizing the SWORD project's Diatheke command line program.

Dependencies

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

  • StrongsRealGreek
  • StrongsRealHebrew
  • Robinson
  • Packard
  • OSHM

The 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
  • h - Describe mode
  • m - Select module
  • n - Next chapter
  • p - Previous chapter
  • q - Quit window
  • s - Search
  • w - Toggle word study
  • x - Split display

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

img