[latex3-commits] [git/LaTeX3-latex3-latex3] master: Use 'proper' LuaTeX support functions (36fcacf)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Apr 12 10:39:25 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/36fcacf9c5d5386be4d2b8dec0013270454f7946

>---------------------------------------------------------------

commit 36fcacf9c5d5386be4d2b8dec0013270454f7946
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Apr 12 09:39:25 2018 +0100

    Use 'proper' LuaTeX support functions


>---------------------------------------------------------------

36fcacf9c5d5386be4d2b8dec0013270454f7946
 l3kernel/l3candidates.dtx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index ed78752..f4ac245 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2541,10 +2541,10 @@
   {
     \cs_new_protected:Npn \sys_shell_now:n #1
       {
-        \luatex_directlua:D
+        \lua_now_x:n
           {
             os.execute("
-              \luatex_luaescapestring:D { \etex_detokenize:D {#1} }
+              \lua_escape_x:n { \tl_to_str:n {#1} }
             ")
           }
       }
@@ -2566,10 +2566,10 @@
   {
     \cs_new_protected:Npn \sys_shell_shipout:n #1
       {
-        \luatex_latelua:D
+        \lua_shipout_x:n
           {
             os.execute("
-              \luatex_luaescapestring:D { \etex_detokenize:D {#1} }
+              \lua_escape_x:n { \tl_to_str:n {#1} }
             ")
           }
       }





More information about the latex3-commits mailing list