<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/emacs-lisp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 19:22:16 GMT</pubDate>
<item>
<title>(Emacs Lisp) hook-finder - lieutar</title>
<link>http://snipplr.com/view/45532/hookfinder/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Dec 2010 03:49:54 GMT</pubDate>
<guid>http://snipplr.com/view/45532/hookfinder/</guid>
</item>
<item>
<title>(Emacs Lisp) Flymake handler  for C++ project in Xcode - masahiroh</title>
<link>http://snipplr.com/view/39773/flymake-handler--for-c-project-in-xcode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Sep 2010 05:00:55 GMT</pubDate>
<guid>http://snipplr.com/view/39773/flymake-handler--for-c-project-in-xcode/</guid>
</item>
<item>
<title>(Emacs Lisp) Build Xcode Project in Emacs - masahiroh</title>
<link>http://snipplr.com/view/39746/build-xcode-project-in-emacs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Aug 2010 14:35:55 GMT</pubDate>
<guid>http://snipplr.com/view/39746/build-xcode-project-in-emacs/</guid>
</item>
<item>
<title>(Emacs Lisp) kmacro-call-macro without the message for the repeat key - bigfaceworm</title>
<link>http://snipplr.com/view/35297/kmacrocallmacro-without-the-message-for-the-repeat-key/</link>
<description><![CDATA[ <p>From Emacs 23.1, an edited version of kmacro-call-macro that removes the call to message reminding the user that they can repeat the macro with a single key.</p> ]]></description>
<pubDate>Fri, 28 May 2010 10:54:25 GMT</pubDate>
<guid>http://snipplr.com/view/35297/kmacrocallmacro-without-the-message-for-the-repeat-key/</guid>
</item>
<item>
<title>(Emacs Lisp) Get IP addresses of system - djharuko</title>
<link>http://snipplr.com/view/34032/get-ip-addresses-of-system/</link>
<description><![CDATA[ <p>A quick hack I made up.  I wanted a platform agnostic way to get the IP addresses of the system I was on.  Tested under Linux and Windows.  Can be expanded to accommodate more systems.

Takes no arguments and returns a list of strings.</p> ]]></description>
<pubDate>Fri, 07 May 2010 19:32:26 GMT</pubDate>
<guid>http://snipplr.com/view/34032/get-ip-addresses-of-system/</guid>
</item>
<item>
<title>(Emacs Lisp) Binary Search - bigfaceworm</title>
<link>http://snipplr.com/view/32355/binary-search/</link>
<description><![CDATA[ <p>In response to this challenge:  http://reprog.wordpress.com/2010/04/19/are-you-one-of-the-10-percent</p> ]]></description>
<pubDate>Mon, 19 Apr 2010 15:10:02 GMT</pubDate>
<guid>http://snipplr.com/view/32355/binary-search/</guid>
</item>
<item>
<title>(Emacs Lisp) new module with EUnit - shian</title>
<link>http://snipplr.com/view/30564/new-module-with-eunit/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Mar 2010 01:20:58 GMT</pubDate>
<guid>http://snipplr.com/view/30564/new-module-with-eunit/</guid>
</item>
<item>
<title>(Emacs Lisp) rails-reverse-rename-column - stephen</title>
<link>http://snipplr.com/view/18805/railsreverserenamecolumn/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Aug 2009 00:34:17 GMT</pubDate>
<guid>http://snipplr.com/view/18805/railsreverserenamecolumn/</guid>
</item>
<item>
<title>(Emacs Lisp) insert-checkin-template - bigfaceworm</title>
<link>http://snipplr.com/view/18689/insertcheckintemplate/</link>
<description><![CDATA[ <p>An example solution for the 'insert-checkin-template exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589

It generates a "pretty" check in notice to be emailed, and also generates a line you can cut/paste into a shell to check in a list of files.

Note, it relies on a previous example listed here: http://snipplr.com/view/18683/stringreplace/</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 16:08:20 GMT</pubDate>
<guid>http://snipplr.com/view/18689/insertcheckintemplate/</guid>
</item>
<item>
<title>(Emacs Lisp) insert-code-template - bigfaceworm</title>
<link>http://snipplr.com/view/18688/insertcodetemplate/</link>
<description><![CDATA[ <p>An example solution for the 'insert-code-template exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 15:50:46 GMT</pubDate>
<guid>http://snipplr.com/view/18688/insertcodetemplate/</guid>
</item>
<item>
<title>(Emacs Lisp) string-replace - bigfaceworm</title>
<link>http://snipplr.com/view/18683/stringreplace/</link>
<description><![CDATA[ <p>Two example solutions for the 'string-replace exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 15:13:46 GMT</pubDate>
<guid>http://snipplr.com/view/18683/stringreplace/</guid>
</item>
<item>
<title>(Emacs Lisp) strip-trailing-whitespace - bigfaceworm</title>
<link>http://snipplr.com/view/18682/striptrailingwhitespace/</link>
<description><![CDATA[ <p>A solution to the 'strip-trailing-whitespace example found: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 14:58:23 GMT</pubDate>
<guid>http://snipplr.com/view/18682/striptrailingwhitespace/</guid>
</item>
<item>
<title>(Emacs Lisp) reload-dot-emacs - bigfaceworm</title>
<link>http://snipplr.com/view/18681/reloaddotemacs/</link>
<description><![CDATA[ <p>An answer to the 'reload-dot-emacs exercise found here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 14:52:22 GMT</pubDate>
<guid>http://snipplr.com/view/18681/reloaddotemacs/</guid>
</item>
<item>
<title>(Emacs Lisp) count-string-matches - bigfaceworm</title>
<link>http://snipplr.com/view/18680/countstringmatches/</link>
<description><![CDATA[ <p>An answer to the 'count-string-matches exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 14:49:41 GMT</pubDate>
<guid>http://snipplr.com/view/18680/countstringmatches/</guid>
</item>
<item>
<title>(Emacs Lisp) cycle-special-files - bigfaceworm</title>
<link>http://snipplr.com/view/18679/cyclespecialfiles/</link>
<description><![CDATA[ <p>An answer to the 'cycle-special-files exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 14:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/18679/cyclespecialfiles/</guid>
</item>
<item>
<title>(Emacs Lisp) load-my-favorite-file - bigfaceworm</title>
<link>http://snipplr.com/view/18678/loadmyfavoritefile/</link>
<description><![CDATA[ <p>Answer to one of the examples here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589</p> ]]></description>
<pubDate>Fri, 21 Aug 2009 14:41:32 GMT</pubDate>
<guid>http://snipplr.com/view/18678/loadmyfavoritefile/</guid>
</item>
<item>
<title>(Emacs Lisp) Use a face in an Emacs buffer - yenliangl</title>
<link>http://snipplr.com/view/17714/use-a-face-in-an-emacs-buffer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Jul 2009 22:32:06 GMT</pubDate>
<guid>http://snipplr.com/view/17714/use-a-face-in-an-emacs-buffer/</guid>
</item>
<item>
<title>(Emacs Lisp) Sexp for an Org-mode reocurring appointment, only on weekdays - noah</title>
<link>http://snipplr.com/view/16561/sexp-for-an-orgmode-reocurring-appointment-only-on-weekdays/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Jul 2009 12:56:08 GMT</pubDate>
<guid>http://snipplr.com/view/16561/sexp-for-an-orgmode-reocurring-appointment-only-on-weekdays/</guid>
</item>
<item>
<title>(Emacs Lisp) Auto-compiled .emacs file - bigfaceworm</title>
<link>http://snipplr.com/view/14292/autocompiled-emacs-file/</link>
<description><![CDATA[ <p>Move your current .emacs file to a new name (like `.emacs.username.el`), and change the `"frog.el"` to that new name.  This code will byte compile your (newly named) .emacs file upon exit, and upon starting up will load the byte compiled (unless the source is newer).

I chose not to byte compile on startup b/c the original purpose of this code was to speed things up, and loading and byte compiling will slow things down slightly...</p> ]]></description>
<pubDate>Wed, 22 Apr 2009 16:38:54 GMT</pubDate>
<guid>http://snipplr.com/view/14292/autocompiled-emacs-file/</guid>
</item>
<item>
<title>(Emacs Lisp) Growl support for Aquamacs Emacs - noah</title>
<link>http://snipplr.com/view/12219/growl-support-for-aquamacs-emacs/</link>
<description><![CDATA[ <p>This is what I had to do in order to get reliable Growl support in Aquamacs 1.7

Requires Growlnotify (included with Growl, in the extras folder).</p> ]]></description>
<pubDate>Sun, 15 Feb 2009 08:58:23 GMT</pubDate>
<guid>http://snipplr.com/view/12219/growl-support-for-aquamacs-emacs/</guid>
</item>
</channel>
</rss>