Emacs

Building Regular Expressions with Emacs

Wouldn’t it be nice to have an environment in which to see the effect of a regular expression on a set of target strings? Ideally such that changes in matching immediately reflected, as one changes and experiments with the regular expression itself? The re-builder functionality built into Emacs does exactly that.

Better Highlighting for the Emacs Region

The default highlighting of the Emacs “region” (the part of a buffer between “point” and “mark” — selected text, if any, in other words) is, out of the box, barely visible, at least against a light background. An attempt to customize it runs into an interesting problem when used in a text- or terminal-based environment, rather than a GUI.

Compiling Emacs 29 for Debian/Ubuntu/Mint

I wanted to explore some of the new features in Emacs 29 (in particular Eglot). The version of Emacs that ships with my version of Linux Mint is Emacs 27, so I decided to build Emacs 29 from scratch.

This turned out to be absolutely painless; but installing the new version seamlessly into the existing environment did cause some hang-ups.

Emacs Org Mode

Disclaimer: I use Emacs, but I am not deeply into various emacs cultish uses. I just write books and about everything else in it. (Except mail.)

That being said, I am currently dealing with Markdown and friends, and so I came across Org Mode.