Search Results for: wellons

Reading RSS With Elfeed

Irreal regulars know that I’m a huge fan of Christopher Wellons’ Elfeed. It’s an Emacs-based RSS reader that allows you to manage and read your RSS feeds from within Emacs. If you’re already an Emacs user, there’s no reason not … Continue reading

Posted in General | Tagged | Leave a comment

Another Reason Elfeed Is The Best RSS Reader

As you all know, I’m a big fan of Chris Wellons’ Elfeed package for reading my RSS feed. There’s a lot to like. Wellons reimagined what an RSS reader should be and organized it around search. Most of the time, … Continue reading

Posted in General | Tagged | Leave a comment

Fixing Two Spaces Between Sentences

Marcin Borkowski (mbork) has an interesting post on how to deal with two spaces after a sentence when transferring data from Emacs to an external application via the clipboard. The problem is that mbork likes to use two spaces so … Continue reading

Posted in General | Tagged | Leave a comment

Finding Intersections Redux

Last month, I published a post on Finding The Intersection of Two Lists. The impetus for the post was an Emacs Stack Exchange question asking if there was a better way to find the intersection of two lists than looping … Continue reading

Posted in General | Tagged , | Leave a comment

Restoring the Elfeed Default Filter

I’m a very happy user of Chris Wellons’ excellent RSS reader, elfeed. It has a very powerful search/filter function that lets you control what entries will be displayed and to search for an older entry that you want to revisit. … Continue reading

Posted in General | Tagged | Leave a comment

Palindromes With a Sufficiently Smart Compiler

Those of you who enjoyed my post on palindrome predicates may also like Joe Marshall’s follow-up to his original post that inspired mine. In it, he considers the two implementations—recursive and iterative—and what it would take for a sufficiently smart … Continue reading

Posted in General | Leave a comment

Makefiles for Elisp

Chris Wellons has another great post over at Null Program. This post discusses how he uses makefiles to build his Emacs packages. If you’re like most Elisp programmers, you probably write only small bits of Elisp to add to your … Continue reading

Posted in General | Tagged , | Leave a comment

A Palindrome Predicate Coda

As I wrote yesterday, I upgraded my Common Lisp environment to SBCL 2.0 so of course I wanted to try it out. Writing Lisp programs in the excellent Slime environment that Emacs provides is truly a pleasure that I haven’t … Continue reading

Posted in General | Tagged , , , | Leave a comment

How to Alias Car and Cdr and Why You Probably Shouldn’t

A couple of days ago, I wrote about the minor controversy concerning the names of the Lisp functions car and cdr. Some people, mostly non-Lispers but also some who use Lisp, dislike the names and think they should be changed … Continue reading

Posted in General | Tagged | Leave a comment

High School Students and Basic Computer Skills

Chris Wellons over at Null Program has an interesting post on High School students and how they lack a couple of basic computer skills that hamper their advancement in the subject. Wellons mentors students so he’s seen these problems first … Continue reading

Posted in General | Tagged | Leave a comment