<?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 for Beyond code</title>
	<atom:link href="http://www.credmp.org/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.credmp.org</link>
	<description>Looking at the world of software through my eyes</description>
	<pubDate>Thu, 09 Sep 2010 18:52:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Debugging by bumer_boy</title>
		<link>http://www.credmp.org/?p=61&#038;cpage=1#comment-7175</link>
		<dc:creator>bumer_boy</dc:creator>
		<pubDate>Thu, 04 Feb 2010 15:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/10/20/debugging/#comment-7175</guid>
		<description>Thank you!  I added this page to bookmark)) I think would be useful ...</description>
		<content:encoded><![CDATA[<p>Thank you!  I added this page to bookmark)) I think would be useful &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile device users, rejoice by sandra407</title>
		<link>http://www.credmp.org/?p=225&#038;cpage=1#comment-5079</link>
		<dc:creator>sandra407</dc:creator>
		<pubDate>Wed, 09 Sep 2009 15:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/?p=225#comment-5079</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.credmp.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on on-the-fly syntax checking Java in Emacs by Kyle Sherman</title>
		<link>http://www.credmp.org/?p=54&#038;cpage=1#comment-4162</link>
		<dc:creator>Kyle Sherman</dc:creator>
		<pubDate>Mon, 03 Aug 2009 22:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/07/20/on-the-fly-syntax-checking-java-in-emacs/#comment-4162</guid>
		<description>I found the answer here: http://paste.lisp.org/display/60617

Basically, add the following to your configuration:

(defadvice flymake-goto-next-error (after display-message activate compile)
  "Display the error in the minibuffer."
  (credmp/flymake-display-err-minibuf))

(defadvice flymake-goto-prev-error (after display-message activate compile)
  "Display the error in the minibuffer."
  (credmp/flymake-display-err-minibuf))

(defadvice flymake-mode (before post-command-stuff activate compile)
  "Add functionality to the post command hook so that if the                                                                                 
cursor is sitting on a flymake error the error information is                                                                                
displayed in the minibuffer."
  (set (make-local-variable 'post-command-hook)
       (cons 'credmp/flymake-display-err-minibuf post-command-hook)))</description>
		<content:encoded><![CDATA[<p>I found the answer here: <a href="http://paste.lisp.org/display/60617" rel="nofollow">http://paste.lisp.org/display/60617</a></p>
<p>Basically, add the following to your configuration:</p>
<p>(defadvice flymake-goto-next-error (after display-message activate compile)<br />
  &#8220;Display the error in the minibuffer.&#8221;<br />
  (credmp/flymake-display-err-minibuf))</p>
<p>(defadvice flymake-goto-prev-error (after display-message activate compile)<br />
  &#8220;Display the error in the minibuffer.&#8221;<br />
  (credmp/flymake-display-err-minibuf))</p>
<p>(defadvice flymake-mode (before post-command-stuff activate compile)<br />
  &#8220;Add functionality to the post command hook so that if the<br />
cursor is sitting on a flymake error the error information is<br />
displayed in the minibuffer.&#8221;<br />
  (set (make-local-variable &#8216;post-command-hook)<br />
       (cons &#8216;credmp/flymake-display-err-minibuf post-command-hook)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on on-the-fly syntax checking Java in Emacs by Kyle Sherman</title>
		<link>http://www.credmp.org/?p=54&#038;cpage=1#comment-4161</link>
		<dc:creator>Kyle Sherman</dc:creator>
		<pubDate>Mon, 03 Aug 2009 21:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/07/20/on-the-fly-syntax-checking-java-in-emacs/#comment-4161</guid>
		<description>&lt;blockquote cite="#commentbody-641"&gt;
&lt;strong&gt;&lt;a href="#comment-641" rel="nofollow"&gt;chous&lt;/a&gt; :&lt;/strong&gt;
Very useful. I’m grateful!
However, I don’t know yet how to integrate your custom function  credmp/flymake-display-err-minibuf so that I don’t have to execute it manually. What would I have to do to execute it automatically when I am in the same line of an error?
&lt;/blockquote&gt;

I was referring to this post of yours.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-641"><p>
<strong><a href="#comment-641" rel="nofollow">chous</a> :</strong><br />
Very useful. I’m grateful!<br />
However, I don’t know yet how to integrate your custom function  credmp/flymake-display-err-minibuf so that I don’t have to execute it manually. What would I have to do to execute it automatically when I am in the same line of an error?
</p></blockquote>
<p>I was referring to this post of yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on on-the-fly syntax checking Java in Emacs by Kyle Sherman</title>
		<link>http://www.credmp.org/?p=54&#038;cpage=1#comment-4160</link>
		<dc:creator>Kyle Sherman</dc:creator>
		<pubDate>Mon, 03 Aug 2009 21:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2007/07/20/on-the-fly-syntax-checking-java-in-emacs/#comment-4160</guid>
		<description>&lt;a href="#comment-641" rel="nofollow"&gt;@chous&lt;/a&gt; 

Was this ever figured out?

Also, I needed to change the sourcepath and classpath lines to the following to handle when jde-sourcepath or jde-global-classpath are nil:

"-sourcepath" (jde-build-classpath (list (or (car jde-sourcepath) ".")))
"-classpath" (jde-build-classpath (list (or jde-global-classpath ".")))</description>
		<content:encoded><![CDATA[<p><a href="#comment-641" rel="nofollow">@chous</a> </p>
<p>Was this ever figured out?</p>
<p>Also, I needed to change the sourcepath and classpath lines to the following to handle when jde-sourcepath or jde-global-classpath are nil:</p>
<p>&#8220;-sourcepath&#8221; (jde-build-classpath (list (or (car jde-sourcepath) &#8220;.&#8221;)))<br />
&#8220;-classpath&#8221; (jde-build-classpath (list (or jde-global-classpath &#8220;.&#8221;)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iron Maiden 2008 by Arjen</title>
		<link>http://www.credmp.org/?p=94&#038;cpage=1#comment-1440</link>
		<dc:creator>Arjen</dc:creator>
		<pubDate>Sat, 28 Mar 2009 17:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/?p=121#comment-1440</guid>
		<description>Hi Margje,

On which picture do you see him?</description>
		<content:encoded><![CDATA[<p>Hi Margje,</p>
<p>On which picture do you see him?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iron Maiden 2008 by Margje</title>
		<link>http://www.credmp.org/?p=94&#038;cpage=1#comment-1434</link>
		<dc:creator>Margje</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/?p=121#comment-1434</guid>
		<description>Hello,
a look at the pitures and what do a see, my husband on your piture. 
Nice</description>
		<content:encoded><![CDATA[<p>Hello,<br />
a look at the pitures and what do a see, my husband on your piture.<br />
Nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven2 plugins by Jack Punt</title>
		<link>http://www.credmp.org/?p=25&#038;cpage=1#comment-1126</link>
		<dc:creator>Jack Punt</dc:creator>
		<pubDate>Thu, 05 Mar 2009 21:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2006/11/18/maven2-plugins/#comment-1126</guid>
		<description>Other comments:
  using this on Windows, the default "pathSeparator" is backslash.
  (fine for Java/msft; but emacs uses '/')
So in JdeeMojo.createJdeePrj() use String.replace:
&#160;&#160;&#160;&#160;w.write(sb.toString().replace('\\','/'));

I also moved the (load-library ..../prj.el)
to before the (jde-setvariables)
so my normal prj.el can be overridden by the extended path of maven.

also, in jde-maven2.el: (require 'date-time) // for older emacs</description>
		<content:encoded><![CDATA[<p>Other comments:<br />
  using this on Windows, the default &#8220;pathSeparator&#8221; is backslash.<br />
  (fine for Java/msft; but emacs uses &#8216;/&#8217;)<br />
So in JdeeMojo.createJdeePrj() use String.replace:<br />
&nbsp;&nbsp;&nbsp;&nbsp;w.write(sb.toString().replace(&#8217;\\&#8217;,'/&#8217;));</p>
<p>I also moved the (load-library &#8230;./prj.el)<br />
to before the (jde-setvariables)<br />
so my normal prj.el can be overridden by the extended path of maven.</p>
<p>also, in jde-maven2.el: (require &#8216;date-time) // for older emacs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven2 plugins by Jack Punt</title>
		<link>http://www.credmp.org/?p=25&#038;cpage=1#comment-1116</link>
		<dc:creator>Jack Punt</dc:creator>
		<pubDate>Thu, 05 Mar 2009 07:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2006/11/18/maven2-plugins/#comment-1116</guid>
		<description>Ok... nevermind:
used simple: mvn install (inside the credmp project)

Now it works, with simple: mvn emacs:jdee</description>
		<content:encoded><![CDATA[<p>Ok&#8230; nevermind:<br />
used simple: mvn install (inside the credmp project)</p>
<p>Now it works, with simple: mvn emacs:jdee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven2 plugins by Jack Punt</title>
		<link>http://www.credmp.org/?p=25&#038;cpage=1#comment-1144</link>
		<dc:creator>Jack Punt</dc:creator>
		<pubDate>Thu, 05 Mar 2009 06:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.credmp.org/index.php/2006/11/18/maven2-plugins/#comment-1144</guid>
		<description>I got it from git, and mvm package works.
Two things to stumble on:
1. mvn site fails:
   Embedded error: Error rendering Maven report: Exit code: 1 - javadoc: warning - No source files for package org.credmp.maven.plugin.jdee

2. unclear how to install and invoke (i'm still new to maven)
I installed as:
  mvn install:install-file -DgroupId=org.apache.maven.plugin -DartifactId=maven-emacs-plugin -Dversion=1.2.2 -Dpackaging=maven-plugin -Dfile=target/maven-emacs-plugin-1.2.2.jar

But am unable to invoke it, with either:
 mvn org.apache.maven.plugin:maven-emacs-plugin:1.2.2:jdee
 Reason: POM 'org.apache.maven.plugin:maven-emacs-plugin' not found in repository: Unable to download the artifact from any repository
or
  mvn emacs:jdee
  The plugin 'org.apache.maven.plugins:maven-emacs-plugin' does not exist or no valid version could be found

Could you state the exact incantation to install and invoke this plugin?</description>
		<content:encoded><![CDATA[<p>I got it from git, and mvm package works.<br />
Two things to stumble on:<br />
1. mvn site fails:<br />
   Embedded error: Error rendering Maven report: Exit code: 1 - javadoc: warning - No source files for package org.credmp.maven.plugin.jdee</p>
<p>2. unclear how to install and invoke (i&#8217;m still new to maven)<br />
I installed as:<br />
  mvn install:install-file -DgroupId=org.apache.maven.plugin -DartifactId=maven-emacs-plugin -Dversion=1.2.2 -Dpackaging=maven-plugin -Dfile=target/maven-emacs-plugin-1.2.2.jar</p>
<p>But am unable to invoke it, with either:<br />
 mvn org.apache.maven.plugin:maven-emacs-plugin:1.2.2:jdee<br />
 Reason: POM &#8216;org.apache.maven.plugin:maven-emacs-plugin&#8217; not found in repository: Unable to download the artifact from any repository<br />
or<br />
  mvn emacs:jdee<br />
  The plugin &#8216;org.apache.maven.plugins:maven-emacs-plugin&#8217; does not exist or no valid version could be found</p>
<p>Could you state the exact incantation to install and invoke this plugin?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
