Monthly Archives: October 2016

Comment Line in Emacs 25

A couple of years ago, I wrote about a nice bit of Elisp from Artur Malabarba that deals with commenting and uncommenting whole line(s). It’s sort of like comment-dwim except that it deals with whole lines. Recently, Malabarba resumed blogging … Continue reading

Posted in General | Tagged | Leave a comment

How a Non-Developer Uses Emacs

Charles-H. Schulz is not a developer—although he is technically proficient. He describes himself as specializing in literature, history and philosophy. He’s also an Emacs user. I find that interesting because I’m always fascinated with how people who aren’t writing code … Continue reading

Posted in General | Tagged | 2 Comments

C

More and more often, these days, I see the opinion expressed that C is a dead, dangerous, stupid language and no one uses it anymore. For me, that’s like having someone start a discussion by saying ”As everyone knows the … Continue reading

Posted in Programming | Tagged | Leave a comment

A Video Tutorial for undo-tree

The other day I wrote about undo-tree and wished for a video on how to use it. Mike Zamansky came to the rescue with a very nice video expanation of undo-tree. Really, this package is extraordinarily useful and it’s nice … Continue reading

Posted in General | Tagged | Leave a comment

Stop Emacs from Writing package-selected-packages into init.el

A new minor annoyance in Emacs 25.1 is that Emacs maintains a variable called package-selected-packages that maintains a list of packages that you have specifically specified. This is used to handle dependencies on package deletion as well as making it … Continue reading

Posted in General | Tagged | Leave a comment

The Wages of Sin

Report: Helping intelligence agencies secretly spy on your customers will cost your company $1,000,000,000. https://t.co/SDVD8JOrei — Edward Snowden (@Snowden) October 7, 2016

Posted in General | Tagged | Leave a comment

Hide Files in Dired Listing

I like to see all files in my Dired listings but lots of folks have a more minimalist mindset and would prefer not to see certain files. Things like backup files, .DS_STORE (on MacOS), or even all dot files are … Continue reading

Posted in General | Tagged | Leave a comment

Visualizing Your Undo Tree

I’ve been using undo-tree for a long time but mostly I just take advantage of it’s (very much improved) redo functionality. The other day, I saw this tweet Or just use M-x undo-tree-visualize to go to anywhere in any of … Continue reading

Posted in General | Tagged | 5 Comments

Some Helpful Reminders and Advice

If you’re running a tech company, Christopher Soghoian has a helpful reminder for you: This Yahoo/NSA scandal is another reminder to Silicon Valley. When the spying finally leaks, the US gov will leave you hanging in the wind. — Christopher … Continue reading

Posted in General | Tagged | Leave a comment

Problem Applications in eshell

If you’re like me and try to stay in Emacs as much as you can, you have probably tried eshell. It’s a nice Emacsy shell (Mickey has an excellent eshell tutorial you should check out) but can sometimes have problems … Continue reading

Posted in General | Tagged | 3 Comments