Tag Archives: Emacs

A C/C++ Development Environment

It seems odd to me that people keep asking for C/C++ environments for Emacs. Odd because you’d think this would have settled years ago. I’m guessing that this is mostly about having an IDE environment, like Eclipse, for C++. A … Continue reading

Posted in General | Tagged , | Leave a comment

Shoutout

This is a shoutout to Artur Malabarba for his excellent elisp-bug-hunter that I wrote about last year. This morning, I upgraded my packages, one of which was Org, and afterwards Emacs would not load. I was getting an error about … Continue reading

Posted in General | Tagged | 1 Comment

Emacs and Vi

Al Williams over at Hackaday has a post in which he discusses the Emacs/Vi holy war and looks at the merits of each editor. It’s interesting in the way that these posts always are but I think he misses the … Continue reading

Posted in General | Tagged , | 5 Comments

New Video in OrgMode Tutorial Series

Rainer König has posted his latest video in the OrgMode Tutorial series. This time it’s about exporting from Org mode. König begins by remarking that he rarely uses this facility, which surprised me. It surprised me because I am always … Continue reading

Posted in General | Tagged , | Leave a comment

Zamansky on Elpy and YASnippet

Mike Zamansky has posted his latest Using Emacs video. This time the subject is Elpy and YASnippet. In his last video, Zamansky said he doesn’t use Elpy because it’s overkill for his purposes and also because he thought it was … Continue reading

Posted in General | Tagged , , | 4 Comments

Making Parent Directories Automatically

Marcin Borkowski, mbork, posted a handy snippet of Elisp to automatically create parent directories if they don’t already exist. It’s similar to mkdir -p in that if intermediate directories don’t already exist they are created for you. That turns out … Continue reading

Posted in General | Tagged | Leave a comment

SICP in Info

Those of you who have been around for a while know that I consider Structure and Interpretation of Computer Programs (SICP) one of the best—if not the best—computer science books ever written. I was an experienced software engineer when I … Continue reading

Posted in General | Tagged , , | 3 Comments

Org Template for Specification Documents

Karsten Schmidt published a really nice template for producing great looking specification documents. The result looks like this. Here is the Org document that produced that output. The whole project, including the CSS style sheet is on GitHub. You may … Continue reading

Posted in General | Tagged , | Leave a comment

Searching all Opened Buffers

Abo-abo has a post on swiper-all that everyone using swiper should read. It turns out that there’s a command called swiper-all that will perform the swiper search on all opened buffers. That is, on all buffers associated with a file. … Continue reading

Posted in General | Tagged | Leave a comment

Suggest

Wilfred Hughes has contributed a cute and potentially useful package that he calls suggest. The idea is that you’re looking for an Elisp function to perform a particular calculation or transformation but don’t know the function’s name. Suggest asks you … Continue reading

Posted in General | Tagged | Leave a comment