|
@@ -1,11 +1,22 @@
|
|
|
;;;; -*- mode: EMACS-LISP; lexical-binding: t -*-
|
|
|
-;;
|
|
|
+
|
|
|
+;; Copyright (C) 2024 Zacalot
|
|
|
+;; Modifications Copyright (C) Fred Gilham
|
|
|
+
|
|
|
+;; Time-stamp: <2024-05-15 08:37:24 fred>
|
|
|
+
|
|
|
+;; This is distributed in the hope that it will be useful, but WITHOUT
|
|
|
+;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
+;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
+;; for more details.
|
|
|
+
|
|
|
+;; See LICENSE file for copying conditions.
|
|
|
+
|
|
|
;; bible-mode.el --- A browsing interface for the SWORD Project's Diatheke CLI
|
|
|
-;; Time-stamp: <2024-05-14 11:32:24 fred>
|
|
|
|
|
|
;; Author: Zacalot
|
|
|
;; Fixes and modifications by Fred Gilham
|
|
|
-;; Url: https://github.com/fmgilham/bible-mode
|
|
|
+;; Url: http://gitbot.homedns.org/fred/bible-mode
|
|
|
;; Forked from
|
|
|
;; Url: https://github.com/Zacalot/bible-mode
|
|
|
;; Version: 1.0.0
|
|
@@ -21,7 +32,7 @@
|
|
|
;;; Usage:
|
|
|
|
|
|
;; First install `diatheke'. On Debian/Ubuntu it's in the `diatheke'
|
|
|
-;; package. In other distributions it might be in the sword package.
|
|
|
+;; package. In other distributions it might be in a `sword' package.
|
|
|
|
|
|
;; For Windows I found that you can simply install the Xiphos package.
|
|
|
;; It includes the Sword library and its utilities including diatheke,
|
|
@@ -56,6 +67,12 @@
|
|
|
;; with lexical information will display that informatio in a "term"
|
|
|
;; buffer.
|
|
|
|
|
|
+;; If lexical and morphological tags are available, the mode line will
|
|
|
+;; indicate which are present. In this version no visible tags are
|
|
|
+;; used so that the display is not cluttered by irrelevant details.
|
|
|
+
|
|
|
+;; If word study is enabled and lemmas are present, these will be
|
|
|
+;; displayed.
|
|
|
|
|
|
;;;
|
|
|
;;; bm- is used as shorthand (see Local Variables) for bible-mode-
|