summaryrefslogtreecommitdiffstats
path: root/2023/talks/overlay.md
diff options
context:
space:
mode:
Diffstat (limited to '2023/talks/overlay.md')
-rw-r--r--2023/talks/overlay.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/2023/talks/overlay.md b/2023/talks/overlay.md
index 44094984..c8c6c4fe 100644
--- a/2023/talks/overlay.md
+++ b/2023/talks/overlay.md
@@ -38,25 +38,25 @@ of the compiler output under user control.
<https://tex.stackexchange.com/a/128096/105203>. I went to some
effort to match up the colors, font, and background to Emacs. I
got quite close, I think.
-- Q: You\'ve got a nice sounding keyboard. What kind is it?
- - A: Sorry about that. It\'s an ErgoDox EZ
-- Q: Do you find that the \"invasive\" reformatting interferes with
+- Q: You've got a nice sounding keyboard. What kind is it?
+ - A: Sorry about that. It's an ErgoDox EZ
+- Q: Do you find that the "invasive" reformatting interferes with
navigation?
- - A: A bit. You can\'t move your cursor into the not-real buffer
+ - A: A bit. You can't move your cursor into the not-real buffer
text (indentation). But the original text is still visible, so
that works fine.
- Q: Can you show us the keybindings of your minor map for editing
overlays?
- - A: It\'s C-c - and C-c + but you can change it.
+ - A: It's C-c - and C-c + but you can change it.
- Q:Your examples were with c++, have you experimented with any other
languages? Oh, thanks for the interesting talk by the way!
- - A: Other languages don\'t have the same unpleasant behavior :) I
+ - A: Other languages don't have the same unpleasant behavior :) I
say this as a long time fan of C++. But it should be possible!
- Q: Would it be possible to include overlays in the source file
itself. There are some language modes (Rust, for instance) that do
this.
- - A: \[someone else\] Sounds like enriched-mode. \[Jeff\] I\'m not
- sure what this question means; it\'s the error messages that are
+ - A: [someone else] Sounds like enriched-mode. [Jeff] I'm not
+ sure what this question means; it's the error messages that are
the big issue
- Q: What are your plans for tspew in the future?
- A: Better future-proofing and more options for formatting