Monthly Archives: August 2015

Emacs as an OS

Daniele Sluijters says: People make fun of #emacs calling it an OS, but why do you call #Xcode that's actually bigger than #osx an IDE? — Daniele Sluijters (@daenney) August 3, 2015 He has a point but I don’t think … Continue reading

Posted in General | Tagged | 3 Comments

Mickey on Flycheck

If you’re a Flymake user, Mickey over at Mastering Emacs has some advice for you: switch to Flycheck. It’s a drop in replacement for Flymake that has better out-of-the-box language support and is faster. Mickey says that for him the … Continue reading

Posted in General | Tagged | 2 Comments

Diffing Regions in the Same File

A Nice tip from Aaron Fischr: #emacs hint of the day: Compare two regions in a single file with M-x ediff-regions-wordwise — Aaron Fischr (@fu86) July 31, 2015 This works for relatively small regions. For larger regions (over 200 lines, … Continue reading

Posted in General | Tagged | 1 Comment

Oracle on Finding Exploits

Via Matt Blaze: My first assumption after reading this was that Oracle's web server was hacked and this article is a parody. https://t.co/ODpT4L76TE — matt blaze (@mattblaze) August 11, 2015 Oracle’s Mary Ann Davidson wrote an astoundingly foolish and arrogant … Continue reading

Posted in General | Tagged | Leave a comment

Yasnippets Tutorial

Lefteris Karapetsas has an interesting tutorial on using yasnippets for entering boilerplate code. A lot of us use small snippets for minor tasks such as filling in a for or while loop. Karapetsas shows how to use it for large … Continue reading

Posted in General | Tagged | 5 Comments

The Origin of STDERR

Most (all?) modern operating systems have the notion of STDERR, a separate output channel that programs can use to output error messages. It’s especially important for Operating Systems that have some notion of “pipe” where the output of one program … Continue reading

Posted in General | Tagged | Leave a comment

XML Parsing

Always use the best tool available. (via Karl Voit) OH Q: What's your favorite XML parsing tool? A: rm - @tmarble — About Programming (@abt_programming) July 22, 2015

Posted in General | Tagged | Leave a comment

Installing Org 8.3

Org 8.3 is ready on Elpa so those of you installing it with the package manager can upgrade at your convenience. When I upgraded and reloaded Org I got the error message Invalid function: org-babel-header-args-safe-fn After some experimentation, I gave … Continue reading

Posted in General | Tagged , | 1 Comment

CNN on Encryption Policy

The CNN Website has a deeply dishonest Op Ed by Mike Rogers on Encryption. Rogers is the former Congressman who served as the head of the Select Committee on Intelligence. You may remember him as the apologist for the NSA’s … Continue reading

Posted in General | Leave a comment

Diff a Buffer with its On-Disk File

Ben Maughan over at Pragmatic Emacs has a handy tip that I didn’t know about. Sometimes it’s convenient to see the differences between the current buffer and the underlying on-disk file. Emacs, of course, has you covered. Just call ediff-current-file … Continue reading

Posted in General | Tagged | 1 Comment