emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eev eee817f 56/64: Added a README (for the ELPA package


From: Stefan Monnier
Subject: [elpa] externals/eev eee817f 56/64: Added a README (for the ELPA package).
Date: Sun, 7 Apr 2019 16:59:13 -0400 (EDT)

branch: externals/eev
commit eee817f93e60f0ff29b25bbad4c9999af9eb6c51
Author: Eduardo Ochs <address@hidden>
Commit: Eduardo Ochs <address@hidden>

    Added a README (for the ELPA package).
---
 README | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..9589920
--- /dev/null
+++ b/README
@@ -0,0 +1,27 @@
+Eev's central idea is that you can keep "executable logs" of what you
+do, in a format that is reasonably readable and that is easy to "play
+back" later, step by step and in any order. We call these executable
+logs "e-scripts". These "steps" are mainly of two kinds:
+
+   1) elisp hyperlinks, and
+   2) lines sent to shell-like programs.
+
+To run the tutorial: install this package, then type `M-x
+eev-beginner'. This will load all the main modules, activate the
+eev-mode keybindings, and open this tutorial,
+
+  http://angg.twu.net/eev-intros/find-eev-quick-intro.html
+  (find-eev-quick-intro)
+
+in a sandboxed buffer. For a list of the other sandboxed tutorials,
+run:
+
+  (find-eev-intro)
+
+For a non-technical description of what e-scripts are, see:
+
+  http://angg.twu.net/escripts.html
+
+The home page of eev is:
+
+  http://angg.twu.net/#eev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]