add mu, fix tor
[buildscripts] / emacs
diff --git a/emacs b/emacs
index a91b708f22f373b0175523b22787987848641eb5..350f9bac55e928149bfb6b183d0255f9db9b016b 100755 (executable)
--- a/emacs
+++ b/emacs
@@ -33,8 +33,9 @@ while [[ $1 == -* ]]; do
     esac
 done
 
-e() { echo "$@"; "$@"; }
+e() { echo "$*"; "$@"; }
 
+# Og = optmize, but keep gdb working
 export CFLAGS="-Og -g3"
 
 # gawk and attr were no longer automatically installed in stretch
@@ -49,6 +50,11 @@ case $(distro-name) in
         logq pi texlive-dvipng
         ;;&
     debian|ubuntu)
+               # todo: unknown for other distros, this will fail
+        logq p -y build-dep maildir-utils
+# due to autogen error message
+p install autoconf-archive
+
         # oddly, on ubuntu 14.04 this installs postfix, but I dun care
         # ubuntu 14.04 gave this error message
         # Unable to satisfy the build-depends: Build-Depends: libpng-dev
@@ -77,10 +83,10 @@ esac
 dir=/a/opt/emacs-`distro-name``debian-archive`
 
 if [[ ! -e $dir ]]; then
-    cp -r /a/opt/emacs $dir
+    cp -r /a/opt/emacs $dir
     recompile=true
 fi
-cd $dir
+cd $dir
 
 if $recompile; then
     # todo, consider when this should be uncommented
@@ -120,11 +126,19 @@ logq sudo make install
 s lnf /usr/local/bin/emacs /usr/bin
 
 
+#git clone https://github.com/djcb/mu
+# from its HACKING file
+cd /a/opt/mu
+./autogen.sh
+make
+s make install
+# note uninstall is implemented
 
 logq emacs --batch -l ~/.emacs.d/init.el -l ~/.emacs.d/compile-init-dir.el
 
-# not keeping up with the latest org-mode development anymore
-#~/bin/buildscripts/org-mode
+# as of 01-2017, built-in org mode has a bug that
+# org-edit-src-exit does not get bound, so using latest
+/a/bin/buildscripts/org-mode
 
 if $update; then
     logq pi bzr