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

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

[elpa] externals/eev 14c533f271 1/3: New video: "eev2023replsb".


From: ELPA Syncer
Subject: [elpa] externals/eev 14c533f271 1/3: New video: "eev2023replsb".
Date: Tue, 26 Dec 2023 00:57:45 -0500 (EST)

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

    New video: "eev2023replsb".
---
 ChangeLog         | 11 +++++++++++
 VERSION           |  4 ++--
 eev-intro.el      | 18 ++++++++++++------
 eev-videolinks.el | 27 ++++++++++++++++++++++++++-
 eev.el            |  2 +-
 5 files changed, 52 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 73975260aa..0826df98e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2023-12-26  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-videolinks.el (ee-1stclassvideos-info): added an indication
+       that the video "eev2023replsb" (now) has subtitles.
+
+2023-12-25  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-videolinks.el (ee-1stclassvideos-info): added an extry for
+       "eev2023replsb".
+       (find-eev2023replsbvideo): new function.
+
 2023-12-23  Eduardo Ochs  <eduardoochs@gmail.com>
 
        * eev-kl-here.el: added a provide.
diff --git a/VERSION b/VERSION
index fd25d21d7d..e63bb8fa27 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Sun Dec 24 01:38:56 GMT 2023
-Sat Dec 23 22:38:56 -03 2023
+Tue Dec 26 04:11:55 GMT 2023
+Tue Dec 26 01:11:55 -03 2023
diff --git a/eev-intro.el b/eev-intro.el
index b88c66945b..e6bf93168c 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -16280,12 +16280,16 @@ it is here,
 
   http://anggtwu.net/emacsconf2023.html
 
-and its video is here:
+and its two videos are here:
 
   Info: (find-1stclassvideo-links \"eev2023repls\")
-  Play: (find-eev2023replsvideo \"0:00\")
-  Subs: (find-eev2023replslsubs \"0:00\")
+        (find-1stclassvideo-links \"eev2023replsb\")
+  Play: (find-eev2023replsvideo  \"0:00\")
+        (find-eev2023replsbvideo \"0:00\")
+  Subs: (find-eev2023replslsubs  \"0:00\")
+        (find-eev2023replsblsubs \"0:00\")
         http://anggtwu.net/emacsconf2023-repls.html
+        http://anggtwu.net/emacsconf2023-repls-b.html
 
 The presentation was about a family of small Lua programs that
 were all built on top of these two libraries:
@@ -16341,9 +16345,11 @@ The other part is different for each OS and distro.
  This part should work in all OSs (except Windows).
  Note: some of the sexps below take a long time - many seconds!
 
- (find-epackage-links 'pdf-tools)
+ See: (find-melpa-links)
+      (find-epackage-links 'pdf-tools)
+
   (package-initialize)
-  (add-to-list 'package-archives (\"melpa\" . 
\"https://melpa.org/packages/\";))
+  (add-to-list 'package-archives '(\"melpa\" . 
\"https://melpa.org/packages/\";))
   (package-refresh-contents)
   (package-install 'pdf-tools)
  (find-epackage   'pdf-tools)
@@ -16426,7 +16432,7 @@ sudo port install lua-lpeg lua51-lpeg lua52-lpeg
 
 
 3. Installation (on /tmp/)
-===========================
+==========================
 
  Clone the git repository with Show2.lua and friends.
  See: https://github.com/edrx/show2-elpeg1#introduction
diff --git a/eev-videolinks.el b/eev-videolinks.el
index e8822b7c7e..dcbb87c2bf 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:    20231217
+;; Version:    20231226
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://anggtwu.net/eev-current/eev-videolinks.el>
@@ -72,6 +72,7 @@
 ;;   «.find-eev2022klavideo»           (to "find-eev2022klavideo")
 ;;   «.find-eev2022pyvideo»            (to "find-eev2022pyvideo")
 ;;   «.find-eev2023replsvideo»         (to "find-eev2023replsvideo")
+;;   «.find-eev2023replsbvideo»                (to "find-eev2023replsbvideo")
 ;; «.more-info»                                (to "more-info")
 ;; «.ee-1stclassvideos-info»           (to "ee-1stclassvideos-info")
 ;;   «.eev2019»                                (to "eev2019")
@@ -106,6 +107,7 @@
 ;;   «.eev2022kla»                     (to "eev2022kla")
 ;;   «.eev2022py»                      (to "eev2022py")
 ;;   «.eev2023repls»                   (to "eev2023repls")
+;;   «.eev2023replsb»                  (to "eev2023replsb")
 ;; «.ee-1stclassvideos-field»          (to "ee-1stclassvideos-field")
 ;; «.second-class-videos»              (to "second-class-videos")
 ;;   «.code-eevvideo»                  (to "code-eevvideo")
@@ -676,6 +678,16 @@ For more info on this particular video, run:
   (interactive)
   (find-1stclassvideo-video "eev2023repls" time))
 
+;; «find-eev2023replsbvideo»  (to ".find-eev2023replsbvideo")
+;; Info: (find-1stclassvideo-links "eev2023replsb")
+;; Play: (find-eev2023replsbvideo "0:00")
+(defun find-eev2023replsbvideo (&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 \"eev2023replsb\")"
+  (interactive)
+  (find-1stclassvideo-video "eev2023replsb" time))
+
 
 
 
@@ -1131,6 +1143,19 @@ For more info on this particular video, run:
      :subs    ".vtt"
      :length  "59:11"
      :comment "My presentation at the EmacsConf2023. See: (find-show2-intro)")
+    ;;
+    ;; «eev2023replsb»  (to ".eev2023replsb")
+    ;; Play: (find-eev2023replsbvideo "0:00")
+    ;; Index: (find-1stclassvideoindex "eev2023replsb")
+    ("eev2023replsb"
+     :title "REPLs in strange places: updates, a demo, and how to try it"
+     :mp4   "http://anggtwu.net/eev-videos/emacsconf2023-repls-b.mp4";
+     :yt    "http://www.youtube.com/watch?v=s3enXsuXyNg";
+     :page  "http://anggtwu.net/emacsconf2023.html";
+     :date    "2023dec25"
+     :subs    ".vtt"
+     :length  "20:52"
+     :comment "How to run the demos here: (find-show2-intro)")
     ))
 
 
diff --git a/eev.el b/eev.el
index 72f8ae10dd..a30609b6f6 100644
--- a/eev.el
+++ b/eev.el
@@ -6,7 +6,7 @@
 ;; Package-Requires: ((emacs "24.4"))
 ;; Keywords: lisp e-scripts
 ;; URL: http://anggtwu.net/#eev
-;; Version: 20231217
+;; Version: 20231226
 
 ;; 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]