From 3a8a34d7a50f679f0d3715c339cd5652e2deb7ce Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 10 Dec 2022 16:48:09 -0500 Subject: remove backslashes --- 2022/talks/eshell.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to '2022/talks/eshell.md') diff --git a/2022/talks/eshell.md b/2022/talks/eshell.md index 8eb2eef7..7ff7bbef 100644 --- a/2022/talks/eshell.md +++ b/2022/talks/eshell.md @@ -19,7 +19,7 @@ this puddle. This will be a lightning talk that I will pre-record to show off some features in eshell I found while diving into the source code … stuff -you can’t do in another terminals. Did you know that \`$$\` is a special +you can’t do in another terminals. Did you know that `$$` is a special variable that contains the output from the last command? Update from Howard: I wrote an _expanded transcript_ with more code and functional links. See @@ -41,7 +41,7 @@ Want _all_ the code? See my literate dotfiles for #emacs at that was meant as a - comment when he was asked about pipes, not a question per se \--\> +- ~~Q: Aren't buffers the superior pipes? --> that was meant as a + comment when he was asked about pipes, not a question per se --> alright~~ - A:Howard: yes - Q:Do you have a preferred method for getting argument completion for @@ -102,22 +102,22 @@ Want _all_ the code? See my literate dotfiles for #emacs at - ?  Summary: it effecitly adds a \"\| less\" to every command so you + ?  Summary: it effecitly adds a "| less" to every command so you get to see paged output if needed, except it is built into eshell. - A: It is a cool idea, but while I tried it when Mickey first - published that idea, it didn\'t stay in my workflow. -- Q: Is \$\$ a built-in feature of eshell or did you add it? - - A: The Eshell built-in version of \$\$ doesn\'t always work, so + published that idea, it didn't stay in my workflow. +- Q: Is $$ a built-in feature of eshell or did you add it? + - A: The Eshell built-in version of $$ doesn't always work, so I wrote an updated version that seems to work better (see ) - \... I\'m pretty sure that if you do a command with a lot of + ... I'm pretty sure that if you do a command with a lot of output, it may not work at all, not just get the last of that output. Mine is just a better hack. :-D - Q: Do you ever fallback to terminals/shells outside Emacs, and if so in what circumstances? - A: I boot up with a Terminal to mount remote file systems, as my - Emacs configuration isn\'t always stored locally on my machine. - I\'ll admit that I sometimes leave the Emacs Garden, but doing + Emacs configuration isn't always stored locally on my machine. + I'll admit that I sometimes leave the Emacs Garden, but doing anything interesting become frustrating when you have to leave the keyboard for the mouse. - Q: What are the less well-oiled parts of Eshell or edge case issues @@ -125,8 +125,8 @@ Want _all_ the code? See my literate dotfiles for #emacs at