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

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

[elpa] externals/eev 655f894 23/64: Added a "$*" to the shell script "~/


From: Stefan Monnier
Subject: [elpa] externals/eev 655f894 23/64: Added a "$*" to the shell script "~/eev".
Date: Sun, 7 Apr 2019 16:59:05 -0400 (EDT)

branch: externals/eev
commit 655f894084c464eaf7b861c2a1bba095624f55a9
Author: Eduardo Ochs <address@hidden>
Commit: Eduardo Ochs <address@hidden>

    Added a "$*" to the shell script "~/eev".
---
 VERSION       |  4 ++--
 eev-intro.el  | 27 +++++++++++++++------------
 eev-tlinks.el |  4 ++--
 3 files changed, 19 insertions(+), 16 deletions(-)

diff --git a/VERSION b/VERSION
index 26c5cc3..bc5342e 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Qui Mai 31 03:59:56 GMT 2018
-Qui Mai 31 00:59:56 -03 2018
+Sex Jun  8 06:15:04 GMT 2018
+Sex Jun  8 03:15:04 -03 2018
diff --git a/eev-intro.el b/eev-intro.el
index 8300a15..9f0d47f 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -20,7 +20,7 @@
 ;;
 ;; Author:     Eduardo Ochs <address@hidden>
 ;; Maintainer: Eduardo Ochs <address@hidden>
-;; Version:    2018jun05
+;; Version:    2018jun08
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-intro.el>
@@ -5899,7 +5899,7 @@ it into the shell to run its commands.
   tar -xvzf eev2.tgz
   {
     echo '#!/bin/sh'
-    echo 'cd ~/eev2/ && emacs -l eev-readme.el 
--eval=\"(find-eev-quick-intro)\"'
+    echo 'cd ~/eev2/ && emacs -l eev-readme.el 
--eval=\"(find-eev-quick-intro)\" $*'
   } > ~/eev
   chmod 755 ~/eev
 }
@@ -6722,11 +6722,14 @@ Is is meant as both a tutorial and a sandbox.
 
 
 
-The \"quick introduction to eev\" describes a way to install eev
-for tests that does not make any permanent changes in your HD -
-everything gets installed in the /tmp/ directory, that is cleared
-at every boot. Here we describe several ways to install eev in
-other, more permanent, places.
+The \"quick introduction to eev\" in
+
+  (find-eev-quick-intro)
+
+describes a way to install eev for tests that does not make any
+permanent changes in your HD - everything gets installed in the
+/tmp/ directory, that is cleared at every boot. Here we describe
+several ways to install eev in other, more permanent, places.
 
 
 
@@ -6802,11 +6805,11 @@ chmod 755 /tmp/eev
 
 and run the script in /tmp/eev if you want to.
 
-Note the \"cd ... && git clone URL .\" - if we don't specify a
-directory after the URL in \"git clone\" then git will create a
-directory /tmp/eev/, and that would be incompatible with our
-convention of creating a script called \"eev\" (\"/tmp/eev\" in
-this case).
+Note the \"cd ... && git clone URL .\". This is needed because if
+we don't specify a directory after the URL in \"git clone\" then
+git will create a directory /tmp/eev/, and that would be
+incompatible with our convention of creating a script called
+\"eev\" (\"/tmp/eev\" in this case).
 
 
 
diff --git a/eev-tlinks.el b/eev-tlinks.el
index a4f7f85..826cc66 100644
--- a/eev-tlinks.el
+++ b/eev-tlinks.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <address@hidden>
 ;; Maintainer: Eduardo Ochs <address@hidden>
-;; Version:    2018mai31
+;; Version:    2018jun08
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://angg.twu.net/eev-current/eev-tlinks.el>
@@ -580,7 +580,7 @@ sudo dpkg -i *.deb
   tar -xvzf eev2.tgz
   {<}
     echo '#!/bin/sh'
-    echo 'cd {dir} && emacs -l eev-readme.el --eval=\"(find-eev-quick-intro)\"'
+    echo 'cd {dir} && emacs -l eev-readme.el --eval=\"(find-eev-quick-intro)\" 
$*'
   {>} > {script}
   chmod 755 {script}
 {comment}{>}



reply via email to

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