Category Archives: General

Zamansky: Learning Elisp #16

Mike Zamansky is back after the holidays with another video on learning Elisp. This video starts a new project on using Web APIs in an Elisp application. Specifically, the purpose of the project is to implement an interactive thesaurus that … Continue reading

Posted in General | Tagged , | Leave a comment

Another C Failure

As a sort of coda to yesterday’s post on the errors in the C code running the Toyota acceleration system, here’s another example of a spectacular failure in C code that resulted in huge losses for AT&T, caused loss of … Continue reading

Posted in General | Tagged | Leave a comment

A Fatal C Error

If you’ve been around Irreal for a while, you know that I spent the majority of my software career writing C code. I love C and don’t have a lot of patience for snark about it from those who have … Continue reading

Posted in General | Tagged | Leave a comment

Prot On Mode Line Colors

I said that I was over writing about marking the active window and changing mode line colors, but, as they say, never say never. If all you want to do is change the color of the active mode line to … Continue reading

Posted in General | Tagged | Leave a comment

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