Hopefully without stepping into any religious matters, why do you (9front) favor Sam so much? As I understand it Acme came after Sam, and Acme exposes Sams edit language through the Edit command, as well as providing "window" management, the ability to run a terminal inside, and exposing a file system for control by scripts etc. It seems like a solid improvement on Sam, which is itself a very nice text editor.

All the best,

Mark

On Thu, 19 May 2016 at 20:43 <cinap_lenrek@felloff.net> wrote:
to be less cryptic, to have the acme working directory update on cd,
you can put the following code in your $home/lib/profile

fn cd { builtin cd $* && awd }  # for acme

the difference to labs and 9font is just that we dont have that thing
in our default profiles, because we'r mostly sam users.

--
cinap