UP | HOME

Work In Progress - Updates

ERT Erts-file Test Results

2026-09-02

I've just published a document about a "new" ERT feature that makes it easier to work with erts files. It is available at ert-erts-file-test-results.html.

New publication about "Semantic Linefeeds"

2026-09-02

I've just published a short document about semantic linefeeds and how they are implemented in GNU Emacs. It is available at semlf.html.

Outline-occur is now called Outline-xref

2026-08-24

I've reimplemented outline-occur using Xref, so now it is named outline-xref. The reason is that Occur is designed around regular expressions, while Outline supports both regular expressions and custom search functions to find outline headings. If we want to provide a navigable outline that matches the headings identified by Outline, we have to support both search strategies and Xref is better suited for this task.

For more information, see the following commit:

  • fcee0b4ff1d8 "Reimplement `outline-occur' using Xref and match Outline headings"

Outline-occur is now part of GNU Emacs core

2026-08-05

My package outline-occur is now part of GNU Emacs core. Therefore, its source code repository has been archived and is now read-only.

Note that its API changed during integration into core. Please refer to the docstring of outline-occur for up-to-date documentation.

For more information, see the following commits:

  • 8a88f3ed5aee "Add `outline-occur' command and `display-buffer-default-alist' variable"
  • 9e6f03993b82 "* lisp/outline.el (outline-occur): Autoload."

New GNU Emacs package: outline-occur

2026-07-19

Outline-occur allows users to navigate the current buffer's outline using Occur. Take a look at its source code repository for more details.

RSS feed for updates

2026-07-11

An RSS feed for this website's updates is now available at https://wip.jroi.dev/updates.xml.

Date: 2026-07-08 Wed 00:00

Author: Roi Martin

Created: 2026-09-02 Wed 19:18

Validate