diff options
Diffstat (limited to '')
-rw-r--r-- | 2024/talks/shell.md | 24 |
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"]] |