edrx / eev

a tool for automating almost everything (with Emacs)
71 stars 3 forks source link

This file:

https://github.com/edrx/eev/

http://anggtwu.net/eev-current/README.org.html

http://anggtwu.net/eev-current/README.org

(find-angg "eev-current/README.org")

(find-angg "eev-current/")

Author: Eduardo Ochs eduardoochs@gmail.com

Some eev-isms:

(defun c () (interactive) (eek "C-c C-e h h"))

(defun o () (interactive) (find-angg "eev-current/README.org"))

(defun v () (interactive) (brg "~/eev-current/README.html"))

(defun cv () (interactive) (c) (v))

(find-eev "README.org")

(find-orgnode "Table of Contents")

+OPTIONS: toc:nil num:nil

I used to call eev a "tool for automating almost everything" and "my project to save the world with Free Software". In more concrete terms, eev is a library for Emacs that lets us create [[http://anggtwu.net/eev-intros/find-here-links-intro.html#1][executable logs]] of what we do in a format that is reasonably easy to read and to modify, and that lets us "play back" those logs step by step in any order.

The best introductions to eev are:

The "[Video links:]" blocks in the sandboxed tutorials are explained [[http://anggtwu.net/eev-intros/find-video-links-intro.html#2][here]]; that link also has a list of the videos. See also [[https://lists.gnu.org/archive/html/emacs-devel/2021-05/msg00527.html][this announcement]] on emacs-devel.

(find-eev-quick-intro "3. Elisp hyperlinks")

(find-eev-quick-intro "6. Controlling shell-like programs")

(find-eev2019video "13:10" "Demo: patching xpdf")

(find-eev2019video "15:11" "Demo: the eepitch block (in red star lines)")

(find-eev2020video "18:47" "M-j - design decisions")

(find-eev2020video "21:02" "M-j itself")

(find-eev2020video "30:40" "their targets are not visible")

(ecop 8 "prehistory-7" "several megabytes")

(eco "prehistory-7" "several megabytes")

http://anggtwu.net/eev-intros/find-videos-intro.html#2

(find-videos-intro "2. Short links to eev video tutorials")

(ecop 10 "prehistory-9" "users should not be forced to see Lisp")

(eco "prehistory-9" "users should not be forced to see Lisp")

The recommended way to try eev it to install it with M-x list-packages and then run M-x eev-beginner; this will load all the modules of eev, turn eev-mode on, and open the [[http://anggtwu.net/eev-intros/find-eev-quick-intro.html][main tutorial]]. I tried to make eev as friendly as possible both to:

(find-eev-install-intro "1. Beginners and experts")

http://anggtwu.net/eev-intros/find-eev-install-intro.html#1

(find-eev-quick-intro)

http://anggtwu.net/eev-intros/find-eev-quick-intro.html

(find-eev "eev-beginner.el")

http://anggtwu.net/eev-current/eev-beginner.el.html

(find-eev-quick-intro "1. Installing eev")

http://anggtwu.net/eev-intros/find-eev-quick-intro.html#1

(find-eev-intro "1. `eev-mode'")

http://anggtwu.net/eev-intros/find-eev-intro.html#1

https://orgmode.org/ prose

(ecop 5 "prehistory-4")

(eco "prehistory-4")

(find-here-links-intro "1. Alternating between \"task\" and \"notes\"")

http://anggtwu.net/eev-intros/find-here-links-intro.html#1

http://anggtwu.net/LATEX/2019emacsconf.pdf

http://anggtwu.net/LATEX/2019emacsconf.pdf#page=8

http://anggtwu.net/LATEX/2019emacsconf.pdf#page=13

Local Variables:

modes: (org-mode fundamental-mode)

End: