summaryrefslogtreecommitdiffstats
path: root/2023/talks/overlay.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-12-10 12:00:36 -0500
committerSacha Chua <sacha@sachachua.com>2023-12-10 12:00:36 -0500
commit89ce464a9ca5298428e31655948de251fb6d989f (patch)
treed3ca52b4966ae32ddab83a19cf79173e5958594a /2023/talks/overlay.md
parent59dd43d9b1797c2831238c293b7b50450b5fcc55 (diff)
downloademacsconf-wiki-89ce464a9ca5298428e31655948de251fb6d989f.tar.xz
emacsconf-wiki-89ce464a9ca5298428e31655948de251fb6d989f.zip
remove escape characters, BBB links
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