Hey all,

Just a quick question.  There are quite a few places where
(pop-to-buffer tla--last-process-buffer) is used.  I've just
accidentally killed a process buffer, and now running commands gives:

  Debugger entered--Lisp error: (error "Selecting deleted buffer")
    pop-to-buffer(#<killed buffer>)

Could we change forms like the above into something like
(tla--show-last-process-buffer) and have that function check whether the
buffer is alive beforehand?  I notice we've got a
`tla-show-process-buffer' already... maybe it was intended for this sort
of thing?

Cheers,

Mark

-- 
Mark Triggs
<[EMAIL PROTECTED]>


Reply via email to