<?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/tags/emacs</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 03:39:01 GMT</pubDate>
<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) 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) 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>
<item>
<title>(Emacs Lisp) Delete blank lines in emacs - therobot</title>
<link>http://snipplr.com/view/9131/delete-blank-lines-in-emacs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Oct 2008 12:58:16 GMT</pubDate>
<guid>http://snipplr.com/view/9131/delete-blank-lines-in-emacs/</guid>
</item>
<item>
<title>(Emacs Lisp) Random mode-line color - perpet</title>
<link>http://snipplr.com/view/6484/random-modeline-color/</link>
<description><![CDATA[ <p>When called, this function sets the background color of the mode-line to one of the defined colors randomly.</p> ]]></description>
<pubDate>Wed, 28 May 2008 14:55:30 GMT</pubDate>
<guid>http://snipplr.com/view/6484/random-modeline-color/</guid>
</item>
<item>
<title>(Emacs Lisp) Titlebar customization, file name displaying - coldpeer</title>
<link>http://snipplr.com/view/6178/titlebar-customization-file-name-displaying/</link>
<description><![CDATA[ <p>By default, Emacs displays on the titlebar (I mean GUI Emacs) emacs@domain. There is a way to modify this, using (setq frame-title-format "my title").

How to display emacs@domain: ~/dir/file (or buffer name in case of e.i. *scratch*)? Add it to your .emacs:</p> ]]></description>
<pubDate>Sun, 11 May 2008 12:59:49 GMT</pubDate>
<guid>http://snipplr.com/view/6178/titlebar-customization-file-name-displaying/</guid>
</item>
<item>
<title>(Emacs Lisp) .emacs for PSTrick user - tkf</title>
<link>http://snipplr.com/view/5810/emacs-for-pstrick-user/</link>
<description><![CDATA[ <p>just paste it to your .emacs</p> ]]></description>
<pubDate>Sun, 13 Apr 2008 05:01:58 GMT</pubDate>
<guid>http://snipplr.com/view/5810/emacs-for-pstrick-user/</guid>
</item>
<item>
<title>(Emacs Lisp) Type a newline in Emacs - noah</title>
<link>http://snipplr.com/view/3256/type-a-newline-in-emacs/</link>
<description><![CDATA[ <p>A command, not code, but a command so obscure and useful, that it merits its own entry anyway!</p> ]]></description>
<pubDate>Mon, 09 Jul 2007 13:17:23 GMT</pubDate>
<guid>http://snipplr.com/view/3256/type-a-newline-in-emacs/</guid>
</item>
<item>
<title>(Emacs Lisp) Make numbered backups - noah</title>
<link>http://snipplr.com/view/2782/make-numbered-backups/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 02 Jun 2007 00:37:29 GMT</pubDate>
<guid>http://snipplr.com/view/2782/make-numbered-backups/</guid>
</item>
<item>
<title>(Emacs Lisp) Persistent.el configuration - noah</title>
<link>http://snipplr.com/view/2781/persistentel-configuration/</link>
<description><![CDATA[ <p>Configure the Persistent.el module.  Persistent.el allows emacs to remember command histories across sessions.</p> ]]></description>
<pubDate>Sat, 02 Jun 2007 00:34:17 GMT</pubDate>
<guid>http://snipplr.com/view/2781/persistentel-configuration/</guid>
</item>
</channel>
</rss>