Maximin Liebkne <ispinfx@gmail.com> writes:
> Hi,
Hello,
> Not sure why the line
>
> - (setq detached--buffer-session session)
>
> is remove in commit
> https://git.sr.ht/~niklaseklund/detached.el/commit/49e9252145aed4bf70c0f1c1aa5857ee7b80ad7f
This was removed because I couldn't understand why I put it there in the
first place :P. But also that it caused issues such as when attaching to
a session from the detached-list interface that buffer got the
detached--buffer-session set unintentionally.
> But missing that line I can not detach a session in `shell-mode` by `C-c C-d`.
Ah so this was the reason it was there in the first place, thanks for
notifying me.
I have uploaded a fix to the main branch. Check if it solves your issue.
/Niklas