Tag Archives: Emacs

Learning Emacs Keyboard Shortcuts

Sacha Chua has been doing a lot of sketch notes lately. One of her most recent contributions are two guides for learning Emacs keyboard shortcuts. These are, of course, aimed at n00bs but they are well done and worth passing … Continue reading

Posted in General | Tagged | Leave a comment

Using Org Mode for Custom Workflows

jr0cket, aka John Stevenson, is working on a series of posts that discuss how to design a custom workflow with Org Mode. So far, he has a set of three posts but be sure to check his home page for … Continue reading

Posted in General | Tagged , | Leave a comment

Sacha Does Org

The ever-energetic Sacha Chua uses Org mode to organize her life. If you follow her at all you know that She has an extremely busy schedule. She documents everything. If Chua can run her life with Org Mode, just about … Continue reading

Posted in General | Tagged , | 2 Comments

Lisp and Slime on Windows

I haven’t used a Windows machine in decades but my general sense is that using Emacs on Windows can be—er—challenging. Even more so, apparently, is using Slime with Emacs on Windows. It’s nice, then, that Jisang Yoo has come to … Continue reading

Posted in General | Tagged , , | Leave a comment

Common Lisp versus Emacs Lisp

As a user of both Elisp and Common Lisp I sometimes have a hard time remembering the small differences. Many of these are “hidden” in the sense that identically named functions behave differently. One such example is that functions such … Continue reading

Posted in General | Tagged , , , | Leave a comment

Another Emacs Challenge

Over at the Emacs reddit, zoldberghoneydew presents an interesting problem and solution. The problem boils down to creating a hosts file of the form host1 ip-address-of-host-1 … host64 ip-address-of-host-64 where the address of host-n can be looked up in DNS … Continue reading

Posted in General | Tagged | 3 Comments

Simon on =eshell=

Ben Simon has a couple of nice posts on eshell. In the first, he talks about finally wrapping his head around eshell and shows some of the things you can do with it that you can’t do or that are … Continue reading

Posted in General | Tagged , | Leave a comment

Essential Elisp Functions

Emacs Lisp has a reputation for being difficult to learn but as I’ve said many times, the main difficulty—especially for someone already familiar with Lispy languages—is learning the text-editing specific functions. Most of the rest is just standard Lisp. As … Continue reading

Posted in Programming | Tagged , | Leave a comment

My Solution to the Latest VimGolf Challenge

Readers contributed many good solutions to this challenge. The mundane solution involves using query-replace-regexp with regular expressions \(w+\) → (\1) for 14 keystrokes or, if you’re a bit more clever w+ → (\&) for 10. Actually, I have electric-pair-mode enabled … Continue reading

Posted in General | Tagged | 2 Comments

Emacs Keybindings in OS X

I think I’ve mentioned this before but a recent post by Anton Nikishaev reminded me that this is useful information if you fall into the intersection of Emacs and OS X users. OS X has a very configurable keybinding facility … Continue reading

Posted in General | Tagged | 2 Comments