Tag Archives: Emacs

String Formatting

One of the things we programmers do all the time is to build strings of the sort In a survey of 342 programmers, 312 preferred Emacs. where the two numbers and the string “Emacs” are variables. If, like me, you … Continue reading

Posted in General | Tagged , | Leave a comment

Embracing the Emacs Way

If you’re looking for an introduction to The Way of Emacs, there’s a long article that explores the Emacs way and why it’s worthwhile embracing despite what seems, at first, to be a formidable learning curve. There are a couple … Continue reading

Posted in General | Tagged | Leave a comment

Annotating a Text File

Chewxy had a need to annotate a text file. He wanted to mark a rectangle of text, capture a classification type, and write the results to a JSON file. He thought about writing a Web app to do it but … Continue reading

Posted in General | Tagged | Leave a comment

Time Tracking With Org-mode

I’m Bmax has a post about his journey to find the perfect way to track his time. Like almost everyone else, he started with a spreadsheet but if you’ve ever done that you know what a pain it is and … Continue reading

Posted in General | Tagged , | Leave a comment

Another Emacs Configuration

As you all know—at least if you’ve been around Irreal for a while—I like reading through other peoples Emacs configurations. It’s not just a matter of voyeurism; I almost always learn something from seeing how others use Emacs. The latest … Continue reading

Posted in General | Tagged | Leave a comment

Two Mini Tutorials

Here are a couple of mini-tutorials on using two Emacs packages. They’re both pretty short so I’ve combined them into a single post. In the first, Yuri Tricys presents some configurations and packages to customize Olivetti-mode. He shows how to … Continue reading

Posted in General | Tagged | Leave a comment

Prot on Bookmarks

Protesilaos Stavrou has a new video out on the Emacs bookmarks system. If you don’t use bookmarks, you should give them a try. They’re really handy for files you use often but don’t want to keep loaded all the time. … Continue reading

Posted in General | Tagged | Leave a comment

Enabling Multiple Minor Modes

Timo Geusch has a nice quickie post on setting multiple minor modes for a buffer. Often it’s convenient to have several minor modes associated with a buffer. For example, when I’m writing blog or prose text I like to have … Continue reading

Posted in General | Tagged | Leave a comment

Embedding Images in Text Files

Yuan Fu likes to take notes in which he can embed images. You can do that with Org, of course, but Fu doesn’t like that Org’s solution boils down to a link to a file. That means you have to … Continue reading

Posted in General | Tagged | Leave a comment

Apropos Library

Recently a post by jao, who’s written a whole bunch of excellent software, popped up in my feed inbox. It’s just a very short (15 words) mention of apropos-library, a function that lists all the variables and functions in a … Continue reading

Posted in General | Tagged | Leave a comment