From 127906db2d15c5167aab735f5b8c398f13a8c10b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 23 Sep 2026 07:57:05 -0400 Subject: add rau --- 2026/info/bible-nav.md | 2 +- 2026/info/emacspeak-nav.md | 2 +- 2026/info/rau-after.md | 10 ++++++++++ 2026/info/rau-before.md | 13 +++++++++++++ 2026/info/rau-nav.md | 7 +++++++ 2026/schedule-details.md | 3 ++- 2026/talks/rau.md | 39 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 73 insertions(+), 3 deletions(-) create mode 100644 2026/info/rau-after.md create mode 100644 2026/info/rau-before.md create mode 100644 2026/info/rau-nav.md create mode 100644 2026/talks/rau.md diff --git a/2026/info/bible-nav.md b/2026/info/bible-nav.md index b22a7cae..b30e2b4e 100644 --- a/2026/info/bible-nav.md +++ b/2026/info/bible-nav.md @@ -1,7 +1,7 @@
Back to the [[talks]] -Previous by track: Multi-dimensional information processing with Emacs and Emacspeak: a blind man's perspective +Previous by track: Emacs as a Window Manager and concurrency Next by track: Revisiting Emacs Mouse Interactions with Anju Track: General
diff --git a/2026/info/emacspeak-nav.md b/2026/info/emacspeak-nav.md index e25aeebc..7a2438b4 100644 --- a/2026/info/emacspeak-nav.md +++ b/2026/info/emacspeak-nav.md @@ -2,6 +2,6 @@
Back to the [[talks]] Previous by track: The Emacs Planning Habits of a Questionably Effective Person: My 40-year journey of planning with Emacs, Org Mode, paper journals, etc. -Next by track: bible-gateway: A Two-Edged Sword in Emacs +Next by track: Emacs as a Window Manager and concurrency Track: General
diff --git a/2026/info/rau-after.md b/2026/info/rau-after.md new file mode 100644 index 00000000..539cde5c --- /dev/null +++ b/2026/info/rau-after.md @@ -0,0 +1,10 @@ + + + +Questions or comments? Please e-mail [thomas@koch.ro](mailto:thomas@koch.ro?subject=Comment%20for%20EmacsConf%202023%20rau%3A%20Emacs%20as%20a%20Window%20Manager%20and%20concurrency) + +---- +Got an idea for an EmacsConf talk or session? We'd love to hear from you! Check out the [[Call for Participation|/2026/cfp]] for details. + + + diff --git a/2026/info/rau-before.md b/2026/info/rau-before.md new file mode 100644 index 00000000..615d7b43 --- /dev/null +++ b/2026/info/rau-before.md @@ -0,0 +1,13 @@ + +[[!toc ]] +Format: 20-min talk ; Q&A: BigBlueButton conference room Etherpad: +Etherpad: +Status: Waiting for video from speaker + + + + + + +# Description + \ No newline at end of file diff --git a/2026/info/rau-nav.md b/2026/info/rau-nav.md new file mode 100644 index 00000000..23e10ab8 --- /dev/null +++ b/2026/info/rau-nav.md @@ -0,0 +1,7 @@ + + diff --git a/2026/schedule-details.md b/2026/schedule-details.md index 18529006..58b68e36 100644 --- a/2026/schedule-details.md +++ b/2026/schedule-details.md @@ -1,9 +1,10 @@ Jump to: B -

General (14 talks)

+

General (15 talks)

[[!template id=sched title="""Saturday opening remarks""" url="""/2026/talks/sat-open""" speakers="""Sacha Chua""" watch="""https://emacsconf.org/2026/watch/gen""" slug="""sat-open""" note=""""""]] [[!template id=sched title="""The Emacs Planning Habits of a Questionably Effective Person: My 40-year journey of planning with Emacs, Org Mode, paper journals, etc.""" url="""/2026/talks/planning""" speakers="""George Jones""" watch="""https://emacsconf.org/2026/watch/gen""" slug="""planning""" note=""""""]] [[!template id=sched title="""Multi-dimensional information processing with Emacs and Emacspeak: a blind man's perspective""" url="""/2026/talks/emacspeak""" speakers="""Arkadiusz""" watch="""https://emacsconf.org/2026/watch/gen""" slug="""emacspeak""" note=""""""]] +[[!template id=sched title="""Emacs as a Window Manager and concurrency""" url="""/2026/talks/rau""" speakers="""Thomas Koch""" watch="""https://emacsconf.org/2026/watch/gen""" slug="""rau""" note=""""""]] [[!template id=sched title="""bible-gateway: A Two-Edged Sword in Emacs""" url="""/2026/talks/bible""" speakers="""Kristjon Ciko""" watch="""https://emacsconf.org/2026/watch/gen""" slug="""bible""" note=""""""]] [[!template id=sched title="""Revisiting Emacs Mouse Interactions with Anju""" url="""/2026/talks/anju""" speakers="""Charles Y. Choi""" watch="""https://emacsconf.org/2026/watch/gen""" slug="""anju""" note=""""""]] [[!template id=sched title="""Sunday opening remarks""" url="""/2026/talks/sun-open""" speakers="""Sacha Chua""" watch="""https://emacsconf.org/2026/watch/gen""" slug="""sun-open""" note=""""""]] diff --git a/2026/talks/rau.md b/2026/talks/rau.md new file mode 100644 index 00000000..554d1bcf --- /dev/null +++ b/2026/talks/rau.md @@ -0,0 +1,39 @@ +[[!meta title="Emacs as a Window Manager and concurrency"]] +[[!meta copyright="Copyright © 2026 Thomas Koch"]] +[[!inline pages="internal(2026/info/rau-nav)" raw="yes"]] + + + + + +# Emacs as a Window Manager and concurrency +Thomas Koch - , + +[[!inline pages="internal(2026/info/rau-before)" raw="yes"]] + +Rau is one of three different Wayland Window Manager projects active right now +and the only one written only in Elisp (at the moment). + +I'll present the current state of Rau, compare it with the other two projects +(Reka, EWM) and discuss some difficulties encountered with a focus on +concurrency and Emacs. + +Rau is already fully functional for daily use. The single threaded nature of +Emacs however is a major issue that will require to move the major part of Rau +from Elisp into an Emacs module and thus into another language. + + + +About the speaker: + +Thomas Koch has a preference for logic, correctness and elegance. +Therefore, he likes Haskell, Emacs, Nix, Postgres and tries to help the success of . +He deeply values open, respectful discussions with people of diverse perspectives. + + + +[[!inline pages="internal(2026/info/rau-after)" raw="yes"]] + +[[!inline pages="internal(2026/info/rau-nav)" raw="yes"]] + + -- cgit v1.2.3