Tag Archives: Emacs

Magit from the Terminal

For those of you who like to work in the terminal, UnwashedMeme over at the Emacs subreddit has a handy tip. It’s an alias that brings up an Emacs buffer with the Magit status buffer. This doesn’t enable any new … Continue reading

Posted in General | Tagged , | Leave a comment

Copy Sexp at Mouse Position to Point

Via Wilfred Hughes, I found this old post to the gnu-emacs-sources mailing list giving a quick and dirty implementation of an old Lisp Machine trick: copying a sexp that the mouse is pointing at to the position at point. Vladimir … Continue reading

Posted in General | Tagged | Leave a comment

Why Emacs Is Awesome

A few months ago I wrote about Luke Smith’s challenge for others to make a video convincing him to use Emacs. Among those who responded was JimKD who produced a very nice video that showcased some of the great features … Continue reading

Posted in General | Tagged | Leave a comment

Refreshing the Occur Buffer

Over at the Emacs subreddit, attrigh asks if there is some way of refreshing the results of an occur when the underlying buffer changes. I’ve never run into a use case where that would be helpful but it’s easy to … Continue reading

Posted in General | Tagged | Leave a comment

Actionable Links in Emacs Buffers

As most of you know, I do almost all my writing in Org mode so I’m used to being able to follow a URL by typing return on it or with Ctrl+c Ctrl+o. I use this all the time and, … Continue reading

Posted in General | Tagged | Leave a comment

Splitting An Org Block

Kaushal Modi has a nice post on how to split an Org block. That comes up in the context of, say, writing a literate program and deciding you want to insert some commentary in the middle of the block. A … Continue reading

Posted in General | Tagged , | Leave a comment

The Emacs Community

James Gill has a nice tweet about the community of Emacs users: I’ve never encountered a community like that of #Emacs users. So many with 10, 20, 30+ years using the tool, endless resources and helpful people. And so delightfully … Continue reading

Posted in General | Tagged | Leave a comment

The Many Uses of Org Mode

It’s almost a cliche that “I came to Emacs for X but stayed for Org mode.” Org really is the killer app for n00bs, although I believe it’s more of a gateway drug. After you’ve been here for a while, … Continue reading

Posted in General | Tagged , | Leave a comment

Why Emacs is a Great Editor

Ayrat Badykov has a short post on Why Emacs is a great text editor. The post is really about why he switched to Emacs and why he’s sticking with it. Although you won’t find anything in the post to convince … Continue reading

Posted in General | Tagged | Leave a comment

The Ferret Lisp System

Nurullah Akkaya has an interesting project, Ferret, that compiles a Lisp dialect into C++. It’s very portable and can compile code not only for the major platforms but for embedded systems as well. Basically anything that can support C++ can … Continue reading

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