On Mon, 16 Jan 2012 11:42:31 +0100, Pieter Praet wrote: > CLisp'ier version of `notmuch-cycle-notmuch-buffers', merged into `notmuch', > eliminating the need to hog yet another keybind. The lisp-ier-ness changes are good. I'm less sure about the functional change. Sometimes I want to go back to where I was, other times I want to go to `notmuch-hello'. I suppose that I can replace my binding for `notmuch' with one for `notmuch-hello'. Hmm, yes, that seems reasonable. > FYI: causes 2 compile warnings due to requiring the cl package at runtime. `cl' is still `eval-when-compile' though - won't that break?