<?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: Managing WordPress Posts with vim</title>
	<atom:link href="http://www.lamolabs.org/blog/2083/managing-wordpress-posts-with-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lamolabs.org/blog/2083/managing-wordpress-posts-with-vim/</link>
	<description>Lame Oh Labs .... Linux &#38; Tech! Is there anything else?</description>
	<lastBuildDate>Tue, 22 Jun 2010 19:43:51 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: slmingol</title>
		<link>http://www.lamolabs.org/blog/2083/managing-wordpress-posts-with-vim/comment-page-1/#comment-573</link>
		<dc:creator>slmingol</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2083#comment-573</guid>
		<description>I&#039;m using vim &amp; gvim version 7.2 on a Fedora 10 system, but I&#039;ve had success on more recent versions of Fedora as well and also CentOS 5 too.

&lt;pre lang=&quot;bash&quot;&gt;
% gvim --version
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Jul  2 2009 01:26:56)
Included patches: 1-148
Modified by &lt;bugzilla@redhat.com&gt;
Compiled by &lt;bugzilla@redhat.com&gt;
Huge version with GTK2 GUI.  Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent 
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
+cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic 
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path 
+float +folding -footer +fork() +gettext -hangul_input +iconv +insert_expand 
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap 
+menu +mksession +modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm 
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte 
+multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra +perl +postscript 
+printer +profile +python +quickfix +reltime +rightleft +ruby +scrollbind 
+signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary 
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
 +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo 
+vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim 
+xsmp_interact +xterm_clipboard -xterm_save 
   system vimrc file: &quot;/etc/vimrc&quot;
     user vimrc file: &quot;$HOME/.vimrc&quot;
      user exrc file: &quot;$HOME/.exrc&quot;
  system gvimrc file: &quot;/etc/gvimrc&quot;
    user gvimrc file: &quot;$HOME/.gvimrc&quot;
    system menu file: &quot;$VIMRUNTIME/menu.vim&quot;
  fall-back for $VIM: &quot;/usr/share/vim&quot;
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=1    -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING  -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE  -I/usr/include/python2.5 -pthread  -I/usr/lib/ruby/1.8/i386-linux 
Linking: gcc   -L.  -rdynamic -Wl,-export-dynamic  -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE   -L/usr/local/lib -o vim   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lXt -lselinux  -lncurses -lacl -lgpm   -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE  -L/usr/local/lib  -L/usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE -lperl -lresolv -lutil -lc -L/usr/lib/python2.5/config -lpython2.5 -lutil -Xlinker -export-dynamic  -lruby -lm   
&lt;/pre&gt;

You might be having a problem with the vim package on your distribution of Linux. I encountered a problem where ruby support wasn&#039;t compiled into vim and I needed to do this myself manually. Check out my blog post on &quot;Fixing Ruby Support in vim on Fedora 10, 11 and CentOS 5&quot;:http://www.lamolabs.org/blog/2662/fixing-ruby-support-in-vim-on-fedora-10-11-and-centos-5-installing-the-vim-textile-plugin/.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using vim &amp; gvim version 7.2 on a Fedora 10 system, but I&#8217;ve had success on more recent versions of Fedora as well and also CentOS 5 too.</p>

<div class="wp_codebox"><table width="100%" ><tr id="p20831"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
</pre></td><td class="code" id="p2083code1"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> gvim <span style="color: #660033;">--version</span>
VIM - Vi IMproved 7.2 <span style="color: #7a0874; font-weight: bold;">&#40;</span>2008 Aug 9, compiled Jul  2 2009 01:26:56<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Included patches: 1-148
Modified by <span style="color: #000000; font-weight: bold;">&lt;</span>bugzilla<span style="color: #000000; font-weight: bold;">@</span>redhat.com<span style="color: #000000; font-weight: bold;">&gt;</span>
Compiled by <span style="color: #000000; font-weight: bold;">&lt;</span>bugzilla<span style="color: #000000; font-weight: bold;">@</span>redhat.com<span style="color: #000000; font-weight: bold;">&gt;</span>
Huge version with GTK2 GUI.  Features included <span style="color: #7a0874; font-weight: bold;">&#40;</span>+<span style="color: #7a0874; font-weight: bold;">&#41;</span> or not <span style="color: #7a0874; font-weight: bold;">&#40;</span>-<span style="color: #7a0874; font-weight: bold;">&#41;</span>:
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent 
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
+cryptv +cscope +cursorshape +dialog_con_gui +<span style="color: #c20cb9; font-weight: bold;">diff</span> +digraphs +dnd <span style="color: #660033;">-ebcdic</span> 
+emacs_tags +<span style="color: #7a0874; font-weight: bold;">eval</span> +ex_extra +extra_search +farsi +file_in_path +find_in_path 
+float +folding <span style="color: #660033;">-footer</span> +fork<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> +<span style="color: #c20cb9; font-weight: bold;">gettext</span> -hangul_input +iconv +insert_expand 
+jumplist +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap 
+menu +mksession +modify_fname +mouse +mouseshape +mouse_dec +mouse_gpm 
-mouse_jsbterm +mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte 
+multi_lang <span style="color: #660033;">-mzscheme</span> +netbeans_intg <span style="color: #660033;">-osfiletype</span> +path_extra +<span style="color: #c20cb9; font-weight: bold;">perl</span> +postscript 
+printer +profile +python +quickfix +reltime +rightleft +ruby +scrollbind 
+signs +smartindent <span style="color: #660033;">-sniff</span> +statusline -sun_workshop +syntax +tag_binary 
+tag_old_static -tag_any_white <span style="color: #660033;">-tcl</span> +terminfo +termresponse +textobjects +title
 +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo 
+vreplace +wildignore +wildmenu +windows +writebackup +X11 <span style="color: #660033;">-xfontset</span> +xim 
+xsmp_interact +xterm_clipboard -xterm_save 
   system vimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;/etc/vimrc&quot;</span>
     user vimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$HOME</span>/.vimrc&quot;</span>
      user exrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$HOME</span>/.exrc&quot;</span>
  system gvimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;/etc/gvimrc&quot;</span>
    user gvimrc <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$HOME</span>/.gvimrc&quot;</span>
    system menu <span style="color: #c20cb9; font-weight: bold;">file</span>: <span style="color: #ff0000;">&quot;<span style="color: #007800;">$VIMRUNTIME</span>/menu.vim&quot;</span>
  fall-back <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #007800;">$VIM</span>: <span style="color: #ff0000;">&quot;/usr/share/vim&quot;</span>
Compilation: <span style="color: #c20cb9; font-weight: bold;">gcc</span> <span style="color: #660033;">-c</span> -I. <span style="color: #660033;">-Iproto</span> -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>gtk-2.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>gtk-2.0<span style="color: #000000; font-weight: bold;">/</span>include -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>atk-1.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>cairo -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>pango-1.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>glib-2.0 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>glib-2.0<span style="color: #000000; font-weight: bold;">/</span>include -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>pixman-1 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>freetype2 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>libpng12     <span style="color: #660033;">-O2</span> <span style="color: #660033;">-g</span> <span style="color: #660033;">-pipe</span> <span style="color: #660033;">-Wall</span> -Wp,-D_FORTIFY_SOURCE=2 <span style="color: #660033;">-fexceptions</span> <span style="color: #660033;">-fstack-protector</span> <span style="color: #660033;">--param</span>=ssp-buffer-size=4 <span style="color: #660033;">-m32</span> <span style="color: #660033;">-march</span>=i386 <span style="color: #660033;">-mtune</span>=generic <span style="color: #660033;">-fasynchronous-unwind-tables</span> -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=1    -D_REENTRANT -D_GNU_SOURCE <span style="color: #660033;">-DDEBUGGING</span>  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>gdbm  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>python2.5 <span style="color: #660033;">-pthread</span>  -I<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>ruby<span style="color: #000000; font-weight: bold;">/</span>1.8<span style="color: #000000; font-weight: bold;">/</span>i386-linux 
Linking: <span style="color: #c20cb9; font-weight: bold;">gcc</span>   -L.  <span style="color: #660033;">-rdynamic</span> -Wl,-export-dynamic  -Wl,-E -Wl,-rpath,<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE   -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib <span style="color: #660033;">-o</span> <span style="color: #c20cb9; font-weight: bold;">vim</span>   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 <span style="color: #660033;">-lcairo</span> -lpango-1.0 <span style="color: #660033;">-lfreetype</span> <span style="color: #660033;">-lfontconfig</span> -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   <span style="color: #660033;">-lXt</span> <span style="color: #660033;">-lselinux</span>  <span style="color: #660033;">-lncurses</span> <span style="color: #660033;">-lacl</span> <span style="color: #660033;">-lgpm</span>   -Wl,-E -Wl,-rpath,<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE  -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib  -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>perl5<span style="color: #000000; font-weight: bold;">/</span>5.10.0<span style="color: #000000; font-weight: bold;">/</span>i386-linux-thread-multi<span style="color: #000000; font-weight: bold;">/</span>CORE <span style="color: #660033;">-lperl</span> <span style="color: #660033;">-lresolv</span> <span style="color: #660033;">-lutil</span> <span style="color: #660033;">-lc</span> -L<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>python2.5<span style="color: #000000; font-weight: bold;">/</span>config -lpython2.5 <span style="color: #660033;">-lutil</span> <span style="color: #660033;">-Xlinker</span> <span style="color: #660033;">-export-dynamic</span>  <span style="color: #660033;">-lruby</span> <span style="color: #660033;">-lm</span></pre></td></tr></table></div>

<p>You might be having a problem with the vim package on your distribution of Linux. I encountered a problem where ruby support wasn&#8217;t compiled into vim and I needed to do this myself manually. Check out my blog post on <a href="http://www.lamolabs.org/blog/2662/fixing-ruby-support-in-vim-on-fedora-10-11-and-centos-5-installing-the-vim-textile-plugin/">Fixing Ruby Support in vim on Fedora 10, 11 and CentOS 5</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.lamolabs.org/blog/2083/managing-wordpress-posts-with-vim/comment-page-1/#comment-572</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lamolabs.org/blog/?p=2083#comment-572</guid>
		<description>Good work!

the Blogit seems great, I just manage to have Blogit works with a special patched GVim (which compiled with python2.6).
however, i am not able to get this working in Linux. I am using the latest GVIM, which is 7.2, with Blogit1.43, 1.42, 1.4 or 1.3. 
none of them works, i see errors like &quot;Cannot Import Name CalledProcessError&quot;.
it is believed GVim is still built on Python2.4 that does not support some function/lib, but i haven&#039;t found a patched version like that in Windows...

ok, here also come with a question: could you please share some info about which vim are you using? i really like to have the ability to blog under linux/vim

many, many, many thanks in advance...</description>
		<content:encoded><![CDATA[<p>Good work!</p>
<p>the Blogit seems great, I just manage to have Blogit works with a special patched GVim (which compiled with python2.6).<br />
however, i am not able to get this working in Linux. I am using the latest <span class="caps">GVIM, </span>which is 7.2, with Blogit1.43, 1.42, 1.4 or 1.3. <br />
none of them works, i see errors like &#8220;Cannot Import Name CalledProcessError&#8221;.<br />
it is believed GVim is still built on Python2.4 that does not support some function/lib, but i haven&#8217;t found a patched version like that in Windows&#8230;</p>
<p>ok, here also come with a question: could you please share some info about which vim are you using? i really like to have the ability to blog under linux/vim</p>
<p>many, many, many thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
