Author Archives: jcs

Browsing In Emacs

Norman Walsh has an interesting post in which he discusses discovering browsing in Emacs. More specifically, he discovered how to follow a link in an Email and have the result displayed in Emacs. He’s using WebKit with Xwidgets so that … Continue reading

Posted in General | Tagged | Leave a comment

Highlighting Regular Expressions

Charles Choi has another Emacs nugget: how to (persistently) highlight isearch targets. The idea is that you may have a lot of hits for your search and would like to keep them highlighted so that you can examine them in … Continue reading

Posted in General | Tagged | Leave a comment

A Blast From The Past: Emacs For The CEO

Back in 2015, I wrote about Josh Stella’s wonderful article on A CEO’s Guide to Emacs. Someone just posted a link to Stella’s post so I took the opportunity to reread it. It seems just as apropos now as it … Continue reading

Posted in General | Tagged | Leave a comment

Query Replace Regexp

Susam Pal has a nice reminder on using query-replace-regexp. Most Emacs users know about the command and its binding Ctrl+Meta+% but Pal’s post mentions some less known features that can be very useful. The first—and simplest—is using \& in the … Continue reading

Posted in General | Tagged | Leave a comment

Boeing Again

I was reading this PBS story on the recent Alaskan Airlines incident in which a door panel blew off in midair and it tickled a distant memory of a post I wrote about Boeing before. A simple search of Irreal … Continue reading

Posted in General | Tagged | Leave a comment

Removing Diacritics From A String

Jeremy Friesen has another interesting post. This time it’s about removing diacritics from a string. His problem is that he uses the same string for the title of a post as well as the name of the file containing the … Continue reading

Posted in General | Tagged | Leave a comment

Elisp Specifics

Lots of Emacs users find Elisp intimidating. There are at least two aspects to this. First of all, it’s a Lisp. That means that everything looks different and, yes, there are a lot of parentheses. But this is only an … Continue reading

Posted in General | Tagged , | Leave a comment

MacAdie’s Frequent Org Commands

Eric MacAdie has an update to his previous post on his frequent Emacs commands. This post takes a look at his frequent Org mode commands. As with Emacs proper, MacAdie has an idiosyncratic method of dealing with Org. Rather than … Continue reading

Posted in General | Tagged , | Leave a comment

Avoiding Large Archive Files

Over at Free Range Bits, Peter Jones has a nice solution to the problem of large Org mode archive files. The idea of an archive file is that you can move a retired subtree of a file to an archive … Continue reading

Posted in General | Tagged , | Leave a comment

An Example Of A Emacs Keyboard Macro

Jeremy Friesen has an interesting example of using an Emacs keyboard macro. What makes it interesting is that the macro deals with three files, switching between them as needed. The problem he was solving, as I understand it, was to … Continue reading

Posted in General | Tagged , | Leave a comment