voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin account
@hey@voidq.xyz

Search results for tag #emacs

[?]Paul Jewell » 🌐
@paul_j@hachyderm.io

The problem with my config was git-gutter. Since I don't use it (it's been in my config for years!!), I removed it. Perhaps I should find time to de-cruft my config...?! Anyway, moving onto IPv6 after my daily morse code practice (..-. ..- -.)

    [?]HoldMyType » 🌐
    @xameer@mathstodon.xyz

    A simple script for pasting or in text from browser to utf-8 coding to esp for symbols of haskell and logic
    > UTF-8 encoding does not automatically interpret \uXXXX.

    UTF-8 can store ℐ, Γ, →, ⊢ directly. But if the file literally contains the six characters \, u, 2, 1, 3, 0, then Emacs correctly sees those as ordinary ASCII text.

    You need to decode the Unicode escapes once, then save the resulting buffer as UTF-8.
    ```python
    python3 - <<'PY''
    from pathlib import Path
    import re

    p = Path("2026-03-25-tale-of-a-gitlab-job-pipeline.md")

    s = p.read_text(encoding="utf-8")

    # Decode only literal Unicode escape sequences.
    s = re.sub(
    r'\\u([0-9a-fA-F]{4})',
    lambda m: chr(int(m.group(1), 16)),
    s
    )

    s = re.sub(
    r'\\U([0-9a-fA-F]{8})',
    lambda m: chr(int(m.group(1), 16)),
    s
    )

    p.write_text(s, encoding="utf-8")
    PY
    ```

      [?]A Sencha Wizard » 🌐
      @senchawizard@social.vivaldi.net

      gots tons of in a buncha org files. time to clean them up and use the method to store these slips of files using

        [?]Michael » 🌐
        @schmic@hessen.social

        [?]chfkch :nixos: :rust: » 🌐
        @chfkch@ruhr.social

        Hello gang.
        I have used emacs for presentations in the past, i think with org-present (?).
        But now i would like to include something like an annotated timeline, which reveals more and more info with each click.

        Is there anything i could use? Most of my presentation could be text, but with this i am not sure.

          [?]heiwiper » 🌐
          @heiwiper@mastodon.social

          Today I participated in the Emacs Chat series hosted by Sacha Chua and Protesilaos as a co-host. We explored my Emacs configuration. It was a very nice opportunity to share workflows and learn new things.

          youtube.com/watch?v=_qkvvVP8ZMQ

            [?]Daniel Mendler » 🌐
            @minad@mastodon.world

            [?]Ashish Panigrahi [he/him] » 🌐
            @paniash@mas.to

            RE: mastodon.world/@minad/11712955

            This is a gamechanger. Goodbye jupyter notebooks!

              [?]tr3k » 🌐
              @tr3k@social.vivaldi.net

              [?]Bhaskar Chowdhury » 🌐
              @unixbhaskar@mastodon.social

              More coffee ☕ and some gleaning .... and, oh, Louis Armstrong's voice soothing to my ears 🎶🎶 🎧

                [?]Shane Rogers » 🌐
                @swrogers@social.lol

                Decided to go redo (sorta kinda) my config. As one does.

                It's the ultimate form of and staving off boredom. Or something.

                Also decided to go back to a literate org config with noweb blocks.....and just for shits and giggles use setup.el.

                  [?]Janik :linux: :ansible: :bash: » 🌐
                  @janikvonrotz@fosstodon.org

                  # Full-text search in Helix

                  I taught myself vim many years ago. If I remember correctly I played a game that teaches you the keymap like h,j,k,l for navigation. Then I installed a ton of plugins that turned vim into an IDE and for the same reason never used it again. Instead of managing plugins and syncing buffers I ended up using Helix.

                  Read more: janikvonrotz.ch/2026/08/16/ful

                    [?]Janik :linux: :ansible: :bash: » 🌐
                    @janikvonrotz@fosstodon.org

                    # Computer terminal forever

                    It is interesting to see that after years of finding new ways to interface with computers, professionals always end up on the terminal. Why the terminal of all things?

                    Read more: janikvonrotz.ch/2026/08/17/com

                      [?]Chip Butty [he/him] » 🌐
                      @otfrom@functional.cafe

                      I'm so used to pipewire being a bit of a confusing mess, that I wasn't expecting how simple, working, and done pipewire-0 in emacs is. (via @sacha)

                      I suppose I still need to figure out how to use it programmatically, but at least I can avoid using my mouse if I want to.

                      github.com/emacsmirror/pipewire

                        [?]Lobsters » 🤖 🌐
                        @lobsters@mastodon.social

                        [?]emilia 🐇☭ [she/her] » 🌐
                        @emilia@snac.girlkissing.tips

                        building call that a pump and pdump scheme

                          [?]Dragon of BSDCafe :freebsd: [he/him] » 🌐
                          @evgandr@mastodon.bsd.cafe

                          CWM running with two physical monitors. There are two windows: Emacs and Xterm.

Xterm window has a thick blue border. Inside there is an oksh with date output and scrot -p cwm.png command. Used colorscheme: Solarized Light, ised font: Monaspace Xenon.

The Emacs frame uses the same font and colorscheme. It displays an opened uses.html files, with some changes highlighted by orange stripes on the left fringe. There is a blue blocky modeline with Monaspace Radon font and the same scrollbar.

On the left there are few X widgets: xclock (using Solarized Light color scheme and a red ticks), xbatt and a gkrellm (it showing CPU load and temp, memory consumption and em0, ue0, wlan0 interface stats).

There is a yellow wyvern (Adine from Angels With Scaly Wings) on the background (set as a desktop wallpaper).

                          Alt...CWM running with two physical monitors. There are two windows: Emacs and Xterm. Xterm window has a thick blue border. Inside there is an oksh with date output and scrot -p cwm.png command. Used colorscheme: Solarized Light, ised font: Monaspace Xenon. The Emacs frame uses the same font and colorscheme. It displays an opened uses.html files, with some changes highlighted by orange stripes on the left fringe. There is a blue blocky modeline with Monaspace Radon font and the same scrollbar. On the left there are few X widgets: xclock (using Solarized Light color scheme and a red ticks), xbatt and a gkrellm (it showing CPU load and temp, memory consumption and em0, ue0, wlan0 interface stats). There is a yellow wyvern (Adine from Angels With Scaly Wings) on the background (set as a desktop wallpaper).

                            [?]A Sencha Wizard » 🌐
                            @senchawizard@social.vivaldi.net

                            did some small overhauls of my config. seems like it's always a never ending thing with your own configs.

                              [?]Jason » 🌐
                              @jason@toots.dgplug.org

                              no matter what thorn niggles your side in , Emacs always has something to salve it.

                              Org Agenda would always split the window horizontally and open below, when I wanted to open it to the right. I’d always then get it to how I wanted it laid out by grumbling, resizing my window (emacs frame) and then finding some size at which it split vertically and then getting it back full screen.

                              Today I found `transpose-frame` and breathed a sigh of relief!

                              emacswiki.org/emacs/TransposeF

                                [?]James Endres Howell » 🌐
                                @jameshowell@fediscience.org

                                If you know, you know

                                Thanks to @schuemaa @paaguti (and @yantar92 for shepherding it along)

                                Canvas Course accessibility score is 100%

                                Alt...Canvas Course accessibility score is 100%

                                  [?]Dragon of BSDCafe :freebsd: [he/him] » 🌐
                                  @evgandr@mastodon.bsd.cafe

                                  Wrote a few lines about my Mastodon.el configuration — mostly about 2 custom functions to use Nerd Icons instead of default emojis:

                                  eugene-andrienko.com/2026-08-2

                                    [?]Parade du Grotesque 💀 » 🌐
                                    @ParadeGrotesque@mastodon.sdf.org

                                    Doing a 'pkgin update && pkgin upgrade' on my little machine and I can report that 30 is the heaviest application at a whooping 47MB download... :netbsd: 🤓

                                      [?]Anthk » 🌐
                                      @anthk@neopaquita.es

                                      An idea for : expand M-x doctor to answer to simple questions
                                      such as:

                                      - how can I open the help guide
                                      - how can I save a file
                                      - how can I comment a block of code

                                      pointing to the Texinfo page as an Elisp link.

                                      And so on. No, no LLM's required, please. If did something
                                      like this in the 60's with Moon rock classification queries,
                                      (with another Lisp sytem) so can you.

                                      EDIT: typos.

                                        [?]Vassil Nikolov | Васил Николов » 🌐
                                        @vnikolov@ieji.de

                                        Indeed, and no one did.
                                        In fact, it works even better in a shell (comint) buffer (glass tty).

                                        @totherme

                                          [?]mousebot » 🌐
                                          @mousebot@todon.nl

                                          any mu4e folks know how to escape special characters in search queries? if my search contains anything like &][*< etc i get no results. imposs to find mu/mu4e/xapian confessing how to escape special characters online...

                                          i have searched `man mu-find` `man mu-easy`, mu4e docs, tried xapian but it's basically in an alien language to me, and unnavigable...

                                          have obviously also tried every combination of existing escape characters i can think of

                                          Edit: so if you don't use an old mu, and you wrap your query in "/ ... /" (nb not /" ... /" it should work). but in mu4e i couldn't get this to work with multiple search terms, e.g. "/ homes & holmes/", so i went back to stripping out special chars. maybe there's a way and i just don't know it...

                                            [?]Benjamin Leis ✅ » 🌐
                                            @benleis@mathstodon.xyz

                                            I wrote up a blog entry on getting eglot and java working together along with a companion video.

                                            github.com/benleis1/emacs-init

                                            Video

                                            youtu.be/fUnq9nMAEv0?is=wiYBRa.

                                              [?]Martin Stemplinger » 🌐
                                              @mstempl@mastodon.social

                                              @minad now I get the need for the canvas patch :awesome:

                                                [?]Anthk » 🌐
                                                @anthk@neopaquita.es

                                                I wish the project in R7RS suceeds. Emacs is not bad *but*
                                                I'd prefer a native written in not for Elisp (which is like
                                                having something between and Lisp). Having to switch back
                                                and forth between languages it's tiring
                                                (and yes, I know CL well enough to learn Elisp
                                                like nothing, but if I'm under an Scheme environment, I want the same
                                                Lisp flavour everywhere.

                                                With and Common Lisp the divergence is not that huge (SLIME), but
                                                for it's far more integrated.

                                                Said this, if the project rewrote Emacs under Common Lisp with
                                                Clisp (for instance, in the 90's, porting Emacs' related code with
                                                subprojects) today we would have something much more powerful than LEM
                                                under SBCL.
                                                Richard Stallman doesn't like Common Lisp, he prefers the simplicity
                                                of Elisp, but yet he agrees on having Emacs itself using cl-lib (CL
                                                compat library for Elisp) on *tons* of core utilities and functions:

                                                gnu.org/software/emacs/manual/

                                                  [?]SpaceCadet » 🌐
                                                  @SpaceCadet@chaos.social

                                                  My Space Cadet Deck now also reccognizes which Wayland window has the focus (via polling a GNOME shell extension). It then shows the Deck for this application. Within it shows different Decks for different major modes. Within it shows even Decks for objects the point is on (tables, blocks, drawers).

                                                  Next step: Making it deployable

                                                    [?]gds » 🌐
                                                    @totherme@tech.lgbt

                                                    Thought for the day:

                                                    No-one can stop you running ed(1) in an eterm.

                                                      [?]Daniel Mendler » 🌐
                                                      @minad@mastodon.world

                                                      [?]ohmrun » 🌐
                                                      @ohmrun@techhub.social

                                                      First things first.
                                                      I generally panic when I don't know where I am, so ESC needs to do what it generally does.

                                                      thanks everyone that gave me time.

                                                      github.com/laech/emacs-esc

                                                      my first emacs configuration entry

                                                      Alt...my first emacs configuration entry

                                                        [?]Daniel Mendler » 🌐
                                                        @minad@mastodon.world

                                                        DOOM is finally available on Emacs ELPA!

                                                        M-x package-install RET doom-game RET

                                                        github.com/minad/doom-on-emacs

                                                        The port uses the new canvas feature we've added to Emacs 32.

                                                          [?]Paul Bryan [he/him] » 🌐
                                                          @pabryan@mathstodon.xyz

                                                          Dear people using on

                                                          I'm having a little issue connecting to my account on gemini://bbs.geminispace.org/

                                                          I have my client certificate detected no problem when I got to gemini://bbs.geminispace.org/? But then following the link "=> /add-cert Add alternative certificate" I get

                                                          ---- ERROR -----

                                                          When attempting to retrieve gemini://bbs.geminispace.org/a:
                                                          Gemini server reports PERMANENT FAILURE for this request: 51 Not found
                                                          ----------------

                                                          This worked fine on on android. I'm a bit new to gemini so looking for some pointers. Is it a bug in elpher?

                                                            [?]Debacle [they/he/she/whatever] » 🌐
                                                            @debacle@framapiaf.org

                                                            [?]ebeem » 🌐
                                                            @ebeem@mastodon.social

                                                            I'm almost finished with the second layout for (which will become the default layout), here's a quick demo!
                                                            is a based window manager inspired by and , its new manual layout should give you complete control over splitting and resizing containers. New windows spawn in your focused container, and empty containers display a placeholder until they're in use.

                                                              [?]Lobsters » 🤖 🌐
                                                              @lobsters@mastodon.social

                                                              How to tune Emacs config for portability: Linux, macOS and Windows? lobste.rs/s/vcnpw4

                                                                [?]Vassil Nikolov | Васил Николов » 🌐
                                                                @vnikolov@ieji.de

                                                                On second thought, The Editor Wars do resemble the exchange of anathemas in Saint Sophia in 1054 (and many related events, before and after).



                                                                (Adding the latter (not an X11 program) for kicks and for the threesome.)

                                                                  [?]Ashish Panigrahi [he/him] » 🌐
                                                                  @paniash@mas.to

                                                                  It's been quite fun writing a theme for . Now I can remove a lot of hacky cruft from my own config and just use my theme. :P

                                                                  Hopefully should be able available on MELPA soonish.

                                                                    [?]Brendan Halpin » 🌐
                                                                    @bthalpin@mastodon.social

                                                                    Am currently in Britanny & exposed for various reasons to Breton music. Inevitable observation: B music is far more repetitive (limited) than Irish. Therefore am currently coding in Lisp (with thumbs in on my phone; am on holiday!) functions to take tunes in ABC notation (thesession.org etc), doing Lempel-Ziv compression, and comparing compression rates. So far: Irish 33%; Breton 50%, i.e., hypo confirmed but tiny N. Need to figure out a sampling strategy!!

                                                                      [?]Brendan Halpin » 🌐
                                                                      @bthalpin@mastodon.social

                                                                      Also need to assess whether coding in native with my thumbs is a sensible strategy, or just holiday fun!

                                                                        [?]Charles Choi 최 민수 » 🌐
                                                                        @kickingvegas@sfba.social

                                                                        EmacsSF is an IRL meetup in San Francisco for folks interested in all things Emacs. Our next meetup is on Saturday, August 29, 2026 from 11am-1pm at Haus Coffee on Calle 24.
                                                                        Details in the attached link. All are welcome.

                                                                        meetup.com/emacs-sf/events/316

                                                                          [?]Fernando Briano » 🌐
                                                                          @picandocodigo@mastodon.online

                                                                          Va agarrando forma de nuevo mi configuración de Emacs personal desde cero...

                                                                          Captura de pantalla en Cool Retro Term de como se viene viendo mi Emacs personalizado.

                                                                          Alt...Captura de pantalla en Cool Retro Term de como se viene viendo mi Emacs personalizado.

                                                                            [?]Álvaro R. » 🌐
                                                                            @xenodium@indieweb.social

                                                                            agent-shell 0.73 updates xenodium.com/agent-shell-0-73-

                                                                            agent-shell AI Emacs package displaying an overview of its GitHub states and general project health.

                                                                            Alt...agent-shell AI Emacs package displaying an overview of its GitHub states and general project health.

                                                                              [?]mintbug » 🌐
                                                                              @mintbug@mastodon.ml

                                                                              (Емаксеры, ваш выход. Время выёбываться своими хитрыми системами интерактивной разработки. Я уверен, всё это уже давно придумали до меня.)

                                                                                [?]TyfloPodcast » 🌐
                                                                                @michal.dziwisz@tyflopodcast.net

                                                                                [?]Álvaro R. » 🌐
                                                                                @xenodium@indieweb.social

                                                                                Focus windows across frames xenodium.com/focus-windows-acr

                                                                                Alt...Demos Emacs window navigation across frames

                                                                                  [?]Charles Choi 최 민수 » 🌐
                                                                                  @kickingvegas@sfba.social

                                                                                  In the Casual v3.0 update, the setup process has been vastly simplified to being a single command. Details in the attached link.

                                                                                  yummymelon.com/devnull/simplif

                                                                                  Casual is a project to re-imagine the primary user interface for Emacs using keyboard-driven menus. Casual v3.0 is now available on MELPA and NonGNU ELPA.

                                                                                    [?]Mike Hostetler » 🌐
                                                                                    @mikehoss@appdot.net

                                                                                    [?]José A. Alonso » 🌐
                                                                                    @Jose_A_Alonso@mathstodon.xyz

                                                                                    My advice for users wanting to switch to Emacs. ~ Daniel Pinkston. bardman.dev/technology/switchi

                                                                                      Back to top - More...