[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eev ffff08d767: New video: (find-2024gitvideo).
From: |
ELPA Syncer |
Subject: |
[elpa] externals/eev ffff08d767: New video: (find-2024gitvideo). |
Date: |
Sat, 6 Jan 2024 21:57:49 -0500 (EST) |
branch: externals/eev
commit ffff08d767ab2976af8c0aa802f5dcd01af13016
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>
New video: (find-2024gitvideo).
---
ChangeLog | 5 +++++
VERSION | 4 ++--
eev-intro.el | 10 +++++++---
eev-videolinks.el | 29 +++++++++++++++++++++++++++--
4 files changed, 41 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7ff4900d8b..25f37b30cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-06 Eduardo Ochs <eduardoochs@gmail.com>
+
+ * eev-videolinks.el (find-2024gitvideo): new function.
+ (ee-1stclassvideos-info): added an entry for "2024git".
+
2024-01-05 Eduardo Ochs <eduardoochs@gmail.com>
* eev-tlinks.el (find-gitdoc-links): new function.
diff --git a/VERSION b/VERSION
index 445840155c..807d196fc7 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Fri Jan 5 06:56:20 GMT 2024
-Fri Jan 5 03:56:20 -03 2024
+Sun Jan 7 00:44:29 GMT 2024
+Sat Jan 6 21:44:29 -03 2024
diff --git a/eev-intro.el b/eev-intro.el
index f89247d13f..7f54ba0afe 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -19,7 +19,7 @@
;;
;; Author: Eduardo Ochs <eduardoochs@gmail.com>
;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version: 20240104
+;; Version: 20240106
;; Keywords: e-scripts
;;
;; Latest version: <http://anggtwu.net/eev-current/eev-intro.el>
@@ -14154,6 +14154,10 @@ Prerequisites: to run this you need bash, git, and
gitk,
and you need to understand these topics well:
1. test blocks: http://anggtwu.net/eepitch.html
2. (find-pdf-like-intro \"7. Shorter hyperlinks to PDF files\")
+The video is here:
+ Info: (find-1stclassvideo-links \"2024git\")
+ Play: (find-2024gitvideo \"00:00\")
+ LSubs: (find-2024gitlsubs \"00:00\")
@@ -14295,8 +14299,8 @@ display it in three ways. \"Diagram\" uses this,
and is defined here:
- (find-anchor \"/tmp/eevgitlib1.sh\" \"basic\")
- (find-anchor \"/tmp/eevgitlib1.sh\" \"basic\" \"Diagram\")
+ (find-eevgit \"eevgitlib1.sh\" \"basic\")
+ (find-eevgit \"eevgitlib1.sh\" \"basic\" \"Diagram\")
`find-gitk' uses gitk, and is defined here:
diff --git a/eev-videolinks.el b/eev-videolinks.el
index dcbb87c2bf..a99705bbbb 100644
--- a/eev-videolinks.el
+++ b/eev-videolinks.el
@@ -1,6 +1,6 @@
;;; eev-videolinks.el --- support for [Video links:] blocks. -*-
lexical-binding: nil; -*-
-;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 Free Software Foundation, Inc.
;;
;; This file is part of GNU eev.
;;
@@ -19,7 +19,7 @@
;;
;; Author: Eduardo Ochs <eduardoochs@gmail.com>
;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version: 20231226
+;; Version: 20240106
;; Keywords: e-scripts
;;
;; Latest version: <http://anggtwu.net/eev-current/eev-videolinks.el>
@@ -73,6 +73,7 @@
;; «.find-eev2022pyvideo» (to "find-eev2022pyvideo")
;; «.find-eev2023replsvideo» (to "find-eev2023replsvideo")
;; «.find-eev2023replsbvideo» (to "find-eev2023replsbvideo")
+;; «.find-2024gitvideo» (to "find-2024gitvideo")
;; «.more-info» (to "more-info")
;; «.ee-1stclassvideos-info» (to "ee-1stclassvideos-info")
;; «.eev2019» (to "eev2019")
@@ -108,6 +109,7 @@
;; «.eev2022py» (to "eev2022py")
;; «.eev2023repls» (to "eev2023repls")
;; «.eev2023replsb» (to "eev2023replsb")
+;; «.2024git» (to "2024git")
;; «.ee-1stclassvideos-field» (to "ee-1stclassvideos-field")
;; «.second-class-videos» (to "second-class-videos")
;; «.code-eevvideo» (to "code-eevvideo")
@@ -688,6 +690,16 @@ For more info on this particular video, run:
(interactive)
(find-1stclassvideo-video "eev2023replsb" time))
+;; «find-2024gitvideo» (to ".find-2024gitvideo")
+;; Info: (find-1stclassvideo-links "2024git")
+;; Play: (find-2024gitvideo "0:00")
+(defun find-2024gitvideo (&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 \"2024git\")"
+ (interactive)
+ (find-1stclassvideo-video "2024git" time))
+
@@ -1156,6 +1168,19 @@ For more info on this particular video, run:
:subs ".vtt"
:length "20:52"
:comment "How to run the demos here: (find-show2-intro)")
+ ;;
+ ;; «2024git» (to ".2024git")
+ ;; Play: (find-2024gitvideo "0:00")
+ ;; Index: (find-1stclassvideoindex "2024git")
+ ("2024git"
+ :title "Learning git with \"try it!\"s (and eev)"
+ :mp4 "http://anggtwu.net/eev-videos/2024-eev-git.mp4"
+ :yt "http://www.youtube.com/watch?v=lsVvokjqMY0"
+ :page "http://anggtwu.net/2023-eev-git.html"
+ :date "2024jan06"
+ :length "33:25"
+ :subs ".vtt"
+ :comment "A video about (find-git-intro). Very accessible.")
))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/eev ffff08d767: New video: (find-2024gitvideo).,
ELPA Syncer <=