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

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

[elpa] externals/eev 2c95478cf6: New video: (find-eev2022klavideo).


From: ELPA Syncer
Subject: [elpa] externals/eev 2c95478cf6: New video: (find-eev2022klavideo).
Date: Sat, 3 Dec 2022 04:57:34 -0500 (EST)

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

    New video: (find-eev2022klavideo).
---
 VERSION           |  4 ++--
 eev-intro.el      |  2 +-
 eev-videolinks.el | 27 +++++++++++++++++++++++++--
 eev.el            |  2 +-
 4 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/VERSION b/VERSION
index a12729411f..d78d5498da 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Sat Dec  3 05:00:40 GMT 2022
-Sat Dec  3 02:00:40 -03 2022
+Sat Dec  3 08:59:19 GMT 2022
+Sat Dec  3 05:59:19 -03 2022
diff --git a/eev-intro.el b/eev-intro.el
index 5f4909e274..227d7f5ef9 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -14647,7 +14647,7 @@ filename, like:
 
                 \"/tmp/FOO/BAR/PLIC/bletch\"
 
-and then convert it to pair made of a `c' and a `d'? In that
+and then convert it to a pair made of a `c' and a `d'? In that
 example we have these three options,
 
        (foo     \"/tmp/FOO/\")
diff --git a/eev-videolinks.el b/eev-videolinks.el
index 5d1b7ad021..efa2dadcf7 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:    20221107
+;; Version:    20221203
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-videolinks.el>
@@ -69,6 +69,7 @@
 ;;   «.find-2022eevwconfigvideo»       (to "find-2022eevwconfigvideo")
 ;;   «.find-2022yttranscriptvideo»     (to "find-2022yttranscriptvideo")
 ;;   «.find-2022tikzvideo»             (to "find-2022tikzvideo")
+;;   «.find-eev2022klavideo»           (to "find-eev2022klavideo")
 ;; «.more-info»                                (to "more-info")
 ;; «.ee-1stclassvideos-info»           (to "ee-1stclassvideos-info")
 ;;   «.eev2019»                                (to "eev2019")
@@ -100,6 +101,7 @@
 ;;   «.2022eevwconfig»                 (to "2022eevwconfig")
 ;;   «.2022yttranscript»               (to "2022yttranscript")
 ;;   «.2022tikz»                       (to "2022tikz")
+;;   «.eev2022kla»                     (to "eev2022kla")
 ;; «.ee-1stclassvideos-field»          (to "ee-1stclassvideos-field")
 ;; «.second-class-videos»              (to "second-class-videos")
 ;;   «.code-eevvideo»                  (to "code-eevvideo")
@@ -630,6 +632,16 @@ For more info on this particular video, run:
   (interactive)
   (find-1stclassvideo-video "2022tikz" time))
 
+;; «find-eev2022klavideo»  (to ".find-eev2022klavideo")
+;; Info: (find-1stclassvideo-links "eev2022kla")
+;; Play: (find-eev2022klavideo "0:00")
+(defun find-eev2022klavideo (&optional time &rest rest)
+  "Play one of the first-class videos of eev starting at TIME.
+For more info on this particular video, run:
+  (find-1stclassvideo-links \"eev2022kla\")"
+  (interactive)
+  (find-1stclassvideo-video "eev2022kla" time))
+
 
 
 
@@ -1027,12 +1039,23 @@ For more info on this particular video, run:
      :mp4   "http://angg.twu.net/eev-videos/2022-eev-tikz.mp4";
      :yt    "http://www.youtube.com/watch?v=d7nIzpXcV6c";
      :page  "http://angg.twu.net/eev-tikz.html";
-     :lang  "portuguese"
      :date    "2022nov02"
      :subs    ".vtt"
      :length  "1:36:27"
      :comment "A way to learn TikZ using examples from the manual.")
     ;;
+    ;; «eev2022kla»  (to ".eev2022kla")
+    ;; Play: (find-eev2022klavideo "0:00")
+    ;; Index: (find-1stclassvideoindex "eev2022kla")
+    ("eev2022kla"
+     :title "Bidirectional links with eev (@ EmacsConf 2022)"
+     :mp4   "http://angg.twu.net/eev-videos/emacsconf2022-kla.mp4";
+     :yt    "http://www.youtube.com/watch?v=KRobfwXd7Cw";
+     :page  "http://angg.twu.net/emacsconf2022-kla.html";
+     :date    "2022dec03"
+     :subs    ".vtt"
+     :length  "7:57"
+     :comment "A video about eev-kla.el.")
     ))
 
 
diff --git a/eev.el b/eev.el
index c073e6e354..1d0dd8dc62 100644
--- a/eev.el
+++ b/eev.el
@@ -6,7 +6,7 @@
 ;; Package-Requires: ((emacs "24.4"))
 ;; Keywords: lisp e-scripts
 ;; URL: http://angg.twu.net/#eev
-;; Version: 20221108
+;; Version: 20221203
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by



reply via email to

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