<?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>Thu, 24 Jul 2008 02:42:33 GMT</pubDate>
<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) Emacs indentation with spaces - therobot</title>
<link>http://snipplr.com/view/3994/emacs-indentation-with-spaces/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Oct 2007 06:37:43 GMT</pubDate>
<guid>http://snipplr.com/view/3994/emacs-indentation-with-spaces/</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) install a spell-checking program - noah</title>
<link>http://snipplr.com/view/3029/install-a-spellchecking-program/</link>
<description><![CDATA[ <p>Install the spell-checking program of your choice.  Just update the path.</p> ]]></description>
<pubDate>Sun, 24 Jun 2007 15:37:56 GMT</pubDate>
<guid>http://snipplr.com/view/3029/install-a-spellchecking-program/</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>
<item>
<title>(Emacs Lisp) Kill-Ring and mini-buffer history size - noah</title>
<link>http://snipplr.com/view/2780/killring-and-minibuffer-history-size/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 02 Jun 2007 00:32:01 GMT</pubDate>
<guid>http://snipplr.com/view/2780/killring-and-minibuffer-history-size/</guid>
</item>
<item>
<title>(Emacs Lisp) Time-stamp configuration - noah</title>
<link>http://snipplr.com/view/2779/timestamp-configuration/</link>
<description><![CDATA[ <p>Turn on time-stamp updating, set the format of the time stamp.</p> ]]></description>
<pubDate>Sat, 02 Jun 2007 00:30:33 GMT</pubDate>
<guid>http://snipplr.com/view/2779/timestamp-configuration/</guid>
</item>
<item>
<title>(Emacs Lisp) remove blank lines command - noah</title>
<link>http://snipplr.com/view/2778/remove-blank-lines-command/</link>
<description><![CDATA[ <p>Delete doubled newlines from the current buffer.  Only works on completely empty lines, not lines that contain whitespace.</p> ]]></description>
<pubDate>Sat, 02 Jun 2007 00:26:09 GMT</pubDate>
<guid>http://snipplr.com/view/2778/remove-blank-lines-command/</guid>
</item>
<item>
<title>(Emacs Lisp) BASE tag insertion macro - noah</title>
<link>http://snipplr.com/view/2777/base-tag-insertion-macro/</link>
<description><![CDATA[ <p>Insert a BASE HREF tag just after the head tag of an HTML document
Positions point just after the second forwardslash in "HTTP://"</p> ]]></description>
<pubDate>Sat, 02 Jun 2007 00:23:01 GMT</pubDate>
<guid>http://snipplr.com/view/2777/base-tag-insertion-macro/</guid>
</item>
<item>
<title>(Emacs Lisp) Command to search for TABLE tags - noah</title>
<link>http://snipplr.com/view/2775/command-to-search-for-table-tags/</link>
<description><![CDATA[ <p>Search For Table Tags: find the next</p> ]]></description>
<pubDate>Fri, 01 Jun 2007 17:03:26 GMT</pubDate>
<guid>http://snipplr.com/view/2775/command-to-search-for-table-tags/</guid>
</item>
<item>
<title>(Emacs Lisp) Command to reload .emacs and save history with Persistent.el - noah</title>
<link>http://snipplr.com/view/2774/command-to-reload-emacs-and-save-history-with-persistentel/</link>
<description><![CDATA[ <p>Reload the .emacs file with a minimum of effort, first saving histories with Persistent.  Requires the Persistent.el module.</p> ]]></description>
<pubDate>Fri, 01 Jun 2007 16:58:40 GMT</pubDate>
<guid>http://snipplr.com/view/2774/command-to-reload-emacs-and-save-history-with-persistentel/</guid>
</item>
<item>
<title>(Emacs Lisp) commands for opening .emacs and .abbrev_defs - noah</title>
<link>http://snipplr.com/view/2773/commands-for-opening-emacs-and-abbrevdefs/</link>
<description><![CDATA[ <p>Bind opening .emacs and .abbrev_defs to commands.  Not mine but I can't remember where I found it.</p> ]]></description>
<pubDate>Fri, 01 Jun 2007 16:51:50 GMT</pubDate>
<guid>http://snipplr.com/view/2773/commands-for-opening-emacs-and-abbrevdefs/</guid>
</item>
<item>
<title>(Emacs Lisp) Emacs regular expression to match curly brackets without breaks before them - noah</title>
<link>http://snipplr.com/view/2772/emacs-regular-expression-to-match-curly-brackets-without-breaks-before-them/</link>
<description><![CDATA[ <p>To be run from the mini-buffer.  For formatting CSS files.  Doesn't allow for whitespace :(  Use C-q C-j to insert the newline in the replacement string.</p> ]]></description>
<pubDate>Fri, 01 Jun 2007 12:44:29 GMT</pubDate>
<guid>http://snipplr.com/view/2772/emacs-regular-expression-to-match-curly-brackets-without-breaks-before-them/</guid>
</item>
</channel>
</rss>