Category Archives: General

Org 9.2.1

Bastien announces the arrival of a new Org-mode release: #emacs #orgmode 9.2.1, a bugfix release, is out. Enjoy! — Bastien Guerry (@bzg2) February 3, 2019 It’s a bug release so it’s probably worth upgrading even if you don’t track Org … Continue reading

Posted in General | Tagged , | Leave a comment

Managing Dependencies

Russ Cox has an excellent post on managing software dependencies. He begins by describing the problem: we’ve gone from talking about but not implementing code reuse to the wholesale use of packages/libraries/modules that we often don’t know much about. Most … Continue reading

Posted in General | Tagged | Leave a comment

Zamansky: Travis-CI

Mike Zamansky has a new video up but it’s not one in his Using Emacs Series. Zamansky is doing a miniseries (probably 2 or 3 videos) on GitHub Classroom and how he uses GitHub in his teaching. His first video … Continue reading

Posted in General | Tagged | Leave a comment

Using ed

About a year and a half ago, I wrote, somewhat disparagingly, about the idea of using the ed editor for every day work. The problem is that ed is a line editor meant for use with teletype-like devices. Because it … Continue reading

Posted in General | Tagged | Leave a comment

Glass Panel Keyboards

This post may seem Apple-centric but it’s not. Even though it’s Apple that is patenting this idea, it’s the technology itself that I find interesting and want to discuss. According to AppleInsider, Apple has applied for a patent on replacing … Continue reading

Posted in General | Tagged | Leave a comment

Howard Abrams’ GTD Workflow

Howard Abrams is rethinking his GTD workflow and has written a three part post that describes his evolving scheme. The first part is here; there are links to the next part in each post. The basic idea is that every … Continue reading

Posted in General | Tagged , | Leave a comment

Zamansky 56: Dictionaries and Thesauri

Mike Zamansky has another video up in his Using Emacs Series. This time it’s about dictionary and thesaurus apps for Emacs. Like many of us—or, perhaps, most of us—Zamansky uses Emacs for almost every chore that involves text: he reads … Continue reading

Posted in General | Tagged | Leave a comment

The Emacs C API

As you probably know, Emacs now has a C API that allows you to write extensions in C or any language that provides C bindings. Via Wilfred Hughes we have a pointer to this excellent documentation on how to use … Continue reading

Posted in General | Tagged | Leave a comment

Freeing Space on Your Mac Development Machine

This post is nominally specific to Mac users but the same techniques, mutatis mutandis, could be used by developers on Linux and perhaps even Windows. It’s a commonplace today that disk space is cheap and that we can operate—to a … Continue reading

Posted in General | Tagged | Leave a comment

Having Org Notes Buffer Inherit Its Input Method

When it comes to eliminating workflow friction, few do it better than Matus Goljer (Fuco1). His latest post describes a fix for a problem that I didn’t even know existed: When Org pops up a log note buffer (after a … Continue reading

Posted in General | Tagged | Leave a comment