Monthly Archives: October 2014

Abusing the Patriot Act

Remember how I told you that law enforcement will always abuse surveillance powers? Here’s the latest proof. Despite the solemn promises, less than 1% of sneak-and-peek warrants are actually for terrorism investigations.

Posted in General | Tagged | Comments Off on Abusing the Patriot Act

New MELPA URL

If you’re a MELPA user you might have heard that the URL for the site has changed. It’s easy to miss the significance of that for your Emacs configuration though. You have to change the package-archives list to reflect the … Continue reading

Posted in General | Tagged | Comments Off on New MELPA URL

2600

The New Yorker has a nice article about the 2600 magazine. If you’re familiar with 2600, you’ll enjoy reading about the history of magazine and its editor. If you’re not familiar with it, here’s your chance to see why it’s … Continue reading

Posted in General | Tagged | Comments Off on 2600

Compiling aspell with OS X Yosemite

While I was setting up my new machine, I had to rebuild aspell. The last time I did that it built without any problems. This time, despite the fact that it was the same version as before, there were several … Continue reading

Posted in General | Tagged , | Comments Off on Compiling aspell with OS X Yosemite

Common Lisp Notes and Tips on Symbols

Jean-Philippe Paradis has updated hit notes and tips on Common Lisp symbols. He’s added cross references and polished it up a bit more. It’s still a work in progress but is useful in its current form.

Posted in Programming | Tagged , | Comments Off on Common Lisp Notes and Tips on Symbols

vc-annotate Video

I’ve written about this before but Aaron Schumacher tweeted a reminder #Emacs "C-x v g" for annotated/navigable git history of current file. http://t.co/7KN2Wbf402 Thanks @sachac/@avdi! https://t.co/VYV9z4zWRZ — Aaron Schumacher (@planarrowspace) October 14, 2014 Avdi’s video really is great and worth … Continue reading

Posted in General | Tagged | Comments Off on vc-annotate Video

Sorry

This morning I updated the .htacess file for Irreal in my seemingly never ending efforts to get spam under control. Sadly, while editing the file I hit 【Shift+x o】instead of【Ctrl+x o】and ended up blocking the site. If you tried and … Continue reading

Posted in Administrivia | Tagged | Comments Off on Sorry

Xah Lee on EWW

Speaking of eww, Xah Lee has a nice introduction to using EWW. There’s not much to know, really, but Lee has a short FAQ on how to do some of the things that aren’t obvious if you hate to RTFM. … Continue reading

Posted in General | Tagged | Comments Off on Xah Lee on EWW

Duplicating a Line in Emacs

I don’t need to duplicate a line often enough to make this worthwhile for me but it’s a nice solution and worth considering if you find yourself duplicating lines a lot. Duplicate a line #emacs (global-set-key "\C-c\C-d" "\C-a\C- \C-e\M-w\C-j\C-y") — … Continue reading

Posted in General | Tagged | Comments Off on Duplicating a Line in Emacs

Compiling Emacs with eww on OS X

I’m old school and like to compile applications myself rather than use something like Homebrew. I have nothing against Homebrew and its brethren, it’s just that compiling things myself helps me stay connected to the development process. Besides, it’s what … Continue reading

Posted in General | Tagged | Comments Off on Compiling Emacs with eww on OS X