X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=emacs;h=abab8652212101d186b9a79d5d9cc33b3397c7ba;hb=15cf9f985583322c7eb4ecd41208d6e4e2f8dff3;hp=a91b708f22f373b0175523b22787987848641eb5;hpb=96fd42e51dc91d310071883a846d6d0b28357ac8;p=buildscripts diff --git a/emacs b/emacs index a91b708..abab865 100755 --- a/emacs +++ b/emacs @@ -33,7 +33,7 @@ while [[ $1 == -* ]]; do esac done -e() { echo "$@"; "$@"; } +e() { echo "$*"; "$@"; } export CFLAGS="-Og -g3" @@ -77,10 +77,10 @@ esac dir=/a/opt/emacs-`distro-name``debian-archive` if [[ ! -e $dir ]]; then - cp -r /a/opt/emacs $dir + e cp -r /a/opt/emacs $dir recompile=true fi -cd $dir +e cd $dir if $recompile; then # todo, consider when this should be uncommented @@ -123,8 +123,9 @@ s lnf /usr/local/bin/emacs /usr/bin 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