summaryrefslogtreecommitdiffstats
path: root/2022/talks/detached.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--2022/talks/detached.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/2022/talks/detached.md b/2022/talks/detached.md
index b5bf5529..f4b17e92 100644
--- a/2022/talks/detached.md
+++ b/2022/talks/detached.md
@@ -12,6 +12,7 @@ Niklas Eklund (he/him, <mailto:niklas.eklund@posteo.net>)
[[!inline pages="internal(2022/info/detached-before)" raw="yes"]]
+
As an enthusiastic Emacs user I would find myself replacing the usage
of an external terminal emulator with the Emacs alternative
interfaces. This included using packages such as dired for file
@@ -52,6 +53,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 detached? Could it be feasible to run a child
+ emacs instead of detached? 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"]]