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

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

[elpa] externals/eev 5076684: Added support for test blocks on sml-mode.


From: ELPA Syncer
Subject: [elpa] externals/eev 5076684: Added support for test blocks on sml-mode.
Date: Wed, 8 Dec 2021 11:57:21 -0500 (EST)

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

    Added support for test blocks on sml-mode.
---
 ChangeLog         |  4 ++++
 VERSION           |  4 ++--
 eev-intro.el      |  4 ++--
 eev-testblocks.el | 15 ++++++++++++++-
 4 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 056acc5..022fecf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-12-08  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-testblocks.el (ee-insert-test-sml-mode): new function.
+
 2021-12-07  Eduardo Ochs  <eduardoochs@gmail.com>
 
        * eev-intro.el (find-saving-links-intro): rewrote several
diff --git a/VERSION b/VERSION
index c04d7b1..f47ec38 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Tue Dec  7 04:13:35 GMT 2021
-Tue Dec  7 01:13:35 -03 2021
+Wed Dec  8 16:05:07 GMT 2021
+Wed Dec  8 13:05:07 -03 2021
diff --git a/eev-intro.el b/eev-intro.el
index e35921f..34bc70e 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -3696,7 +3696,7 @@ that we will use in the text of this intro and in its 
videos.
         Pronounciations
   C-w     cut
   M-w     copy,  or copy into the kill ring
-  C-y     paste, or copy from the kill ring
+  C-y     paste, or copy from the kill ring, or yank
 
   C-x 0   delete window
   C-x 1   one window
@@ -3743,7 +3743,7 @@ We will use two ways to explain what our abbreviations 
for buffer
 names, like [EX], [EH], and [N], mean: pronounciations and sexps.
 For example:
 
-  [EX]    exercises     (find-eev-exercises-intro)
+  [EX]    exercises     (find-saving-links-intro)
   [HL]    here-links    (find-here-links)
    [N]    notes         (find-fline \"~/TODO\")
 
diff --git a/eev-testblocks.el b/eev-testblocks.el
index 81eb74f..e886845 100644
--- a/eev-testblocks.el
+++ b/eev-testblocks.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20211121
+;; Version:    20211208
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-testblocks.el>
@@ -247,6 +247,19 @@ load \"%s\"
 ;; |#
 ;; " (buffer-name)))))
 
+(defun ee-insert-test-sml-mode ()
+  (interactive)
+  (insert (ee-adjust-red-stars (format "
+(*
+ (eepitch-shell)
+ (eepitch-kill)
+ (eepitch-shell)
+sml
+use \"%s\";
+
+*)
+" (buffer-name)))))
+
 (defun ee-insert-test-sh-mode ()
   (interactive)
   (insert (ee-adjust-red-stars (format "



reply via email to

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