<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 08:50:33 +0000</lastBuildDate>
    <item>
      <title>(Emacs Lisp) kmacro-call-macro without the message for the repeat key - bigfaceworm</title>
      <link>https://snipplr.com/view/35297/kmacrocallmacro-without-the-message-for-the-repeat-key</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Fri, 28 May 2010 10:54:25 UTC</pubDate>
      <guid>https://snipplr.com/view/35297/kmacrocallmacro-without-the-message-for-the-repeat-key</guid>
    </item>
    <item>
      <title>(Emacs Lisp) insert-checkin-template - bigfaceworm</title>
      <link>https://snipplr.com/view/18689/insertcheckintemplate</link>
      <description>&lt;p&gt;An example solution for the 'insert-checkin-template exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589&#13;
&#13;
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.&#13;
&#13;
Note, it relies on a previous example listed here: http://snipplr.com/view/18683/stringreplace/&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 16:08:20 UTC</pubDate>
      <guid>https://snipplr.com/view/18689/insertcheckintemplate</guid>
    </item>
    <item>
      <title>(Emacs Lisp) insert-code-template - bigfaceworm</title>
      <link>https://snipplr.com/view/18688/insertcodetemplate</link>
      <description>&lt;p&gt;An example solution for the 'insert-code-template exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 15:50:46 UTC</pubDate>
      <guid>https://snipplr.com/view/18688/insertcodetemplate</guid>
    </item>
    <item>
      <title>(Emacs Lisp) strip-trailing-whitespace - bigfaceworm</title>
      <link>https://snipplr.com/view/18682/striptrailingwhitespace</link>
      <description>&lt;p&gt;A solution to the 'strip-trailing-whitespace example found: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 14:58:23 UTC</pubDate>
      <guid>https://snipplr.com/view/18682/striptrailingwhitespace</guid>
    </item>
    <item>
      <title>(Emacs Lisp) reload-dot-emacs - bigfaceworm</title>
      <link>https://snipplr.com/view/18681/reloaddotemacs</link>
      <description>&lt;p&gt;An answer to the 'reload-dot-emacs exercise found here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 14:52:22 UTC</pubDate>
      <guid>https://snipplr.com/view/18681/reloaddotemacs</guid>
    </item>
    <item>
      <title>(Emacs Lisp) count-string-matches - bigfaceworm</title>
      <link>https://snipplr.com/view/18680/countstringmatches</link>
      <description>&lt;p&gt;An answer to the 'count-string-matches exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 14:49:41 UTC</pubDate>
      <guid>https://snipplr.com/view/18680/countstringmatches</guid>
    </item>
    <item>
      <title>(Emacs Lisp) cycle-special-files - bigfaceworm</title>
      <link>https://snipplr.com/view/18679/cyclespecialfiles</link>
      <description>&lt;p&gt;An answer to the 'cycle-special-files exercise listed here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 14:47:17 UTC</pubDate>
      <guid>https://snipplr.com/view/18679/cyclespecialfiles</guid>
    </item>
    <item>
      <title>(Emacs Lisp) load-my-favorite-file - bigfaceworm</title>
      <link>https://snipplr.com/view/18678/loadmyfavoritefile</link>
      <description>&lt;p&gt;Answer to one of the examples here: http://stackoverflow.com/questions/41522/tips-for-learning-elisp/59589#59589&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 14:41:32 UTC</pubDate>
      <guid>https://snipplr.com/view/18678/loadmyfavoritefile</guid>
    </item>
    <item>
      <title>(XML) GNU search plugin for Firefox - bigfaceworm</title>
      <link>https://snipplr.com/view/16141/gnu-search-plugin-for-firefox</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 20 Jun 2009 02:17:29 UTC</pubDate>
      <guid>https://snipplr.com/view/16141/gnu-search-plugin-for-firefox</guid>
    </item>
    <item>
      <title>(Emacs Lisp) Auto-compiled .emacs file - bigfaceworm</title>
      <link>https://snipplr.com/view/14292/autocompiled-emacs-file</link>
      <description>&lt;p&gt;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).&#13;
&#13;
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...&lt;/p&gt;</description>
      <pubDate>Wed, 22 Apr 2009 16:38:54 UTC</pubDate>
      <guid>https://snipplr.com/view/14292/autocompiled-emacs-file</guid>
    </item>
  </channel>
</rss>
