Fixed with 5cd6c08 by using `set-buffer' instead of 'find-file'. Best, Samer On Fri, Aug 7, 2015 at 2:22 PM, Stefan Monnier wrote: > > Is there a way of making the file buffer the current buffer without > > displaying it, though? > > Of course: with-current-buffer and/or set-buffer. > > > Stefan >