Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
# This file:
#   https://github.com/edrx/emacs-lua/
#       http://angg.twu.net/emacs-lua/README.org.html
#       http://angg.twu.net/emacs-lua/README.org
#               (find-angg "emacs-lua/README.org")
#               (find-angg "emacs-lua/")
# Author: Eduardo Ochs <eduardoochs@gmail.com>
# 
# Some eev-isms:
# (defun o  () (interactive) (find-angg "emacs-lua/README.org"))
# (defun vo () (interactive) (brg     "~/emacs-lua/README.html"))
# (defun co () (interactive) (eek "C-c C-e h h"))
# (defun cv () (interactive) (co) (vo))
# (defun ec () (interactive) (find-angg "emacs-lua/emlua.cpp"))
# (defun el () (interactive) (find-angg "emacs-lua/emlua.el"))
# (defun et () (interactive) (find-angg "emacs-lua/tests.e"))
# (defun er () (interactive) (find-angg "emacs-lua/edrxrepl.lua"))
# (defun ep () (interactive) (find-angg "emacs-lua/edrxpcall.lua"))
# 
# (require 'ox-md)
# (org-md-export-to-markdown)
# (org-html-export-to-html)

# (find-mygitrepo-links "emacs-lua")
# (find-orgnode "Table of Contents")
#+OPTIONS: toc:nil num:nil

Run a Lua interpreter inside Emacs.

/This is obsolete!/ Try [[https://github.com/edrx/emlua/][emlua]] instead!

# At this moment this is practically undocumented.

All the current tests are [[http://angg.twu.net/eev-intros/find-escripts-intro.html][e-scripts]] and are in the file [[http://angg.twu.net/emacs-lua/tests.e.html][tests.e]].

The files [[http://angg.twu.net/emacs-lua/edrxpcall.lua.html][edrxpcall.lua]] and [[http://angg.twu.net/emacs-lua/edrxrepl.lua.html][edrxrepl.lua]] were copied from [[https://github.com/edrx/edrxrepl/][here]].

[[http://angg.twu.net/contact.html][Here]]'s how to get in touch with me.

#+begin_comment
* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
cd ~/emacs-lua/
laf
rm -v *~
rm -v *.html
rm -v *.so

# (find-fline   "~/emacs-lua/")
# (magit-status "~/emacs-lua/")
# (find-gitk    "~/emacs-lua/")
#
#   (s)tage all changes
#   (c)ommit -> (c)reate
#   (P)ush -> (p)ushremote
#   https://github.com/edrx/emacs-lua

cd ~/emacs-lua/
ls -lAF
g++ -I$HOME/bigsrc/emacs28/src \
    -I/usr/include/lua5.3 \
    -shared \
    emlua.cpp \
    -o emlua.so \
    -llua5.3

#+end_comment

# Local Variables:
# coding:               utf-8-unix
# modes:                (org-mode fundamental-mode)
# org-html-postamble:   nil
# End: