Tag Archives: Emacs

Keeping the Minibuffer Cursor Out of the Prompt

Have you ever been annoyed when editing in the minibuffer and you accidently move the cursor into the prompt? If so, here’s a tip from Xah Lee on how to avoid it.

Posted in General | Tagged | 1 Comment

News From the Emacs vs. Vim Front

Via reddit: an oddly satisfying exchange.

Posted in General | Tagged | 1 Comment

Org Capture Video

Jonathan Magen recently gave a talk to the New York Emacs Meetup group on using Org capture. His setup is a little different from mine so it was interesting to see how he did things. If you’re an Emacs user … Continue reading

Posted in General | Tagged , | Leave a comment

Hunting for Bugs in init.el

If you’re an Emacs user and have a non-trivial .emacs or init.el you have almost certainly run into the situation where you make a change or upgrade a package or Emacs and things stop working. I see questions about how … Continue reading

Posted in Programming | Tagged | 4 Comments

Killing dired Buffers

Here’s a nice tip on how to get rid of a dired buffer by killing it rather than burying it. I really like that C-u q in dired kills the whole buffer. #emacs — Marco Wahl (@marcowahlsoft) February 17, 2015

Posted in General | Tagged | Leave a comment

How to Install an Info File

I just wrote about implementing abo-abo’s solution for having multiple Info buffers and in particular his using the gcl Info file as a substitute for the Common Lisp HyperSpec. I really wanted to try that out so I downloaded the … Continue reading

Posted in General | Tagged | Leave a comment

A Hydra for Info

A few months ago, I wrote about mbork’s method for having multiple Info buffers. It was a nice solution but required learning a new key sequence for every Info buffer you wanted a quick link to. Abo-abo liked the method … Continue reading

Posted in General | Tagged | Leave a comment

Using Org Mode for Writing Specifications

Irreal regulars know that I use Org mode for almost all my writing. There are these blog posts, of course, written with Org mode and published with org2blog but also reports, letters, and pretty much everything else. Org mode is … Continue reading

Posted in General | Tagged , | Leave a comment

Yet Another Reason…

… I’ve got to learn calc: Emacs Calc has probability distribution functions (ltp, utp), but alas no inverses. https://t.co/eiIArll7pL Still, pretty impressive. #emacs — Barton Yadlowski (@bmorphism) February 28, 2015 I keep finding more reasons I should spend some time on … Continue reading

Posted in General | Tagged , | 3 Comments

Tips on Everyday Emacs Use

Daniel Ehrman has a nice post on 11 tips for solving everyday editing problems with Emacs. The list is a must-read for Emacs n00bs but even experienced Emacsers might benefit by being reminded of a few of the tips. I … Continue reading

Posted in General | Tagged | Leave a comment