[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eev cb73b646bb: Small changes in (find-subed-mpv-links)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/eev cb73b646bb: Small changes in (find-subed-mpv-links). |
Date: |
Sun, 12 May 2024 12:58:11 -0400 (EDT) |
branch: externals/eev
commit cb73b646bbeead8672b376c7098ad1c884e911db
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>
Small changes in (find-subed-mpv-links).
---
VERSION | 4 ++--
eev-code.el | 3 +++
eev-tlinks.el | 4 ++--
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/VERSION b/VERSION
index da82bcc82e..8f79d17166 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Sun May 12 06:44:37 GMT 2024
-Sun May 12 03:44:37 -03 2024
+Sun May 12 15:51:37 GMT 2024
+Sun May 12 12:51:37 -03 2024
diff --git a/eev-code.el b/eev-code.el
index 0a7392bb0c..fbc6d75ed9 100644
--- a/eev-code.el
+++ b/eev-code.el
@@ -343,6 +343,9 @@ Note: the POS-SPEC-LIST arguments are currently not used."
;;;
;; «code-c-d-s» (to ".code-c-d-s")
;; Some default `code-c-d's (debian-centric).
+;; Tests: (ee-locate-library "eev-code.el")
+;; (ee-locate-library "loadup.el")
+;; (ee-locate-library "leim-list.el")
(defun ee-locate-library (fname)
(if (locate-library fname)
diff --git a/eev-tlinks.el b/eev-tlinks.el
index 3d97fe822f..a5ebf17c01 100644
--- a/eev-tlinks.el
+++ b/eev-tlinks.el
@@ -5258,12 +5258,11 @@ print({funname}(42))
;; Skel: (find-find-links-links-new "subed-mpv" "emacs-width" "ee-buffer-name")
;; Test: (find-subed-mpv-links)
;;
-
(defun find-subed-mpv-links (&optional emacs-width &rest pos-spec-list)
"Visit a temporary buffer containing hyperlinks for subed-mpv."
(interactive)
(setq emacs-width (or emacs-width 140))
- (let* ((ee-buffer-name "{ee-buffer-name}"))
+ (let* ((ee-buffer-name "*find-subed-mpv-links*"))
(apply
'find-elinks
`((find-subed-mpv-links ,emacs-width ,@pos-spec-list)
@@ -5271,6 +5270,7 @@ print({funname}(42))
(find-efunction 'find-subed-mpv-links)
(find-efunction 'ee-insert-test-subed-vtt-mode)
(find-eevfile "eev-testblocks.el" "ee-insert-test-subed-vtt-mode")
+ "# http://anggtwu.net/2024-find-subed-mpv-links.html"
""
,(ee-template0 "\
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/eev cb73b646bb: Small changes in (find-subed-mpv-links).,
ELPA Syncer <=