Monthly Archives: January 2024

Hiding Files From Dired Display

Emacs Elements has a short video that explains something I didn’t know. You can tell Dired to not display certain files. My first thought was, “Why would I want that?” After all, if you have a file you probably want … Continue reading

Posted in General | Tagged | Leave a comment

Quick Accents

As I mentioned previously, I’m learning Spanish so worrying about accented characters has become a way of life. The above post talks about one of Prot’s videos that discusses how to change the input method for Emacs only rather than … Continue reading

Posted in General | Tagged | Leave a comment

Emacs 29.2

Good news from Eli Zaretskii. In a post to the Emacs Devel list he announced that Emacs 29.2 has been released and is ready for downloading. It’s a maintenance release that fixes some bugs but there are no new features. … Continue reading

Posted in General | Tagged | Leave a comment

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