~niklaseklund/detached.el

1

Re: Feature request: Dired mode like session management

Details
Message ID
<CAMWOVxnBg61HC4qXCK9fyEWcfxGR51YzseauO4xyyb_RitQe9A@mail.gmail.com>
DKIM signature
missing
Download raw message
Hi,

Not sure why the line

-     (setq detached--buffer-session session)

is remove in commit
https://git.sr.ht/~niklaseklund/detached.el/commit/49e9252145aed4bf70c0f1c1aa5857ee7b80ad7f

But missing that line I can not detach a session in `shell-mode` by `C-c C-d`.

Re: Feature request: Dired mode like session management

Details
Message ID
<eruueh4jx2f2jo.fsf@posteo.net>
In-Reply-To
<CAMWOVxnBg61HC4qXCK9fyEWcfxGR51YzseauO4xyyb_RitQe9A@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
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
Reply to thread Export thread (mbox)