<?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 Gregory Grubbs</title>
	<atom:link href="http://gregorygrubbs.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorygrubbs.com</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>Comment on Get remote X Windows working in Ubuntu Karmic by Ben Hyde</title>
		<link>http://gregorygrubbs.com/development/get-remote-x-working-in-karmic/comment-page-1/#comment-385</link>
		<dc:creator>Ben Hyde</dc:creator>
		<pubDate>Thu, 29 Jul 2010 17:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=391#comment-385</guid>
		<description>I am not absolutely certain this is correct, but it has worked for me.

The problem I wanted to solve was to ssh from my laptop to a ubuntu server and then invoke emacsclient to obtain a x window&#039;s frame on my lap top served up from the emacs running on the ubuntu server.  The xauth inside emacs is the one into which I needed to add the xauth credentials.  The following worked, at least once :)

This script resides on the ubuntu server is run after you ssh to the server, forwarding your
laptop&#039;s X display.

&lt;pre&gt;
#!/bin/bash

# First we need to add to xauth of the server emacs
# permission to throw up windows on our X server.
# But .Xauthorization accumlates so we have to auth
# more than you&#039;d think.
xauth -f ~/.Xauthority list &#124; grep -v &#039;:0&#039; &#124; while read foo; do
  emacsclient -e &quot;(shell-command \&quot;xauth add $foo\&quot;)&quot;
done

# Ok, now we should now be able to connect.
emacsclient -c
&lt;/pre&gt;

Thanks for the hint!</description>
		<content:encoded><![CDATA[<p>I am not absolutely certain this is correct, but it has worked for me.</p>
<p>The problem I wanted to solve was to ssh from my laptop to a ubuntu server and then invoke emacsclient to obtain a x window&#8217;s frame on my lap top served up from the emacs running on the ubuntu server.  The xauth inside emacs is the one into which I needed to add the xauth credentials.  The following worked, at least once <img src='http://gregorygrubbs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This script resides on the ubuntu server is run after you ssh to the server, forwarding your<br />
laptop&#8217;s X display.</p>
<pre>
#!/bin/bash

# First we need to add to xauth of the server emacs
# permission to throw up windows on our X server.
# But .Xauthorization accumlates so we have to auth
# more than you'd think.
xauth -f ~/.Xauthority list | grep -v ':0' | while read foo; do
  emacsclient -e "(shell-command \"xauth add $foo\")"
done

# Ok, now we should now be able to connect.
emacsclient -c
</pre>
<p>Thanks for the hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get your command line PHP script working with WordPress-MU 2.7 by James</title>
		<link>http://gregorygrubbs.com/wordpress/how-to-get-your-command-line-php-script-working-with-wordpress-mu-27/comment-page-1/#comment-375</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 27 May 2010 10:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=160#comment-375</guid>
		<description>Even easier than this is to set $_SERVER[&#039;HTTP_HOST&#039;] to the correct domain before loading wp-load.php - then your PHP cli scripts work as before.</description>
		<content:encoded><![CDATA[<p>Even easier than this is to set $_SERVER['HTTP_HOST'] to the correct domain before loading wp-load.php &#8211; then your PHP cli scripts work as before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One-button website publishing using WordPress-mu by Sumeet Chawla</title>
		<link>http://gregorygrubbs.com/wordpress/one-button-website-publishing-using-wordpress-mu/comment-page-1/#comment-374</link>
		<dc:creator>Sumeet Chawla</dc:creator>
		<pubDate>Mon, 24 May 2010 08:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=174#comment-374</guid>
		<description>Hi Greg,
              Even am working on a similar project. Am researching on how to use the e-commerce plugin so that the client can register and after registering, he can buy any particular theme, and then use it. Do you have any particular suggestions?

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Greg,<br />
              Even am working on a similar project. Am researching on how to use the e-commerce plugin so that the client can register and after registering, he can buy any particular theme, and then use it. Do you have any particular suggestions?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Tips for Powerful Emacs on Windows by Will</title>
		<link>http://gregorygrubbs.com/emacs/10-tips-emacs-windows/comment-page-1/#comment-373</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 24 May 2010 04:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=439#comment-373</guid>
		<description>I too prefer linux/os x as well, but I&#039;m forced to use XP at work too.. the 2 apps I have come to love in my Windows work/development environment (aside from emacs) are 1) XKeymacs and 2) executor

http://www.cam.hi-ho.ne.jp/oishi/indexen.html

http://executor.dk/</description>
		<content:encoded><![CDATA[<p>I too prefer linux/os x as well, but I&#8217;m forced to use XP at work too.. the 2 apps I have come to love in my Windows work/development environment (aside from emacs) are 1) XKeymacs and 2) executor</p>
<p><a href="http://www.cam.hi-ho.ne.jp/oishi/indexen.html" rel="nofollow">http://www.cam.hi-ho.ne.jp/oishi/indexen.html</a></p>
<p><a href="http://executor.dk/" rel="nofollow">http://executor.dk/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Tips for Powerful Emacs on Windows by Gregory Grubbs</title>
		<link>http://gregorygrubbs.com/emacs/10-tips-emacs-windows/comment-page-1/#comment-371</link>
		<dc:creator>Gregory Grubbs</dc:creator>
		<pubDate>Sun, 23 May 2010 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=439#comment-371</guid>
		<description>I never gave up on Ubuntu ... I am currently Lucid and will soon be Magnanimous (or whatever).  But I must use MSWindows now on a daily basis.

We should have lunch soon and catch up eh.</description>
		<content:encoded><![CDATA[<p>I never gave up on Ubuntu &#8230; I am currently Lucid and will soon be Magnanimous (or whatever).  But I must use MSWindows now on a daily basis.</p>
<p>We should have lunch soon and catch up eh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Tips for Powerful Emacs on Windows by Shawn</title>
		<link>http://gregorygrubbs.com/emacs/10-tips-emacs-windows/comment-page-1/#comment-369</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sun, 23 May 2010 20:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=439#comment-369</guid>
		<description>You give up on Ubuntu?</description>
		<content:encoded><![CDATA[<p>You give up on Ubuntu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get remote X Windows working in Ubuntu Karmic by Joel J. Adamson</title>
		<link>http://gregorygrubbs.com/development/get-remote-x-working-in-karmic/comment-page-1/#comment-365</link>
		<dc:creator>Joel J. Adamson</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=391#comment-365</guid>
		<description>It works!</description>
		<content:encoded><![CDATA[<p>It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get remote X Windows working in Ubuntu Karmic by Joel J. Adamson</title>
		<link>http://gregorygrubbs.com/development/get-remote-x-working-in-karmic/comment-page-1/#comment-364</link>
		<dc:creator>Joel J. Adamson</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=391#comment-364</guid>
		<description>Howdy,

I&#039;ve been working on this same problem too.  I submitted an Emacs
bug(#5434) and was given this explanation by one of the respondents:

,----
&#124; 
&#124; &gt; Okay, I&#039;ll try that, but a quick question: should an xauth problem result
&#124; &gt; in failures for every X application I try to run?  Other applications
&#124; &gt; (other than emacsclient) run just fine.
&#124; 
&#124; There is a difference.  When you start other clients, you do it from
&#124; the shell started by the ssh login process.  When you do emacsclient
&#124; -c it only tells your emacs daemon to open a frame on your DISPLAY.
&#124; The emacs daemon is not started from your ssh shell.
&#124; 
&#124; Try starting another X client from a shell not related to the ssh
&#124; shell with the ssh-forwarded display (localhost:10) and see what you
&#124; get.  You should get permission denied.  But your Emacs daemon may
&#124; have other displays opened, that can influence matters also.
`----

All my machines (two Fedora 12, one Ubuntu Karmic Koala) have the
newest gnome, and I confirm the same bizarre xauth locations as you
do.

I&#039;m at least glad I&#039;m not the only one!

Joel</description>
		<content:encoded><![CDATA[<p>Howdy,</p>
<p>I&#8217;ve been working on this same problem too.  I submitted an Emacs<br />
bug(#5434) and was given this explanation by one of the respondents:</p>
<p>,&#8212;-<br />
|<br />
| &gt; Okay, I&#8217;ll try that, but a quick question: should an xauth problem result<br />
| &gt; in failures for every X application I try to run?  Other applications<br />
| &gt; (other than emacsclient) run just fine.<br />
|<br />
| There is a difference.  When you start other clients, you do it from<br />
| the shell started by the ssh login process.  When you do emacsclient<br />
| -c it only tells your emacs daemon to open a frame on your DISPLAY.<br />
| The emacs daemon is not started from your ssh shell.<br />
|<br />
| Try starting another X client from a shell not related to the ssh<br />
| shell with the ssh-forwarded display (localhost:10) and see what you<br />
| get.  You should get permission denied.  But your Emacs daemon may<br />
| have other displays opened, that can influence matters also.<br />
`&#8212;-</p>
<p>All my machines (two Fedora 12, one Ubuntu Karmic Koala) have the<br />
newest gnome, and I confirm the same bizarre xauth locations as you<br />
do.</p>
<p>I&#8217;m at least glad I&#8217;m not the only one!</p>
<p>Joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAST file access with Emacs and ido-mode by pt</title>
		<link>http://gregorygrubbs.com/development/fast-file-access-with-emacs-and-ido-mode/comment-page-1/#comment-363</link>
		<dc:creator>pt</dc:creator>
		<pubDate>Thu, 07 Jan 2010 00:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.com/?p=411#comment-363</guid>
		<description>Hi, I configured ido-mode as you said, but C-h v and M-x don&#039;t invoke ido.</description>
		<content:encoded><![CDATA[<p>Hi, I configured ido-mode as you said, but C-h v and M-x don&#8217;t invoke ido.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to upgrade Wordpress SAFELY using Subversion and Rsync by Andrew Hopper</title>
		<link>http://gregorygrubbs.com/wordpress/upgrading-wordpress-safely-using-subversion-and-rsync/comment-page-1/#comment-362</link>
		<dc:creator>Andrew Hopper</dc:creator>
		<pubDate>Thu, 24 Dec 2009 12:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://gregorygrubbs.magichome/?p=5#comment-362</guid>
		<description>Thanks for the great article.  This is very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for the great article.  This is very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
