Tag Archives: Emacs

Emacs Buffers

Mickey from Mastering Emacs has a post, Why Emacs has Buffers, that considers why Emacs makes the buffer concept one of its signal concepts. After all, he says, the natural construct when a programmer thinks of an editor is the … Continue reading

Posted in General | Tagged | Leave a comment

Org 9.5.4

Yesterday I saw this tweet: Org Mode is a GNU Emacs major mode for keeping notes, authoring documents, computational notebooks, literate programming, maintaining to-do lists, planning projects, and more — in a fast and effective plain text system. #Orgmode 9.5.4, … Continue reading

Posted in General | Tagged , | Leave a comment

Determining If Emacs Is Running In Terminal Or Gui Mode

Even if, like me, you mostly run Emacs in GUI mode, it’s sometimes desirable to invoke a terminal instance. Mostly it doesn’t matter which mode you’re in but there are a few things—font colors, for example—that you may want to … Continue reading

Posted in General | Tagged | Leave a comment

Commercial Emacs

In a followup to his recent post on Modern Emacs, Bozhidar Batsov has a short offering that talks a little about Commercial Emacs. It’s a fork of GNU Emacs but it’s not the first one. There have been several others, … Continue reading

Posted in General | Tagged | Leave a comment

Making Emacs Modern

Bozhidar Batsov has a post on one of my favorite hobbyhorses: making Emacs more modern. I’ve written about this several times. See here and here for example. Batsov is not sympathetic either. As Batsov notes, almost all these proposed modernizations … Continue reading

Posted in General | Tagged | Leave a comment

Elisp Cheat Sheet

Wow! This post from Mickey is something I had no idea about. In Emacs 28, there’s a builtin cheat sheet for Elisp functions. You call shortdoc-display-group and are presented with a list of categories or “groups”. When you choose a … Continue reading

Posted in General | Tagged , | Leave a comment

Creative Writing With Emacs

If you’ve been around Irreal for a while you know that I love reading about how people are using Emacs for non-engineering/scientific purposes such as creative writing. It’s hardly a surprise that creative writers, for example, find Emacs a superb … Continue reading

Posted in General | Tagged , | Leave a comment

Crazy Mode

As a follow on to my discussions of Mickey’s posts about Hippie Expand and abbrev, Mohammed Sadiq has a post on his Crazy Mode project. It’s another completion framework that is aimed at providing efficient shortcuts when you’re coding. Take … Continue reading

Posted in General | Tagged | Leave a comment

Emacs, Xwidgets, and macOS

As I’ve written many times, the only non-Emacs application that gets any significant use on my computer is Safari. If I could find a way of putting Safari’s functionality into Emacs, I’d be very close to never having to leave … Continue reading

Posted in General | Tagged | Leave a comment

Too Many Open Files

Ben Simon has a post about a problem that can come up with Emacs running on macOS. The problem is that Emacs will report “too many open files” when attempting to open a file. It turned out to be a … Continue reading

Posted in General | Tagged | Leave a comment