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

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

[elpa] externals/eev c0328f0b79: Indicate the now the video "eev2019" ha


From: ELPA Syncer
Subject: [elpa] externals/eev c0328f0b79: Indicate the now the video "eev2019" has subtitles.
Date: Wed, 21 Dec 2022 23:57:37 -0500 (EST)

branch: externals/eev
commit c0328f0b799a11f67614c5d7f1ca727cff9853d4
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Indicate the now the video "eev2019" has subtitles.
---
 ChangeLog         |  5 +++++
 VERSION           |  4 ++--
 eev-intro.el      | 20 +++++++++++++++++---
 eev-videolinks.el | 19 ++++++++++++++-----
 4 files changed, 38 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a3c0621abe..438c5aa1b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-22  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-videolinks.el (ee-1stclassvideos-info): added an indication
+       that the video "eev2019" (now) has subtitles.
+
 2022-12-19  Eduardo Ochs  <eduardoochs@gmail.com>
 
        * eev-tlinks.el (find-mpv-links): new function.
diff --git a/VERSION b/VERSION
index 722f3b31f8..a6f88cd1ef 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Tue Dec 20 05:03:12 GMT 2022
-Tue Dec 20 02:03:12 -03 2022
+Thu Dec 22 04:53:01 GMT 2022
+Thu Dec 22 01:53:01 -03 2022
diff --git a/eev-intro.el b/eev-intro.el
index 2e0f377dd8..ff45fc2ab7 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -10414,6 +10414,18 @@ It is meant as both a tutorial and a sandbox.
 
 
 
+In my presentation at the EmacsConf2019
+I mentioned very briefly in this slide -
+
+  http://angg.twu.net/LATEX/2019emacsconf.pdf#page=4
+
+that `M-x eev' was a \"very primitive way to send the region to a
+shell\". This intro gives a few more details about that, but it
+is very incomplete...
+
+
+
+
 1. Prepared shells
 ==================
 Long before eepitch had been created, eev had another way -
@@ -10455,9 +10467,11 @@ Now run this script:
  (eepitch-bash)
  (eepitch-kill)
  (eepitch-bash)
-export PS1='$PWD# '
-function ee () { set -v; . ~/.eev/ee.sh; set +v; }
-ee
+  export PS1='$PWD# '
+  function ee () { set -v; . ~/.eev/ee.sh; set +v; }
+  ee
+
+The `ee' will execute the rm/mkdir/cd in a 
 
 
 
diff --git a/eev-videolinks.el b/eev-videolinks.el
index 2c00c2f817..a64d93a0b4 100644
--- a/eev-videolinks.el
+++ b/eev-videolinks.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20221219
+;; Version:    20221222
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-videolinks.el>
@@ -117,10 +117,18 @@
 ;;   http://angg.twu.net/2021-video-links.html
 ;;   (find-1stclassvideo-links "eevvlinks")
 ;;
-;; but the innards of that implementation were ugly, and I've changed
-;; them several times since then. Now each one of the "first-class
-;; videos" has a lot of information associated to it, and the best way
-;; to access this information is by running:
+;; ...but the innards of that first implementation were very ugly, and
+;; I changed them several times.
+;;
+;; In dec/2022 I created this page,
+;;
+;;   http://angg.twu.net/eev-videos.html
+;;
+;; that explains in a much better way how these "[Video links:]" work,
+;; with screenshots, and focusing on the idea of "First-class videos".
+;; Each one of the "first-class videos" has a lot of information
+;; associated to it, and the best way to access this information is by
+;; running this:
 ;;
 ;;   (find-1stclassvideos)
 ;;
@@ -695,6 +703,7 @@ For more info on this particular video, run:
      :page  "http://angg.twu.net/emacsconf2019.html";
      :date    "2019nov02"
      :length  "19:21"
+     :subs    ".vtt"
      :comment "A good non-technical introduction to eev.")
     ;;
     ;; «eev2020»  (to ".eev2020")



reply via email to

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