Monthly Archives: September 2016

Put imenu Output in a Buffer

Grant over at Wisdom and Wonder has a short post that points us to imenu-list. That’s a minor mode that puts the output of imenu into a separate buffer where you may find it easier to work with. If you … Continue reading

Posted in General | Tagged | 1 Comment

Calling eww from Dired

If you have files that you read in eww, here’s a suggestion that might make your workflow a bit easier: (define-key dired-mode-map "e" (lambda () (interactive) (eww-open-file (dired-get-file-for-visit)))) e opens from #dired with #eww in #emacs — ε (@goaoio) July … Continue reading

Posted in General | Tagged | Leave a comment

Learn Elisp with Xah

Xah Lee is running a one month long Elisp tutorial. Everyday he points you to one of his Elisp pages and then gives a quiz or assignment to test your knowledge of the material. The course has been going on … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs Configurations for LaTeX

There’s been a lot of tweets and posts on Reddit lately asking about Emacs configurations to support writing \(\TeX\) and \(\LaTeX\). Here’s an example from anasrchid. He asks the typical question: how should I configure Emacs and what packages should … Continue reading

Posted in General | Tagged , | 1 Comment

SBCL 1.3.9 Released

Steel Bank Common Lisp’s newest version, 1.3.9, is ready for download at the usual place. This month’s release is a small one that fixes a bug, optimizes some operations with complex numbers, and adds an enhancement that helps with garbage … Continue reading

Posted in General | Tagged , | Leave a comment

Wisdom From Wilfred Hughes

Some wisdom from Wilfred Hughes. I think this is right. Polyglot programmers are often very effective. They can take designs tested in one language and benefit another! — Wilfred Hughes (@_wilfredh) September 6, 2016

Posted in Programming | Tagged | Leave a comment

Rewriting Git History with Rebase in Magit

Charl Botha has a useful video on rewriting Git history with Magit. Botha gives three examples: Changing the commit message on any old commit Squashing two or more commits into one Splitting a commit into two or more separate commits … Continue reading

Posted in General | Tagged , | Leave a comment

Cool Fact of the Day

Matthew Anderson is right: I didn’t know I knew this but I do Things native English speakers know, but don't know we know: pic.twitter.com/Ex0Ui9oBSL — Matthew Anderson (@MattAndersonBBC) September 3, 2016 Hat tip to Karl Voit.

Posted in General | Leave a comment

Zamansky on Keyboard Macros

Mike Zamansky has another video up in his Using Emacs Series. This time it’s about keyboard macros. I’m always inclined to think that everyone knows all about them but I keep reading tweets about people discovering their power and being … Continue reading

Posted in General | Tagged | Leave a comment

Computerphile: Unrolling Loops

Professor Brailsford of Computerphile has an interesting short video on unrolling loops. He motivates the discussion by relating a story about the introduction of the Laserwriter. John Warnock, from Adobe, and Steve Jobs planned to show off the Laserwriter’s capabilities … Continue reading

Posted in General | Tagged | Leave a comment