diff options
Diffstat (limited to '')
| -rw-r--r-- | 2022/talks/detached.md | 29 | 
1 files changed, 29 insertions, 0 deletions
diff --git a/2022/talks/detached.md b/2022/talks/detached.md index b5bf5529..70089ac0 100644 --- a/2022/talks/detached.md +++ b/2022/talks/detached.md @@ -52,6 +52,35 @@ it encourage me to experiment and explore. Whether it is about writing  a small function, or a package, the ability to mold Emacs to what  makes sense to us as individuals is something to cherish. +# Discussion + +## Questions and answers + +-   Q: Can it replace ssh+tmux for persistent sessions on remote hosts? +    -   A: Not yet; being considered for future work. +-   Q: I see integration with projectile in the readme, does it also +    integrate with project.el? +    -   A: Not yet but should be easy to add. +-   Q:  Can you detach a session from shell-mode and reattach from +    eshell/vterm/term-mode?  Or start a compile in shell-mode and attach +    it from compilation-mode? +    -   A:  +-   Q: How do you talk to **dtach? Could it be feasible to run a child +    emacs instead of dtach?  Would it make sense? Better communication +    maybe?** +    -   A: +-   Q: How does it handle processes that require user input? (Usually to +    type y/n, etc). M-x compile is great but can\'t handle user input. +    -   A: +-   Q:Can you rerun a command (session?) but in another directory? +    -   A: +-   Q: What are some other places where this might be useful?  mu4e +    fetching mail?  Git processes started by Magit?  What things would +    you like to see working in a 1-2 year timeframe? +    -   A:  +-   Q: What are you currently excited about in emacs?  + +  [[!inline pages="internal(2022/info/detached-after)" raw="yes"]]  [[!inline pages="internal(2022/info/detached-nav)" raw="yes"]]  | 
