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

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

[elpa] externals/eev cf99d5ef23: Indicate that I added subtitles to four


From: ELPA Syncer
Subject: [elpa] externals/eev cf99d5ef23: Indicate that I added subtitles to four other videos.
Date: Thu, 29 Dec 2022 03:57:35 -0500 (EST)

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

    Indicate that I added subtitles to four other videos.
---
 ChangeLog         | 11 +++++++++++
 VERSION           |  4 ++--
 eev-intro.el      | 12 +++++++++++-
 eev-tlinks.el     | 11 +++++++++++
 eev-videolinks.el | 14 +++++++++-----
 5 files changed, 44 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 181725a0f6..c9d099f47f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-12-29  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-videolinks.el (ee-1stclassvideos-info): added an indication
+       that the video "eev2021b" (now) has subtitles.
+       (ee-1stclassvideos-info): added an indication that the video
+       "2021workshop1" (now) has subtitles.
+       (ee-1stclassvideos-info): added an indication that the video
+       "2021workshop2" (now) has subtitles.
+       (ee-1stclassvideos-info): added an indication that the video
+       "2021workshop4" (now) has subtitles.
+
 2022-12-28  Eduardo Ochs  <eduardoochs@gmail.com>
 
        * eepitch.el (find-slyprocess-reuse, find-slyprocess-create): new
diff --git a/VERSION b/VERSION
index b77a64e0ef..09270fa9e4 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Thu Dec 29 00:29:47 GMT 2022
-Wed Dec 28 21:29:47 -03 2022
+Thu Dec 29 08:27:15 GMT 2022
+Thu Dec 29 05:27:15 -03 2022
diff --git a/eev-intro.el b/eev-intro.el
index 3fca3ead4b..1624444101 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -2186,6 +2186,14 @@ Use the version with \"(eev-mode 1)\" if you want to turn
 eev-mode on on startup, and the version with \";; (eev-mode 1)\"
 if you prefer to start with eev-mode off.
 
+_Activating_ eev means \"turning eev-mode on\". Activating eev
+does very little - see:
+
+  (find-eev-intro \"1. `eev-mode'\" \"Turning on eev-mode\")
+
+Note that \"installing\", \"loading\", and \"activating\" eev are
+different things, and each one does less than the next one.
+
 TODO: rewrite the other sections of this intro!
 They are old and obsolete! =(
 
@@ -2603,7 +2611,7 @@ See:
 
   (find-eevgrep \"grep --color -nH -e no-byte-compile: *.el\")
   (find-elnode \"Byte Compilation\" \"no-byte-compile: t\")
-  (find-eev \"eev-intro.el\" \"11.1. Why eev avoids byte-compilation\")
+  (find-elisp-intro \"11.1. Why eev avoids byte-compilation\")
 
 Here is why. Each call to a `code-*' function defines some
 functions dynamically - for example, `(code-c-d \"e\" ...)'
@@ -16723,6 +16731,8 @@ will give you information about the current definition.
 12. Some advanced topics
 ========================
 See: (find-lexical-intro)
+     (find-kla-intro \"8. `cl-loop'\")
+     (find-kla-intro \"9. `cl-defun'\")
 
 
 
diff --git a/eev-tlinks.el b/eev-tlinks.el
index 9738d2a1d9..2f8aa7524c 100644
--- a/eev-tlinks.el
+++ b/eev-tlinks.el
@@ -65,6 +65,17 @@
 ;; to be rewritten. Also, some functions here are very old, and I
 ;; haven't used or tested them in ages; they deserve to be deleted.
 
+;; Note that all the `find-*-links' functions in this file have very
+;; small docstrings. This is intentional: when a function doesn't have
+;; a docstring, or has a docstring that is insufficient, this always
+;; means "look at the source", and the `find-*-links' functions do
+;; very little besides generating a temporary buffer from a
+;; template...
+;;
+;; So: the best way to understand what the `find-*-links' functions do
+;; is by looking at their source code, and by executing the sexps in
+;; comments - both the "See:"s and the "Test:"s.
+
 
 
 
diff --git a/eev-videolinks.el b/eev-videolinks.el
index 78f39dd078..f3b2c6f204 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:    20221227
+;; Version:    20221229
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-videolinks.el>
@@ -739,9 +739,10 @@ For more info on this particular video, run:
      :title "Test blocks in Dednat6"
      :mp4   "http://angg.twu.net/eev-videos/emacsconf2021-dednat6.mp4";
      :yt    "http://www.youtube.com/watch?v=QUMo7vgkHJI";
-     :page  "http://angg.twu.net/emacsconf2021.html";
+     :page  "http://angg.twu.net/emacsconf2021.html#real-world-example";
      :date    "2021nov28"
      :length  "8:11"
+     :subs    ".vtt"
      :comment "How I use test blocks (see above) in real life.")
     ;;
     ;; «eevnav»  (to ".eevnav")
@@ -868,7 +869,8 @@ For more info on this particular video, run:
      :page  "http://angg.twu.net/2021-workshop.html";
      :date    "2021dec01"
      :length  "2:26"
-     :comment "Very bad - don't watch!!!")
+     :subs    ".vtt"
+     :comment "The first video about (find-saving-links-intro).")
     ;;
     ;; «2021workshop2»  (to ".2021workshop2")
     ;; Play: (find-2021workshop2video "0:00")
@@ -880,7 +882,8 @@ For more info on this particular video, run:
      :page  "http://angg.twu.net/2021-workshop.html";
      :date    "2021dec01"
      :length  "3:39"
-     :comment "Very bad - don't watch!!!")
+     :subs    ".vtt"
+     :comment "The second video about (find-saving-links-intro).")
     ;;
     ;; «2021workshop3»  (to ".2021workshop3")
     ;; Play: (find-2021workshop3video "0:00")
@@ -904,7 +907,8 @@ For more info on this particular video, run:
      :page "http://angg.twu.net/2021-workshop.html";
      :date    "2021dec04"
      :length  "5:42"
-     :comment "Very bad - don't watch!!!")
+     :subs    ".vtt"
+     :comment "The second video about (find-saving-links-intro).")
     ;;
     ;; «2021workshop5»  (to ".2021workshop5")
     ;; Play: (find-2021workshop5video "0:00")



reply via email to

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