eev
- Description
- Support for e-scripts (eepitch blocks, elisp hyperlinks, etc)
- Latest
- eev-20241022.0.20241022.221213.tar (.sig), 2024-Oct-23, 1.83 MiB
- Maintainer
- Eduardo Ochs <eduardoochs@gmail.com>
- Website
- http://anggtwu.net/#eev
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
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://anggtwu.net/eev-intros/find-eev-quick-intro.html (find-eev-quick-intro) in a sandboxed buffer. The URL aboves points to an HTMLized version of the sandboxed tutorial, and the `(find-*-intro)' sexp opens it in Emacs. You can find an index of the other sandboxed tutorials here: http://anggtwu.net/eev-intros/find-eev-intro.html (find-eev-intro) The home page of eev is: http://anggtwu.net/#eev Autoloads ========= Eev handles autoloads in a very atypical way, explained in these three places: http://anggtwu.net/eev-current/eev-load.el.html#autoloads http://anggtwu.net/eev-intros/find-eev-install-intro.html#7.3 http://anggtwu.net/eev-intros/find-eev-intro.html#4 (find-eev "eev-load.el" "autoloads") (find-eev-install-intro "7.3. Autoloads") (find-eev-intro "4. The prefix `find-'") If you load eev in one of these three ways 1. `M-x eev-beginner' 2. (require 'eev-beginner) 3. (require 'eev-load) then everything will work. If you try to use a package that tries to bypass autoloads - say, by loading the file that seems to contain the definition of `eev-foo' when you try to run `M-x eev-foo' - then lots of things will break. =( Eev mode ======== Eev mode only activates some keybindings and adds a reminder saying "eev" to the mode line, as explained here: http://anggtwu.net/eev-intros/find-eev-intro.html#1 (find-eev-intro "1. `eev-mode'") It is possible to use eev's elisp hyperlink functions with eev-mode turned off: just put the point on a line with an elisp hyperlink and type `C-e C-x C-e' to execute it. To load all the main modules of eev to make its functions available to be used in this way, do this: (require 'eev-load) then you can use `M-x eev-mode' to toggle eev-mode on and off when desired.
Old versions
eev-20241014.0.20241020.201248.tar.lz | 2024-Oct-21 | 341 KiB |
eev-20241014.0.20241014.62314.tar.lz | 2024-Oct-14 | 341 KiB |
eev-20241002.0.20241013.214806.tar.lz | 2024-Oct-14 | 341 KiB |
eev-20241002.0.20241002.14740.tar.lz | 2024-Oct-02 | 340 KiB |
eev-20240925.0.20240925.231919.tar.lz | 2024-Sep-26 | 339 KiB |
eev-20240811.0.20240922.4556.tar.lz | 2024-Sep-22 | 339 KiB |
eev-20240513.0.20240708.11053.tar.lz | 2024-Jul-08 | 328 KiB |
eev-20231226.0.20240104.125216.tar.lz | 2024-Jan-04 | 309 KiB |
eev-20221227.0.20230101.3024.tar.lz | 2023-Jan-01 | 288 KiB |
eev-20201013.0.20201014.33936.tar.lz | 2020-Dec-14 | 184 KiB |