summaryrefslogtreecommitdiffstats
path: root/2023/talks/overlay.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-09-22 09:53:04 -0400
committerSacha Chua <sacha@sachachua.com>2023-09-22 09:53:04 -0400
commit4b40657b2707c587e069135c1b540e2bcfe083f2 (patch)
tree92b5b9bc6f849961390dec700d631b52d686f8d7 /2023/talks/overlay.md
parent5d08ea691bc4f35e1a96859be2329c5c65ab6574 (diff)
downloademacsconf-wiki-4b40657b2707c587e069135c1b540e2bcfe083f2.tar.xz
emacsconf-wiki-4b40657b2707c587e069135c1b540e2bcfe083f2.zip
Add overlay
Diffstat (limited to '2023/talks/overlay.md')
-rw-r--r--2023/talks/overlay.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/2023/talks/overlay.md b/2023/talks/overlay.md
new file mode 100644
index 00000000..a1dbb4a9
--- /dev/null
+++ b/2023/talks/overlay.md
@@ -0,0 +1,37 @@
+[[!meta title="Improving compiler diagnostics with Overlays"]]
+[[!meta copyright="Copyright &copy; 2023 Jeff Trull"]]
+[[!inline pages="internal(2023/info/overlay-nav)" raw="yes"]]
+
+<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing -->
+<!-- You can manually edit this file to update the abstract, add links, etc. --->
+
+
+# Improving compiler diagnostics with Overlays
+Jeff Trull (he/him) - Pronunciation: rhymes with "hull" and "dull", IRC: jaafar, @jaafar@hachyderm.io
+
+[[!inline pages="internal(2023/info/overlay-before)" raw="yes"]]
+
+Overlays are a feature of Emacs that allow changing the
+appearance of text while preserving its contents. They play a prominent
+role in packages like org-mode, which uses them to hide or reveal custom
+properties and display inline images, and magit, which uses them to
+highlight diffs.
+
+The presenter will give a introduction to the features of overlays,
+demonstrating how to:
+
+- Create and use overlays in Emacs Lisp code
+- Query locations in an existing buffer to find out what overlays are
+present.
+
+He will then demonstrate a new compilation minor mode for improving the
+readability of error messages, using overlays to flexibly reformat portions
+of the compiler output under user control.
+
+
+
+[[!inline pages="internal(2023/info/overlay-after)" raw="yes"]]
+
+[[!inline pages="internal(2023/info/overlay-nav)" raw="yes"]]
+
+