emacs-diredc icon indicating copy to clipboard operation
emacs-diredc copied to clipboard

Diredc in the same frame

Open BossCode45 opened this issue 1 year ago • 1 comments

I use a tiling window manager, so opening a new frame doesn't work so well for me. Instead of this it'd be nice if it would just save the current frame's layout and then replace it with diredc, and then when calling diredc again it would go back to the original layout. This could be a variable like diredc-make-new-frame or something, where setting it to false would just use the same frame it was called from.

BossCode45 avatar Jun 01 '23 23:06 BossCode45

I've pushed several commits to a new branch 'single-frame', which might satisfy your request (and maybe fix another bug in the process). Are you able to test it? Extra points for exhaustive brutal testing. Let me know exactly what you put it through.

Boruch-Baum avatar Jan 15 '24 09:01 Boruch-Baum

Four months with no response from the only person who expressed any interest.

Boruch-Baum avatar Apr 14 '24 07:04 Boruch-Baum

Hi, i was looking for just this. I put (setq diredc-make-new-frame nil) in my emacsconfig but still a new frame is started.... Did i do something wrong? Thanks

Ray

rayvermey avatar Jul 08 '24 08:07 rayvermey

Hi. Thanks for the interest. That experimental / in-development feature is sitting off the main branch. You need to switch to branch single-frame in order to access the git version that has it.

Boruch-Baum avatar Jul 08 '24 16:07 Boruch-Baum