Elektrine lite

← Feed

Daniel Mendler

minad@mastodon.world

Posts

  • Post #4207800

    I have just added a new feature to my Jinx spell-checking package. The new command jinx-remove-word removes words from the personal dictionary, file-local variables and so on. Reuben Thomas (the maintainer of the Enchant library backing Jinx) suggested this addition. He is also an #emacs and #jinx user! https://github.com/minad/jinx/discussions/269

  • Post #3674251

    Today I have released version 4.0.0 of Elfeed, the Emacs feed reader. The release includes many new features, bug fixes and improvements across all parts of the package. Take a look at the extensive changelog: https://github.com/emacs-elfeed/elfeed/blob/main/NEWS.org#version-400-2026-06-06 The commit: https://github.com/emacs-elfeed/elfeed/commit/d9ec8b93a61f6653bf9bcc929dbfa5e49133d37f ELPA: https://elpa.nongnu.org/nongnu/elfeed.html #elfeed #emacs #rss #atom

  • Post #3674250

    So glad that MELPA is getting a new versioning scheme, such that all ELPA snapshot archives become compatible. Snapshot package versions have the form release.0.date.count, starting with the version number of the last release. https://snapshots.melpa.org/ https://releases.melpa.org/ https://github.com/melpa/melpa/pull/10057 #emacs #melpa #elpa @tarsius @sanityinc

  • Post #2326404

    @karthink, @yantar92 and I took over as maintainers of the Elfeed, the Emacs feed reader! https://github.com/skeeto/elfeed #emacs #elfeed #atom #rss

  • Post #1649941

    #doom running on #emacs via the canvas API https://github.com/minad/doom-on-emacs https://debbugs.gnu.org/cgi/bugreport.cgi?bug=80281

  • Post #1258199

    Find the mistake! #emacs

  • Post #1258198

    Now the GNU vs NonGNU ELPA discussion continues on emacs-devel: https://lists.gnu.org/archive/html/emacs-devel/2026-04/msg00476.html If you want to entertain a discussion on the Emacs bug tracker or emacs-devel forever, this is how you do it. You can do it even if you have contributed nothing to Emacs, wasting everyone's time. TL;DR There is no actual problem.

  • Post #650590

    Please consider enabling `package-review-policy` on Emacs 31, and help reviewing package updates. This will help to catch supply chain attacks on the Emacs package archive like this one: https://github.com/kubernetes-el/kubernetes-el/commit/09e06af093bc3b5c98076177c359b812f86d371f #emacs #security

  • Post #421580

    @mekeor @tusharhero @divyaranjan As long as Gtk depends on Cairo, Emacs can continue to use it. But of course it is possible to replace it if necessary. The canvas intentionally only gives access to a simple pixel buffer. Right now it works with and without Cairo on X. I did not test other platforms.

  • Post #421579

    Emacs doom scaling The canvas has an original size of 320x200 and is scaled up by Cairo or XRENDER. Works better than expected.

  • Post #297561

    Another fun example #emacs #org

  • Post #297560

    I have implemented a new version of the Emacs canvas patch. Refreshing avoids redrawing or even checking the entire buffer. Only the single glyph where the canvas is attached as display property is redrawn. I welcome help with testing or porting to other platforms than Cairo/Pgtk or X. @divyaranjan ported his Pale library to the new version of the canvas API, with good results. Canvas patch and test program: https://github.com/minad/emacs-canvas-patch Discussion on the bug tracker: https://de...

  • Post #297559

    Emacs GL shader demo Source: https://github.com/minad/emacs-shader-demo Canvas patch: https://github.com/minad/emacs-canvas-patch Bug tracker: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=80281

  • Post #297558

    Hypnomacs

  • Post #229628

    And OpenGL rendering inside Emacs via the canvas API...