<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Snippets with Emacs Lisp Power</title>
	<atom:link href="http://gregorygrubbs.com/wordpress/snippets-with-emacs-lisp-power/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorygrubbs.com/wordpress/snippets-with-emacs-lisp-power/</link>
	<description>Attention in software development</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:38:21 -0700</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: joao</title>
		<link>http://gregorygrubbs.com/wordpress/snippets-with-emacs-lisp-power/comment-page-1/#comment-361</link>
		<dc:creator>joao</dc:creator>
		<pubDate>Tue, 22 Dec 2009 22:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=415#comment-361</guid>
		<description>Hi,

Nice to see someone using more yasnippet power! You might want to turn your snippet using gjg/move-next-sexp-past-current-scope into a snippet-command, something that is available in the yasnippet trunk, and will be released in the upcoming 0.7.

Have a look at this snippet

# -*- mode: snippet -*-
# type: command
# key: marcc
# contributor: Translated from TextMate Snippet
# name: Add / Remove Several Columns (marcc)
# condition: (yas/rails-intelligent-migration-snippet-condition-p)
# --
(yas/rails-intelligent-migration-snippet :add_remove_column_continue)

with the supporting code available at

http://yasnippet.googlecode.com/svn/trunk/extras/imported/rails-mode/.yas-setup.el

or mail me for suggestions. I&#039;m happy to give you support, with what I can, and I encourage you to create more complex snippets or contribute to the textmate-snippet-conversion effort. 

bye</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice to see someone using more yasnippet power! You might want to turn your snippet using gjg/move-next-sexp-past-current-scope into a snippet-command, something that is available in the yasnippet trunk, and will be released in the upcoming 0.7.</p>
<p>Have a look at this snippet</p>
<p># -*- mode: snippet -*-<br />
# type: command<br />
# key: marcc<br />
# contributor: Translated from TextMate Snippet<br />
# name: Add / Remove Several Columns (marcc)<br />
# condition: (yas/rails-intelligent-migration-snippet-condition-p)<br />
# &#8211;<br />
(yas/rails-intelligent-migration-snippet :add_remove_column_continue)</p>
<p>with the supporting code available at</p>
<p><a href="http://yasnippet.googlecode.com/svn/trunk/extras/imported/rails-mode/.yas-setup.el" rel="nofollow">http://yasnippet.googlecode.com/svn/trunk/extras/imported/rails-mode/.yas-setup.el</a></p>
<p>or mail me for suggestions. I&#8217;m happy to give you support, with what I can, and I encourage you to create more complex snippets or contribute to the textmate-snippet-conversion effort. </p>
<p>bye</p>
]]></content:encoded>
	</item>
</channel>
</rss>
