[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic ea6dd6dd9d 162/333: Documentation updates.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic ea6dd6dd9d 162/333: Documentation updates. |
Date: |
Tue, 27 Feb 2024 13:00:29 -0500 (EST) |
branch: externals/lentic
commit ea6dd6dd9d51aee5792a47b210a00ce50ad0666e
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
Documentation updates.
---
lentic.el | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/lentic.el b/lentic.el
index 43bee43f69..b5214bdd05 100644
--- a/lentic.el
+++ b/lentic.el
@@ -28,7 +28,7 @@
;;; Commentary:
-;; lentic enables /lenticular text/: simultaneous editing and viewing of the
+;; `lentic' enables /lenticular text/: simultaneous editing and viewing of the
;; same (or closely related) text in two or more buffers, potentially in
;; different modes. Lenticular text is named after lenticular printing, which
;; produce images which change depending on the angle at which they are
@@ -52,7 +52,7 @@
;; and the documentation untroubled by the programmatic mode.
;; Lenticular text provides an alternative solution. Two lentic buffers, by
-;; default, the two share content but are otherwise independent. Therefore,
+;; default, the share content but are otherwise independent. Therefore,
;; you can have two buffers open, each showing the content in different modes;
;; to switch modes, you simply switch buffers. The content, location of point,
;; and view are shared.
@@ -61,9 +61,9 @@
;; between the two. If this is done, then the two can have different but
;; related text. This also solves the problem of integration with a
;; tool-chain; each lentic buffer can be associated with a different file and
-;; a different syntax. This file is, itself, lenticular text. It can be
-;; viewed either as Emacs-Lisp or in Org-Mode. In Emacs-Lisp mode, this text
-;; is commented out, in org-mode it is not. In fact, even the default
+;; a different syntax. For example, this file is, itself, lenticular text. It
+;; can be viewed either as Emacs-Lisp or in Org-Mode. In Emacs-Lisp mode, this
+;; text is commented out, in org-mode it is not. In fact, even the default
;; behaviour of lentic uses this transformation capability--the text is
;; shared, but text properties are not, a behaviour which differs between
;; lentic buffers and indirect buffers.
@@ -75,6 +75,15 @@
;; The main user entry point is through `global-lentic-start-mode' which
;; provides tools to create a new lentic buffer.
+;;; Usage:
+
+;; lentic can be installed through MELPA then add
+
+;; (require 'lentic-autoload)
+;; (global-lentic-start-mode)
+
+;; to your .emacs.
+
;;; Configuration:
;; lentic buffers are configurable in a large number of ways. It is possible
- [elpa] externals/lentic 90a05765eb 313/333: Add autoload cookie to lentic-init-functions, (continued)
- [elpa] externals/lentic 90a05765eb 313/333: Add autoload cookie to lentic-init-functions, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0a96ba6fe8 304/333: Remove pointless oset, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic f0253ea3e7 290/333: New menu option "force clone"., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 91f231555e 283/333: Unmatched config returns correct type for invert., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ee916b45fe 314/333: Add support for asciidoc->el, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e3f4e6f7be 155/333: Fix variable name., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b8b51e2c79 163/333: Change dir-locals to reflect changes in m-buffer., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic dfe8beca1b 159/333: noisy-change.el support file added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic eb2d1fc472 158/333: Makefile for test., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a6c07abcec 157/333: README added for examples., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ea6dd6dd9d 162/333: Documentation updates.,
ELPA Syncer <=
- [elpa] externals/lentic c0e73bda5f 170/333: Examples all updated to be self-describing., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 416a9bd06b 169/333: lentic-delayed loaded during test., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 5e22d597d0 176/333: Move to MELPA-stable for release., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 30e898608d 173/333: Simple delete test., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic d9fd2c2e40 175/333: Documentation Updates., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ec9bcd0d64 180/333: Update for 0.6.1 release., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 11a35ea3ac 181/333: Prepare for next iteration., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 4003ae1a41 194/333: Travis badge., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic d6ac74dc73 191/333: No error if m-buffer is not present., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 6587a9a0f7 198/333: Missing dev-resource added., ELPA Syncer, 2024/02/27