summaryrefslogtreecommitdiffstats
path: root/2024/talks/shell.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-12-12 09:31:16 -0500
committerSacha Chua <sacha@sachachua.com>2024-12-12 09:31:16 -0500
commit627a997908721fb2c546a4490eca1de5055d57d8 (patch)
treea2681d59ce6678c96c00972c370d559643faa9c2 /2024/talks/shell.md
parent6d1d18532c1d0495a1fd42e6f1b2f7d165efe0a2 (diff)
downloademacsconf-wiki-627a997908721fb2c546a4490eca1de5055d57d8.tar.xz
emacsconf-wiki-627a997908721fb2c546a4490eca1de5055d57d8.zip
Add YouTube comments
Diffstat (limited to '')
-rw-r--r--2024/talks/shell.md24
1 files changed, 22 insertions, 2 deletions
diff --git a/2024/talks/shell.md b/2024/talks/shell.md
index d848418d..8c01476f 100644
--- a/2024/talks/shell.md
+++ b/2024/talks/shell.md
@@ -30,8 +30,8 @@ See also these other talks by the same speaker:
# Discussion
-- a nice interface for using process filters directly sounds really
- useful, reminds me of emacs-piper
+- a nice interface for using process filters directly sounds really
+ useful, reminds me of emacs-piper
- Uniline?
- lispmacs[work]: gs-101: yes
@@ -93,6 +93,26 @@ See also these other talks by the same speaker:
- ankit: Thank you, I've picked up a lot of things that I'll try to use in my workflow.
- einar_m: Thank you for the inspiration, lismacs!
+- YouTube comments:
+ - 11:28 This should have been a shell-command instead of an eshell-command.
+ - is the voice generated by a software program?
+ - not judging by the no-pop-filter-noises
+ - bro forgot he was giving a talk and thought he was narrating an audiobook lmao
+ - be kind
+ - Surprised you didn't mention "vterm" or "multi-vterm" especially if some shell commands have fancy ansi output.
+ - I have a question regarding command line argument passing with emacsclient. In my fish.config file create a function called "e' so I can just type e sometext.txt
+ emacsclient -c "$argv[1]"
+ But I want this actually
+ emacsclient -c -a "" --eval "(set-frame-size (selected-frame) 106 42)" "$argv[1]"
+ so
+ $ e sometext.txt
+ #^That works but below doesn't work and I get an elisp message
+ #If I use that emacsclient with --eval
+ $ e sometext.txt
+ #says "nil"... and I don't get emacsclient to open up with the text file I want. It is very annoying and I guess once you put --eval you can't do argument passing but goes into an elisp mode I assume.
+ - I think the scope of this talk was mentioned in the beginning.
+ - 0:20 I think of Emacs as an OS
+
[[!inline pages="internal(2024/info/shell-after)" raw="yes"]]
[[!inline pages="internal(2024/info/shell-nav)" raw="yes"]]