<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1366</id>
	<title>Nabble - Gnome - Meld - General</title>
	<updated>2009-12-06T02:23:13Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnome---Meld---General-f1366.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnome---Meld---General-f1366.html" />
	<subtitle type="html">Meld diff/merge/version tool discussion.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26663594</id>
	<title>Re: Commit only some changes</title>
	<published>2009-12-06T02:23:13Z</published>
	<updated>2009-12-06T02:23:13Z</updated>
	<author>
		<name>Martin Renold</name>
	</author>
	<content type="html">On Sun, Dec 06, 2009 at 11:03:47AM +0100, Vincent Legoll wrote:
&lt;br&gt;&amp;gt; here's the recipe:
&lt;br&gt;&lt;br&gt;Ah, thanks! I did not realize that you can apply the same stash multiple
&lt;br&gt;times.
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663594&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-only-some-changes-tp26443881p26663594.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663507</id>
	<title>Re: Commit only some changes</title>
	<published>2009-12-06T02:06:33Z</published>
	<updated>2009-12-06T02:06:33Z</updated>
	<author>
		<name>Vincent Legoll</name>
	</author>
	<content type="html">On Sun, Dec 6, 2009 at 11:03 AM, Vincent Legoll
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663507&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vincent.legoll@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; here's the recipe:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1) git stash # save current changes
&lt;br&gt;&amp;gt; 2) git stash apply # apply all stashed changes
&lt;br&gt;&amp;gt; 3) meld . # manually revert things to keep only a single change that
&lt;br&gt;&amp;gt; you want to separate
&lt;br&gt;&amp;gt; 4) git commit -a # commit it, you can do this form inside meld too
&lt;br&gt;&amp;gt; 5) go to 2) # restart until everything stashed is committed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; instead of exiting / launching meld again at 3) you can just use refresh
&lt;/div&gt;&lt;br&gt;After the first round, you may need merging at stage 3) just merge as
&lt;br&gt;usual, then &amp;quot;git add&amp;quot; (or do it from within meld) then commit...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Vincent Legoll
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663507&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-only-some-changes-tp26443881p26663507.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663489</id>
	<title>Re: Commit only some changes</title>
	<published>2009-12-06T02:03:47Z</published>
	<updated>2009-12-06T02:03:47Z</updated>
	<author>
		<name>Vincent Legoll</name>
	</author>
	<content type="html">On Sat, Dec 5, 2009 at 7:08 PM, Martin Renold &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;martinxyz@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; With git, what I do is use &amp;quot;git stash&amp;quot; before using meld to undo
&lt;br&gt;&amp;gt;&amp;gt; the unwanted changes, commit the pieces I want, and then
&lt;br&gt;&amp;gt;&amp;gt; use &amp;quot;git stash apply&amp;quot; to get back the other pieces back in.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can you explain this again please? I was looking for how to do this with
&lt;br&gt;&amp;gt; meld and git, but I'm not following your explanation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I use &amp;quot;git stash&amp;quot; my changes get hidden, and I can't use meld to get
&lt;br&gt;&amp;gt; part of them back or to revert part of them...  or can I? How do you do
&lt;br&gt;&amp;gt; this?
&lt;/div&gt;&lt;br&gt;here's the recipe:
&lt;br&gt;&lt;br&gt;1) git stash # save current changes
&lt;br&gt;2) git stash apply # apply all stashed changes
&lt;br&gt;3) meld . # manually revert things to keep only a single change that
&lt;br&gt;you want to separate
&lt;br&gt;4) git commit -a # commit it, you can do this form inside meld too
&lt;br&gt;5) go to 2) # restart until everything stashed is committed
&lt;br&gt;&lt;br&gt;instead of exiting / launching meld again at 3) you can just use refresh
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Vincent Legoll
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663489&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-only-some-changes-tp26443881p26663489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26657880</id>
	<title>Re: Commit only some changes</title>
	<published>2009-12-05T10:08:48Z</published>
	<updated>2009-12-05T10:08:48Z</updated>
	<author>
		<name>Martin Renold</name>
	</author>
	<content type="html">On Fri, Nov 20, 2009 at 03:28:04PM +0100, Vincent Legoll wrote:
&lt;br&gt;&amp;gt; On Thu, Nov 19, 2009 at 8:24 PM, Leif Gruenwoldt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657880&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leifer@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Often I make several changes to a file but only want to commit part of
&lt;br&gt;&amp;gt; &amp;gt; those changes. Is there a way to pick which changes to commit with
&lt;br&gt;&amp;gt; &amp;gt; Meld?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With git, what I do is use &amp;quot;git stash&amp;quot; before using meld to undo
&lt;br&gt;&amp;gt; the unwanted changes, commit the pieces I want, and then
&lt;br&gt;&amp;gt; use &amp;quot;git stash apply&amp;quot; to get back the other pieces back in.
&lt;br&gt;&lt;br&gt;Can you explain this again please? I was looking for how to do this with
&lt;br&gt;meld and git, but I'm not following your explanation.
&lt;br&gt;&lt;br&gt;When I use &amp;quot;git stash&amp;quot; my changes get hidden, and I can't use meld to get
&lt;br&gt;part of them back or to revert part of them... &amp;nbsp;or can I? How do you do
&lt;br&gt;this?
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26657880&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-only-some-changes-tp26443881p26657880.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26618903</id>
	<title>Re: meld stopped working when run as root</title>
	<published>2009-12-02T16:02:57Z</published>
	<updated>2009-12-02T16:02:57Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/12/3 Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618903&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 2009-12-02, Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618903&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; On 2009-10-07, Kai Willadsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618903&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm guessing you're seeing
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=555745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=555745&lt;/a&gt;&amp;nbsp;(in gconf) though
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; why it only just started happening I have no idea. Anyway, the 'su -'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; workaround seems to work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Using 'su -' produces a different error:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   # meld
&lt;br&gt;&amp;gt;&amp;gt;   process 8383: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open &amp;quot;/var/lib/dbus/machine-id&amp;quot;: No such file or directory
&lt;br&gt;&amp;gt;&amp;gt;   See the manual page for dbus-uuidgen to correct this issue.
&lt;br&gt;&amp;gt;&amp;gt;     D-Bus not built with -rdynamic so unable to print a backtrace
&lt;br&gt;&amp;gt;&amp;gt;   Aborted
&lt;/div&gt;&lt;br&gt;Meld doesn't explicitly pull in dbus, so I'm guessing that it's being
&lt;br&gt;triggered from gconf? However, the dbus set up is, I think, a deeper
&lt;br&gt;problem.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Unless Gentoo has patched one in, Meld doesn't support a 'no Gnome'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mode. Having said that, if Meld fails to find gconf, it will use
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; python's configparser configuration backend instead. If you really
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; don't want gconf at all, you can change the import logic at the end of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; prefs.py.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Modifying the import logic to not use gconf does work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Crap.  I posted too soon.  Modifying the import logic only lets
&lt;br&gt;&amp;gt; you start up meld without comparing any files.  As soon as you
&lt;br&gt;&amp;gt; try to compare two files, you get the same D-bus error as
&lt;br&gt;&amp;gt; before.  Still can't use meld as root.
&lt;/div&gt;&lt;br&gt;Sorry - there is another gconf import in historyentry.py, around line
&lt;br&gt;183. It should fallback to doing nothing if gconf isn't found, but
&lt;br&gt;since it's installed in your case you'll have to explicitly disable
&lt;br&gt;the import there as well.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26618903&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/meld-stopped-working-when-run-as-root-tp24974649p26618903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617846</id>
	<title>Re: meld stopped working when run as root</title>
	<published>2009-12-02T14:40:57Z</published>
	<updated>2009-12-02T14:40:57Z</updated>
	<author>
		<name>Grant Edwards-6</name>
	</author>
	<content type="html">On 2009-12-02, Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617846&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 2009-12-02, Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617846&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; On 2009-10-07, Kai Willadsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617846&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm guessing you're seeing
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=555745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=555745&lt;/a&gt;&amp;nbsp;(in gconf) though
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; why it only just started happening I have no idea. Anyway, the 'su -'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; workaround seems to work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Using 'su -' produces a different error:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; # meld
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; process 8383: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open &amp;quot;/var/lib/dbus/machine-id&amp;quot;: No such file or directory
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; See the manual page for dbus-uuidgen to correct this issue.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; D-Bus not built with -rdynamic so unable to print a backtrace
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; Aborted
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Unless Gentoo has patched one in, Meld doesn't support a 'no Gnome'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mode. Having said that, if Meld fails to find gconf, it will use
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; python's configparser configuration backend instead. If you really
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; don't want gconf at all, you can change the import logic at the end of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; prefs.py.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Modifying the import logic to not use gconf does work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Crap. &amp;nbsp;I posted too soon. &amp;nbsp;Modifying the import logic only lets
&lt;br&gt;&amp;gt; you start up meld without comparing any files. &amp;nbsp;As soon as you
&lt;br&gt;&amp;gt; try to compare two files, you get the same D-bus error as
&lt;br&gt;&amp;gt; before. &amp;nbsp;Still can't use meld as root.
&lt;/div&gt;&lt;br&gt;Running &amp;quot;dbus-uuidgen --ensure&amp;quot; created /var/lib/dbus/machine-id,
&lt;br&gt;so now I can run meld using sudo. &amp;nbsp;It will also work after &amp;quot;su -&amp;quot;,
&lt;br&gt;but you have to manually set DISPLAY. &amp;nbsp;Not quite as convenient
&lt;br&gt;as it used to be when it would &amp;quot;just work&amp;quot; after an &amp;quot;su&amp;quot;, but
&lt;br&gt;it's progress.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Grant Edwards &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; grante &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yow! I'm using my X-RAY
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VISION to obtain a rare
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;visi.com &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;glimpse of the INNER
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WORKINGS of this POTATO!!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617846&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/meld-stopped-working-when-run-as-root-tp24974649p26617846.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617569</id>
	<title>Re: meld stopped working when run as root</title>
	<published>2009-12-02T14:14:50Z</published>
	<updated>2009-12-02T14:14:50Z</updated>
	<author>
		<name>Grant Edwards-6</name>
	</author>
	<content type="html">On 2009-12-02, Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617569&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 2009-10-07, Kai Willadsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617569&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm guessing you're seeing
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=555745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=555745&lt;/a&gt;&amp;nbsp;(in gconf) though
&lt;br&gt;&amp;gt;&amp;gt; why it only just started happening I have no idea. Anyway, the 'su -'
&lt;br&gt;&amp;gt;&amp;gt; workaround seems to work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Using 'su -' produces a different error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; # meld
&lt;br&gt;&amp;gt; &amp;nbsp; process 8383: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open &amp;quot;/var/lib/dbus/machine-id&amp;quot;: No such file or directory
&lt;br&gt;&amp;gt; &amp;nbsp; See the manual page for dbus-uuidgen to correct this issue.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; D-Bus not built with -rdynamic so unable to print a backtrace
&lt;br&gt;&amp;gt; &amp;nbsp; Aborted
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Unless Gentoo has patched one in, Meld doesn't support a 'no Gnome'
&lt;br&gt;&amp;gt;&amp;gt; mode. Having said that, if Meld fails to find gconf, it will use
&lt;br&gt;&amp;gt;&amp;gt; python's configparser configuration backend instead. If you really
&lt;br&gt;&amp;gt;&amp;gt; don't want gconf at all, you can change the import logic at the end of
&lt;br&gt;&amp;gt;&amp;gt; prefs.py.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Modifying the import logic to not use gconf does work.
&lt;/div&gt;&lt;br&gt;Crap. &amp;nbsp;I posted too soon. &amp;nbsp;Modifying the import logic only lets
&lt;br&gt;you start up meld without comparing any files. &amp;nbsp;As soon as you
&lt;br&gt;try to compare two files, you get the same D-bus error as
&lt;br&gt;before. &amp;nbsp;Still can't use meld as root.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Grant Edwards &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; grante &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yow! Somewhere in DOWNTOWN
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BURBANK a prostitute is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;visi.com &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;OVERCOOKING a LAMB CHOP!!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617569&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/meld-stopped-working-when-run-as-root-tp24974649p26617569.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26617414</id>
	<title>Re: meld stopped working when run as root</title>
	<published>2009-12-02T14:09:58Z</published>
	<updated>2009-12-02T14:09:58Z</updated>
	<author>
		<name>Grant Edwards-6</name>
	</author>
	<content type="html">On 2009-10-07, Kai Willadsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617414&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm guessing you're seeing
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=555745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=555745&lt;/a&gt;&amp;nbsp;(in gconf) though
&lt;br&gt;&amp;gt; why it only just started happening I have no idea. Anyway, the 'su -'
&lt;br&gt;&amp;gt; workaround seems to work.
&lt;br&gt;&lt;br&gt;Using 'su -' produces a different error:
&lt;br&gt;&lt;br&gt;&amp;nbsp; # meld
&lt;br&gt;&amp;nbsp; process 8383: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open &amp;quot;/var/lib/dbus/machine-id&amp;quot;: No such file or directory
&lt;br&gt;&amp;nbsp; See the manual page for dbus-uuidgen to correct this issue.
&lt;br&gt;&amp;nbsp; &amp;nbsp; D-Bus not built with -rdynamic so unable to print a backtrace
&lt;br&gt;&amp;nbsp; Aborted
&lt;br&gt;&lt;br&gt;&amp;gt; Unless Gentoo has patched one in, Meld doesn't support a 'no Gnome'
&lt;br&gt;&amp;gt; mode. Having said that, if Meld fails to find gconf, it will use
&lt;br&gt;&amp;gt; python's configparser configuration backend instead. If you really
&lt;br&gt;&amp;gt; don't want gconf at all, you can change the import logic at the end of
&lt;br&gt;&amp;gt; prefs.py.
&lt;br&gt;&lt;br&gt;Modifying the import logic to not use gconf does work.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Grant Edwards &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; grante &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yow! Nipples, dimples,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; knuckles, NICKLES,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;visi.com &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;wrinkles, pimples!!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26617414&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/meld-stopped-working-when-run-as-root-tp24974649p26617414.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584210</id>
	<title>Re: Smart Recognition</title>
	<published>2009-11-30T15:46:15Z</published>
	<updated>2009-11-30T15:46:15Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/11/28 M. Bashir Al-Noimi &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584210&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbnoimi@...&lt;/a&gt;&amp;gt;
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Kai Willadsen wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because I found that meld is smart I use it, but yesterday I faced something
&lt;br&gt;&amp;gt; strange during comparing two XML files (see the attachments please).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although the first file (english.xml) is too different from the second file
&lt;br&gt;&amp;gt; (arabic.xml) meld splits these differences in to huge blocks where they must
&lt;br&gt;&amp;gt; be small blocks!!! (see the pic below).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How I can deal with this problem? I want to make meld recognize these
&lt;br&gt;&amp;gt; differences accurately.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Looking at your example comparison, I can't see the problem. It looks
&lt;br&gt;&amp;gt; &amp;gt; to me like the changes between the files are correctly highlighted.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yep, highlighting works well but as you see in the following picture there are 11 differences in 8 lines + a fully new line
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I expected that meld will give me 11 blocks + a new block for the new line (&amp;lt;text id=&amp;quot;RECITATION_ADDED&amp;quot;...) not putting all differences in single block!!!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At least I expected from meld to put 2 blocks the first one for 11 modified lines and the second for the new line.
&lt;/div&gt;&lt;br&gt;So Meld just uses existing diff algorithms to do the comparison, and
&lt;br&gt;what you're seeing is what Python's difflib gives us. There are other
&lt;br&gt;diff algorithms, but as far as I know none of them are going to give
&lt;br&gt;you the results you want. Splitting into smaller blocks might help
&lt;br&gt;comparison of translations, but I think it would be bad for other
&lt;br&gt;types of comparison.
&lt;br&gt;&lt;br&gt;I think the only way this is likely to get fixed is to have pluggable
&lt;br&gt;comparisons (or maybe just a post-comparison filtering plugin system)
&lt;br&gt;to allow certain file types to be treated differently. However, I
&lt;br&gt;don't think anyone is working on this at the moment.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584210&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Smart-Recognition-tp26494083p26584210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26549323</id>
	<title>Re: Smart Recognition</title>
	<published>2009-11-27T14:55:12Z</published>
	<updated>2009-11-27T14:55:12Z</updated>
	<author>
		<name>M. Bashir Al-Noimi-3</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html style=&quot;direction: ltr;&quot;&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body style=&quot;direction: ltr;&quot; bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;div bidimailui-direction-uniformity=&quot;ltr&quot; style=&quot;direction: ltr;&quot; class=&quot;moz-text-html&quot; lang=&quot;x-unicode&quot;&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;Kai Willadsen wrote:&lt;br&gt;
&lt;/p&gt;
&lt;blockquote qctoggled=&quot;false&quot; cite=&quot;mid:58a8195d0911241152p10fef40aud58a11f9e3989812@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;2009/11/24 M. Bashir Al-Noimi &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549323&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbnoimi@...&lt;/a&gt;
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Hi All,

Because I found that meld is smart I use it, but yesterday I faced something
strange during comparing two XML files (see the attachments please).

Although the first file (english.xml) is too different from the second file
(arabic.xml) meld splits these differences in to huge blocks where they must
be small blocks!!! (see the pic below).

How I can deal with this problem? I want to make meld recognize these
differences accurately.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
Looking at your example comparison, I can't see the problem. It looks
to me like the changes between the files are correctly highlighted.
  &lt;/pre&gt;
&lt;/blockquote&gt;
Yep, highlighting works well but as you see in the following picture
there are 11 differences in 8 lines + a fully new line&lt;br&gt;
&lt;br&gt;
&lt;img alt=&quot;&quot; src=&quot;http://old.nabble.com/attachment/26549323/0/2009-11-24_031336.png&quot; height=&quot;232&quot; width=&quot;1017&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote qctoggled=&quot;false&quot; cite=&quot;mid:58a8195d0911241152p10fef40aud58a11f9e3989812@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Can you be more specific about what you would expect to see?
  &lt;/pre&gt;
&lt;/blockquote&gt;
I expected that meld will give me 11 blocks + a new block for the new
line (&amp;lt;text id=&quot;RECITATION_ADDED&quot;...) not putting all differences in
single block!!!&lt;br&gt;
&lt;br&gt;
At least I expected from meld to put 2 blocks the first one for 11
modified lines and the second for the new line.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-----&lt;br&gt;
Best Regards&lt;br&gt;
Muhammad Bashir Al-Noimi&lt;br&gt;
My Blog: &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://mbnoimi.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mbnoimi.net/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26549323&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Smart-Recognition-tp26494083p26549323.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502246</id>
	<title>Re: Smart Recognition</title>
	<published>2009-11-24T11:52:57Z</published>
	<updated>2009-11-24T11:52:57Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/11/24 M. Bashir Al-Noimi &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502246&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbnoimi@...&lt;/a&gt;&amp;gt;
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because I found that meld is smart I use it, but yesterday I faced something
&lt;br&gt;&amp;gt; strange during comparing two XML files (see the attachments please).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although the first file (english.xml) is too different from the second file
&lt;br&gt;&amp;gt; (arabic.xml) meld splits these differences in to huge blocks where they must
&lt;br&gt;&amp;gt; be small blocks!!! (see the pic below).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How I can deal with this problem? I want to make meld recognize these
&lt;br&gt;&amp;gt; differences accurately.
&lt;/div&gt;&lt;br&gt;Looking at your example comparison, I can't see the problem. It looks
&lt;br&gt;to me like the changes between the files are correctly highlighted.
&lt;br&gt;Can you be more specific about what you would expect to see?
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502246&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Smart-Recognition-tp26494083p26502246.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494083</id>
	<title>Smart Recognition</title>
	<published>2009-11-24T03:04:45Z</published>
	<updated>2009-11-24T03:04:45Z</updated>
	<author>
		<name>M. Bashir Al-Noimi-3</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html style=&quot;direction: ltr;&quot;&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body style=&quot;direction: ltr;&quot; bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;Hi All,&lt;br&gt;
&lt;br&gt;
Because I found that meld is smart I use it, but yesterday I faced
something strange during comparing two XML files (see the attachments
please).
&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;Although the first
file (english.xml) is too different from the second file (arabic.xml)
meld splits these differences in to huge blocks where they must be
small blocks!!! (see the pic below).&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;b&gt;How I can deal with
this problem? I want to make meld recognize these differences
accurately.&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;b&gt;&lt;img alt=&quot;&quot; src=&quot;http://old.nabble.com/attachment/26494083/0/2009-11-24_031336.png&quot; height=&quot;232&quot; width=&quot;1017&quot;&gt;&lt;/b&gt;&lt;br&gt;
&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
-----&lt;br&gt;
Best Regards&lt;br&gt;
Muhammad Bashir Al-Noimi&lt;br&gt;
My Blog: &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://mbnoimi.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mbnoimi.net/&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494083&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;zekr.zip&lt;/strong&gt; (12K) &lt;a href=&quot;http://old.nabble.com/attachment/26494083/1/zekr.zip&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Smart-Recognition-tp26494083p26494083.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498093</id>
	<title>Smart Recognition</title>
	<published>2009-11-23T17:16:31Z</published>
	<updated>2009-11-23T17:16:31Z</updated>
	<author>
		<name>M. Bashir Al-Noimi-4</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html style=&quot;direction: ltr;&quot;&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body style=&quot;direction: ltr;&quot; bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;Hi All,&lt;br&gt;
&lt;br&gt;
Because I found that meld is smart I use it, but yesterday I faced
something strange during comparing two XML files (see the attachments
please).&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;Although the first
file (english.xml) is too different from the second file (arabic.xml)
meld splits these differences in to huge blocks where they must be
small blocks!!! (see the pic below).&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;b&gt;How I can deal with
this problem? I want to make meld recognize these differences
accurately.&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;br&gt;
&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://old.nabble.com/attachment/26498093/0/2009-11-24_031336.png&quot; height=&quot;232&quot; width=&quot;1017&quot;&gt;&lt;br&gt;
&lt;/p&gt;
&lt;p style=&quot;margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;br&gt;
&lt;br&gt;
-----&lt;br&gt;
Best Regards&lt;br&gt;
Muhammad Bashir Al-Noimi&lt;br&gt;
My Blog: &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://mbnoimi.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mbnoimi.net/&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;zekr.zip&lt;/strong&gt; (12K) &lt;a href=&quot;http://old.nabble.com/attachment/26498093/1/zekr.zip&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Smart-Recognition-tp26498093p26498093.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498090</id>
	<title>Re: Commit only some changes</title>
	<published>2009-11-20T08:05:19Z</published>
	<updated>2009-11-20T08:05:19Z</updated>
	<author>
		<name>Leif Gruenwoldt</name>
	</author>
	<content type="html">On Fri, Nov 20, 2009 at 9:28 AM, Vincent Legoll
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498090&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vincent.legoll@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Nov 19, 2009 at 8:24 PM, Leif Gruenwoldt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498090&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leifer@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Often I make several changes to a file but only want to commit part of
&lt;br&gt;&amp;gt;&amp;gt; those changes. Is there a way to pick which changes to commit with
&lt;br&gt;&amp;gt;&amp;gt; Meld?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not directly, but this could be an interesting addition,
&lt;br&gt;&amp;gt; and probably not too hard to implement...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With git, what I do is use &amp;quot;git stash&amp;quot; before using meld to undo
&lt;br&gt;&amp;gt; the unwanted changes, commit the pieces I want, and then
&lt;br&gt;&amp;gt; use &amp;quot;git stash apply&amp;quot; to get back the other pieces back in.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; With other scm I did the equivalent by hand, i.e. copy the current
&lt;br&gt;&amp;gt; files, undo unwanted modifs before comitting then checkout and
&lt;br&gt;&amp;gt; overwrite with backup, A lot more painful if you have a lot of modified
&lt;br&gt;&amp;gt; files...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Vincent Legoll
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Vincent, your second example is pretty much what I have to do on a
&lt;br&gt;regular basis with our scm (CVS). It works but obviously it's painful.
&lt;br&gt;Beacuse it's painful many developers will just commit several
&lt;br&gt;unrelated changes made to the file together leading to ugly diffs and
&lt;br&gt;hard code reviews.
&lt;br&gt;&lt;br&gt;An example of the workflow that I think would be very useful in Meld
&lt;br&gt;to rectify this would be:
&lt;br&gt;&lt;br&gt;1. Make a bunch of changes to myfile.c in my preferred editor.
&lt;br&gt;2. View the diff in meld
&lt;br&gt;&lt;br&gt;$ meld myfile.c
&lt;br&gt;&lt;br&gt;Opens a diff between the version from my SCM (in the left pane) and
&lt;br&gt;locally modified file (in the right pane.). Just like in the current
&lt;br&gt;Meld. Nothing new here.
&lt;br&gt;&lt;br&gt;3. Pick which changes I want to check in by pushing them to the left.
&lt;br&gt;&lt;br&gt;The functionality is almost there now for this, except pushing to the
&lt;br&gt;left just pushes to a file in /tmp/ on the filesystem.
&lt;br&gt;&lt;br&gt;4. Commit the file on the left through Meld. Right-click window pane,
&lt;br&gt;select &amp;quot;commit&amp;quot; ?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Leif Gruenwoldt
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26498090&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-only-some-changes-tp26443881p26498090.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26444171</id>
	<title>Re: Commit only some changes</title>
	<published>2009-11-20T06:28:04Z</published>
	<updated>2009-11-20T06:28:04Z</updated>
	<author>
		<name>Vincent Legoll</name>
	</author>
	<content type="html">On Thu, Nov 19, 2009 at 8:24 PM, Leif Gruenwoldt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444171&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leifer@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Often I make several changes to a file but only want to commit part of
&lt;br&gt;&amp;gt; those changes. Is there a way to pick which changes to commit with
&lt;br&gt;&amp;gt; Meld?
&lt;br&gt;&lt;br&gt;Not directly, but this could be an interesting addition,
&lt;br&gt;and probably not too hard to implement...
&lt;br&gt;&lt;br&gt;With git, what I do is use &amp;quot;git stash&amp;quot; before using meld to undo
&lt;br&gt;the unwanted changes, commit the pieces I want, and then
&lt;br&gt;use &amp;quot;git stash apply&amp;quot; to get back the other pieces back in.
&lt;br&gt;&lt;br&gt;With other scm I did the equivalent by hand, i.e. copy the current
&lt;br&gt;files, undo unwanted modifs before comitting then checkout and
&lt;br&gt;overwrite with backup, A lot more painful if you have a lot of modified
&lt;br&gt;files...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Vincent Legoll
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444171&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-only-some-changes-tp26443881p26444171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26443881</id>
	<title>Commit only some changes</title>
	<published>2009-11-19T11:24:44Z</published>
	<updated>2009-11-19T11:24:44Z</updated>
	<author>
		<name>Leif Gruenwoldt</name>
	</author>
	<content type="html">Often I make several changes to a file but only want to commit part of
&lt;br&gt;those changes. Is there a way to pick which changes to commit with
&lt;br&gt;Meld?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Leif Gruenwoldt
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443881&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-only-some-changes-tp26443881p26443881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25796657</id>
	<title>Re: meld stopped working when run as root</title>
	<published>2009-10-07T17:19:37Z</published>
	<updated>2009-10-07T17:19:37Z</updated>
	<author>
		<name>Grant Edwards-6</name>
	</author>
	<content type="html">On 2009-10-07, Kai Willadsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25796657&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; On 2009-08-14, Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25796657&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I used to use meld regularly on different versions of system
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; config files (that are only readble by root). ??However,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; sometime recently meld stopped working when run as root:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry - meant to respond to this. There haven't been any changes to
&lt;br&gt;&amp;gt; Meld that should change running as root. See below.
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; I'm guessing you're seeing
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=555745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=555745&lt;/a&gt;&amp;nbsp;(in gconf)
&lt;br&gt;&lt;br&gt;That looks like it might be it. &amp;nbsp;Meld is probably the only GTK
&lt;br&gt;program I ever run as root.
&lt;br&gt;&lt;br&gt;&amp;gt; though why it only just started happening I have no idea.
&lt;br&gt;&amp;gt; Anyway, the 'su -' workaround seems to work.
&lt;br&gt;&lt;br&gt;Thanks, I'll try that.
&lt;br&gt;&lt;br&gt;&amp;gt; Unless Gentoo has patched one in, Meld doesn't support a 'no
&lt;br&gt;&amp;gt; Gnome' mode. Having said that, if Meld fails to find gconf, it
&lt;br&gt;&amp;gt; will use python's configparser configuration backend instead.
&lt;br&gt;&amp;gt; If you really don't want gconf at all, you can change the
&lt;br&gt;&amp;gt; import logic at the end of prefs.py.
&lt;br&gt;&lt;br&gt;I'll take a look at that as well.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Grant Edwards &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; grante &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yow! I'm meditating on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the FORMALDEHYDE and the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;visi.com &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ASBESTOS leaking into my
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PERSONAL SPACE!!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25796657&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/meld-stopped-working-when-run-as-root-tp24974649p25796657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25793888</id>
	<title>Re: meld stopped working when run as root</title>
	<published>2009-10-07T13:32:13Z</published>
	<updated>2009-10-07T13:32:13Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/10/8 Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25793888&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; On 2009-08-14, Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25793888&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I used to use meld regularly on different versions of system
&lt;br&gt;&amp;gt;&amp;gt; config files (that are only readble by root).  However,
&lt;br&gt;&amp;gt;&amp;gt; sometime recently meld stopped working when run as root:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So is using meld as root simply out of the question now?
&lt;br&gt;&lt;br&gt;Sorry - meant to respond to this. There haven't been any changes to
&lt;br&gt;Meld that should change running as root. See below.
&lt;br&gt;&lt;br&gt;2009/8/15 Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25793888&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; Traceback (most recent call last):
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; File &amp;quot;/usr/bin/meld&amp;quot;, line 90, in &amp;lt;module&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; meldapp.main()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; File &amp;quot;//usr/lib/meld/meldapp.py&amp;quot;, line 982, in main
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; app = MeldApp()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; File &amp;quot;//usr/lib/meld/meldapp.py&amp;quot;, line 562, in __init__
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; self.prefs = MeldPreferences()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; File &amp;quot;//usr/lib/meld/meldapp.py&amp;quot;, line 435, in __init__
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; super(MeldPreferences, self).__init__(&amp;quot;/apps/meld&amp;quot;, self.defaults)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; File &amp;quot;//usr/lib/meld/prefs.py&amp;quot;, line 92, in __init__
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE)
&lt;br&gt;&amp;gt; &amp;nbsp; glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See &lt;a href=&quot;http://www.gnome.org/projects/gconf/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnome.org/projects/gconf/&lt;/a&gt;&amp;nbsp;for information. (Details - &amp;nbsp;1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
&lt;/div&gt;&lt;br&gt;I'm guessing you're seeing
&lt;br&gt;&lt;a href=&quot;https://bugzilla.gnome.org/show_bug.cgi?id=555745&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/show_bug.cgi?id=555745&lt;/a&gt;&amp;nbsp;(in gconf) though
&lt;br&gt;why it only just started happening I have no idea. Anyway, the 'su -'
&lt;br&gt;workaround seems to work.
&lt;br&gt;&lt;br&gt;&amp;gt; Is there any way to get meld working again for root? What's a
&lt;br&gt;&amp;gt; &amp;quot;configuration server&amp;quot;? I already build it withough gnome
&lt;br&gt;&amp;gt; support (Gentoo gnome USE flag is unset).
&lt;br&gt;&lt;br&gt;Unless Gentoo has patched one in, Meld doesn't support a 'no Gnome'
&lt;br&gt;mode. Having said that, if Meld fails to find gconf, it will use
&lt;br&gt;python's configparser configuration backend instead. If you really
&lt;br&gt;don't want gconf at all, you can change the import logic at the end of
&lt;br&gt;prefs.py.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25793888&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/meld-stopped-working-when-run-as-root-tp24974649p25793888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25788948</id>
	<title>Re: meld stopped working when run as root</title>
	<published>2009-10-07T08:32:55Z</published>
	<updated>2009-10-07T08:32:55Z</updated>
	<author>
		<name>Grant Edwards-6</name>
	</author>
	<content type="html">On 2009-08-14, Grant Edwards &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25788948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grant.b.edwards@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I used to use meld regularly on different versions of system
&lt;br&gt;&amp;gt; config files (that are only readble by root). &amp;nbsp;However,
&lt;br&gt;&amp;gt; sometime recently meld stopped working when run as root:
&lt;br&gt;&lt;br&gt;So is using meld as root simply out of the question now?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Grant Edwards &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; grante &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yow! Hello. &amp;nbsp;Just walk
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; along and try NOT to think
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;visi.com &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;about your INTESTINES being
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;almost FORTY YARDS LONG!!
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25788948&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/meld-stopped-working-when-run-as-root-tp24974649p25788948.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25690450</id>
	<title>Re: Ignoring blank lines (again)</title>
	<published>2009-09-30T15:47:05Z</published>
	<updated>2009-09-30T15:47:05Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/9/29 Piotr Piastucki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25690450&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leech.miranda@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Sep 29, 2009 at 2:33 AM, Kai Willadsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25690450&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; One of the problems with Meld doing smart things based on cursor
&lt;br&gt;&amp;gt;&amp;gt; location or similar triggers is that some objects keep slightly
&lt;br&gt;&amp;gt;&amp;gt; different versions of the diff around, the main cause being the
&lt;br&gt;&amp;gt;&amp;gt; ignore-blank-lines preference. With this patch, the Differ object now
&lt;br&gt;&amp;gt;&amp;gt; performs blank line filtering itself. See the commit message for more
&lt;br&gt;&amp;gt;&amp;gt; detailed comments.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Reviews would be *much* appreciated.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Also, fixing this allows us to do reliable cursor-position tracking,
&lt;br&gt;&amp;gt;&amp;gt; which allows a host of other nice things. Patches for the tracking and
&lt;br&gt;&amp;gt;&amp;gt; other niceties will follow shortly.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; cheers,
&lt;br&gt;&amp;gt;&amp;gt; Kai
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have tested the patch a bit and everything seems to work fine.
&lt;br&gt;&amp;gt; Moving blank line filtering to Differ and getting rid of all these messy
&lt;br&gt;&amp;gt; calls to _consume_blank_lines in filediff is definitely a very good idea.
&lt;br&gt;&amp;gt; Not perfect as it does not handle blank lines inside diff chunks, but I do
&lt;br&gt;&amp;gt; not really care as I do not use this setting at all :)
&lt;/div&gt;&lt;br&gt;I don't use it either, but it was getting in the way of doing other
&lt;br&gt;stuff, so it had to be fixed.
&lt;br&gt;&lt;br&gt;As for the blank lines inside chunks... I'm not really sure *what* the
&lt;br&gt;expected behaviour is here. I can't decide whether ignoring
&lt;br&gt;interspersed blank lines is desirable, or whether that would just be
&lt;br&gt;confusing.
&lt;br&gt;&lt;br&gt;&amp;gt; Cleaning up filediff and making all the niceties you mentioned possible is
&lt;br&gt;&amp;gt; much more important from my point of view.
&lt;br&gt;&lt;br&gt;Thanks - I appreciate the testing.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25690450&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ignoring-blank-lines-%28again%29-tp25655114p25690450.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25690418</id>
	<title>Re: Unable to use file filter to filter directories</title>
	<published>2009-09-30T15:43:56Z</published>
	<updated>2009-09-30T15:43:56Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/9/22 Ben Joldersma &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25690418&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.joldersma@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Unfortunately I am unable to use these steps to success.
&lt;br&gt;&amp;gt; I was wondering - maybe my configuration settings from 1.2 are conflicting
&lt;br&gt;&amp;gt; somehow?  I tried removing them, but I found them in several places -
&lt;br&gt;&amp;gt; .gconf/apps/meld, .gconf/apps/gnome-settings, ~/.gnome2.  i tried removing
&lt;br&gt;&amp;gt; all of them, but the settings still show up.
&lt;br&gt;&amp;gt; I will file a bug unless people think that is worth trying first.
&lt;br&gt;&lt;br&gt;If this worked with 1.2 and doesn't with 1.3.1, there could be an
&lt;br&gt;issue with the gconf/configparser selection. Either way, file a bug
&lt;br&gt;and maybe we can figure out what the problem is.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25690418&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-use-file-filter-to-filter-directories-tp25521727p25690418.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25658043</id>
	<title>Re: Ignoring blank lines (again)</title>
	<published>2009-09-29T00:11:53Z</published>
	<updated>2009-09-29T00:11:53Z</updated>
	<author>
		<name>Piotr Piastucki-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Sep 29, 2009 at 2:33 AM, Kai Willadsen &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25658043&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Hi all,&lt;br&gt;
&lt;br&gt;
One of the problems with Meld doing smart things based on cursor&lt;br&gt;
location or similar triggers is that some objects keep slightly&lt;br&gt;
different versions of the diff around, the main cause being the&lt;br&gt;
ignore-blank-lines preference. With this patch, the Differ object now&lt;br&gt;
performs blank line filtering itself. See the commit message for more&lt;br&gt;
detailed comments.&lt;br&gt;
&lt;br&gt;
Reviews would be *much* appreciated.&lt;br&gt;
&lt;br&gt;
Also, fixing this allows us to do reliable cursor-position tracking,&lt;br&gt;
which allows a host of other nice things. Patches for the tracking and&lt;br&gt;
other niceties will follow shortly.&lt;br&gt;
&lt;br&gt;
cheers,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;Kai&lt;br&gt;
&lt;/font&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;Hi,&lt;br&gt;&lt;br&gt;I have tested the patch a bit and everything seems to work fine.&lt;br&gt;Moving blank line filtering to Differ and getting rid of all these messy calls to _consume_blank_lines in filediff is definitely a very good idea. Not perfect as it does not handle blank lines inside diff chunks, but I do not really care as I do not use this setting at all :) &lt;br&gt;
Cleaning up filediff and making all the niceties you mentioned possible is much more important from my point of view.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Piotr&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25658043&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ignoring-blank-lines-%28again%29-tp25655114p25658043.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25657088</id>
	<title>Re: Cursor tracking and consequences</title>
	<published>2009-09-28T22:20:36Z</published>
	<updated>2009-09-28T22:20:36Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">...and the rest of the patches.
&lt;br&gt;&lt;br&gt;Kai
&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25657088&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0004-Add-x-of-y-information-to-status-bar.patch&lt;/strong&gt; (6K) &lt;a href=&quot;http://old.nabble.com/attachment/25657088/0/0004-Add-x-of-y-information-to-status-bar.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0005-Highlight-current-chunk.patch&lt;/strong&gt; (4K) &lt;a href=&quot;http://old.nabble.com/attachment/25657088/1/0005-Highlight-current-chunk.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0006-Break-out-chunk-actions-for-wider-i.e.-keyboard-u.patch&lt;/strong&gt; (5K) &lt;a href=&quot;http://old.nabble.com/attachment/25657088/2/0006-Break-out-chunk-actions-for-wider-i.e.-keyboard-u.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0007-Add-beta-quality-keyboard-merging-features.patch&lt;/strong&gt; (9K) &lt;a href=&quot;http://old.nabble.com/attachment/25657088/3/0007-Add-beta-quality-keyboard-merging-features.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cursor-tracking-and-consequences-tp25657078p25657088.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25657078</id>
	<title>Cursor tracking and consequences</title>
	<published>2009-09-28T22:18:54Z</published>
	<updated>2009-09-28T22:18:54Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;This patch series applies on top of the ignore-blank patch sent
&lt;br&gt;earlier. The basic idea is that by tracking not only where the cursor
&lt;br&gt;is, but also where it is in terms of diff chunks, we can enable
&lt;br&gt;several nice features and bits of user feedback.
&lt;br&gt;&lt;br&gt;Patches 1 and 3 are just cleanups. The interesting stuff is in patch
&lt;br&gt;2, which adds the cursor tracking and uses it to do sensitivity
&lt;br&gt;setting of Up/Down actions. It looks like a lot of code to do
&lt;br&gt;sensitivity setting, but the real benefits are that this enables the
&lt;br&gt;features in later patches. Review and feedback on patches 1-3 would be
&lt;br&gt;greatly appreciated.
&lt;br&gt;&lt;br&gt;Patches 4-7 (sent separately to avoid list size limit) aren't yet ready -
&lt;br&gt;they're provided partially as a proof-of-concept, and partially so that people
&lt;br&gt;can give feedback on the features. We get a &amp;quot;x of y&amp;quot; style status bar display
&lt;br&gt;for difference indices in patch 4, and subtle highlighting of the currently
&lt;br&gt;focused chunk in patch 5. The actually cool stuff is in 6 &amp; 7, which adds a
&lt;br&gt;first pass at keyboard-based merging. There are still some bugs here (notably
&lt;br&gt;in three-way merging), and a few bits are missing (e.g., switching panes is
&lt;br&gt;needed), but it should be at least somewhat usable.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25657078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0001-Use-gtk.TextView.scroll_to_mark-rather-than-home-gro.patch&lt;/strong&gt; (2K) &lt;a href=&quot;http://old.nabble.com/attachment/25657078/0/0001-Use-gtk.TextView.scroll_to_mark-rather-than-home-gro.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0002-Add-detailed-cursor-handling-and-use-for-Up-Down-se.patch&lt;/strong&gt; (18K) &lt;a href=&quot;http://old.nabble.com/attachment/25657078/1/0002-Add-detailed-cursor-handling-and-use-for-Up-Down-se.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0003-Use-cursor-struct-in-current-line-highlighting.patch&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/25657078/2/0003-Use-cursor-struct-in-current-line-highlighting.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cursor-tracking-and-consequences-tp25657078p25657078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25655114</id>
	<title>Ignoring blank lines (again)</title>
	<published>2009-09-28T17:33:39Z</published>
	<updated>2009-09-28T17:33:39Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;One of the problems with Meld doing smart things based on cursor
&lt;br&gt;location or similar triggers is that some objects keep slightly
&lt;br&gt;different versions of the diff around, the main cause being the
&lt;br&gt;ignore-blank-lines preference. With this patch, the Differ object now
&lt;br&gt;performs blank line filtering itself. See the commit message for more
&lt;br&gt;detailed comments.
&lt;br&gt;&lt;br&gt;Reviews would be *much* appreciated.
&lt;br&gt;&lt;br&gt;Also, fixing this allows us to do reliable cursor-position tracking,
&lt;br&gt;which allows a host of other nice things. Patches for the tracking and
&lt;br&gt;other niceties will follow shortly.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25655114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;0001-Move-ignore-blank-lines-implementation-to-Differ-cla.patch&lt;/strong&gt; (11K) &lt;a href=&quot;http://old.nabble.com/attachment/25655114/0/0001-Move-ignore-blank-lines-implementation-to-Differ-cla.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Ignoring-blank-lines-%28again%29-tp25655114p25655114.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25592266</id>
	<title>Re: Unable to use file filter to filter directories</title>
	<published>2009-09-21T09:53:39Z</published>
	<updated>2009-09-21T09:53:39Z</updated>
	<author>
		<name>Ben Joldersma-4</name>
	</author>
	<content type="html">Unfortunately I am unable to use these steps to success.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I was wondering - maybe my configuration settings from 1.2 are conflicting somehow?  I tried removing them, but I found them in several places - .gconf/apps/meld, .gconf/apps/gnome-settings, ~/.gnome2.  i tried removing all of them, but the settings still show up.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I will file a bug unless people think that is worth trying first.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for the help!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--ben&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Sep 19, 2009 at 3:06 PM, Kai Willadsen &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25592266&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;2009/9/19 Ben Joldersma &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25592266&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.joldersma@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; First off,&lt;br&gt;
&amp;gt; Absolutely *love* meld.  Thanks so much for making such a great tool.  All&lt;br&gt;
&amp;gt; my co-workers are jealous (who don&amp;#39;t use linux that is!)&lt;br&gt;
&amp;gt; We&amp;#39;ve got some third party libraries in our source tree that we rarely&lt;br&gt;
&amp;gt; change.  I&amp;#39;d like to exclude them, because they contain several thousand&lt;br&gt;
&amp;gt; files and it takes a while to do the initial scan.  I tried setting some&lt;br&gt;
&amp;gt; variations of what I think are valid shell globs in the file filters&lt;br&gt;
&amp;gt; section, where directory to exclude is named &amp;#39;foo&amp;#39;:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;#39;foo&amp;#39;&lt;br&gt;
&amp;gt; &amp;#39;foo/*&amp;#39;&lt;br&gt;
&amp;gt; &amp;#39;foo/**/*&amp;#39;&lt;br&gt;
&amp;gt; &amp;#39;/foo/&amp;#39;&lt;br&gt;
&amp;gt; &amp;#39;path/to/foo/*&amp;#39;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I&amp;#39;m not too sure what else I can try.  I disabled the version control&lt;br&gt;
&amp;gt; exclude pattern, but it didn&amp;#39;t seem to include the .svn directories either.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Any thoughts?  Am I missing something?  Is there a bug?&lt;br&gt;
&amp;gt; Thanks again for such an incredibly useful tool - 1.3 is awesome!&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;So I can make this work for me by defining and enabling the filter&lt;br&gt;
&amp;quot;foo&amp;quot;, but I have to restart Meld after creating the new file filter.&lt;br&gt;
The fact that it needs to be restarted is definitely a bug. However,&lt;br&gt;
if it doesn&amp;#39;t work for you even after restarting, then there may well&lt;br&gt;
be a second bug hanging around. Feel free to file these in bugzilla.&lt;br&gt;
&lt;br&gt;
cheers,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;Kai&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25592266&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-use-file-filter-to-filter-directories-tp25521727p25592266.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25525989</id>
	<title>Re: Unable to use file filter to filter directories</title>
	<published>2009-09-19T15:06:39Z</published>
	<updated>2009-09-19T15:06:39Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/9/19 Ben Joldersma &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25525989&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ben.joldersma@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; First off,
&lt;br&gt;&amp;gt; Absolutely *love* meld.  Thanks so much for making such a great tool.  All
&lt;br&gt;&amp;gt; my co-workers are jealous (who don't use linux that is!)
&lt;br&gt;&amp;gt; We've got some third party libraries in our source tree that we rarely
&lt;br&gt;&amp;gt; change.  I'd like to exclude them, because they contain several thousand
&lt;br&gt;&amp;gt; files and it takes a while to do the initial scan.  I tried setting some
&lt;br&gt;&amp;gt; variations of what I think are valid shell globs in the file filters
&lt;br&gt;&amp;gt; section, where directory to exclude is named 'foo':
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 'foo'
&lt;br&gt;&amp;gt; 'foo/*'
&lt;br&gt;&amp;gt; 'foo/**/*'
&lt;br&gt;&amp;gt; '/foo/'
&lt;br&gt;&amp;gt; 'path/to/foo/*'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not too sure what else I can try.  I disabled the version control
&lt;br&gt;&amp;gt; exclude pattern, but it didn't seem to include the .svn directories either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any thoughts?  Am I missing something?  Is there a bug?
&lt;br&gt;&amp;gt; Thanks again for such an incredibly useful tool - 1.3 is awesome!
&lt;/div&gt;&lt;br&gt;So I can make this work for me by defining and enabling the filter
&lt;br&gt;&amp;quot;foo&amp;quot;, but I have to restart Meld after creating the new file filter.
&lt;br&gt;The fact that it needs to be restarted is definitely a bug. However,
&lt;br&gt;if it doesn't work for you even after restarting, then there may well
&lt;br&gt;be a second bug hanging around. Feel free to file these in bugzilla.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25525989&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-use-file-filter-to-filter-directories-tp25521727p25525989.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25521727</id>
	<title>Unable to use file filter to filter directories</title>
	<published>2009-09-18T15:56:03Z</published>
	<updated>2009-09-18T15:56:03Z</updated>
	<author>
		<name>Ben Joldersma-4</name>
	</author>
	<content type="html">First off, &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Absolutely *love* meld.  Thanks so much for making such a great tool.  All my co-workers are jealous (who don&amp;#39;t use linux that is!)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We&amp;#39;ve got some third party libraries in our source tree that we rarely change.  I&amp;#39;d like to exclude them, because they contain several thousand files and it takes a while to do the initial scan.  I tried setting some variations of what I think are valid shell globs in the file filters section, where directory to exclude is named &amp;#39;foo&amp;#39;:&lt;/div&gt;
&lt;div&gt;&lt;ol&gt;&lt;li&gt;&amp;#39;foo&amp;#39;&lt;/li&gt;&lt;li&gt;&amp;#39;foo/*&amp;#39;&lt;/li&gt;&lt;li&gt;&amp;#39;foo/**/*&amp;#39;&lt;/li&gt;&lt;li&gt;&amp;#39;/foo/&amp;#39;&lt;/li&gt;&lt;li&gt;&amp;#39;path/to/foo/*&amp;#39;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;I&amp;#39;m not too sure what else I can try.  I disabled the version control exclude pattern, but it didn&amp;#39;t seem to include the .svn directories either.  &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any thoughts?  Am I missing something?  Is there a bug?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks again for such an incredibly useful tool - 1.3 is awesome!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--ben&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25521727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-use-file-filter-to-filter-directories-tp25521727p25521727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25484791</id>
	<title>Re: Patch for meld to handle multiple diffs from command line</title>
	<published>2009-09-16T21:02:21Z</published>
	<updated>2009-09-16T21:02:21Z</updated>
	<author>
		<name>Ken Kinder-2</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Sep 16, 2009 at 7:21 PM, Kai Willadsen &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25484791&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kai.willadsen@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

While there&amp;#39;s nothing wrong with your patch, you should already be&lt;br&gt;
able to do this with the --diff command line option. Usage should be&lt;br&gt;
similar:&lt;br&gt;
  meld --diff file1.orig file1.mine --diff file2.orig file2.mine&lt;br&gt;
--diff file3.orig&lt;br&gt;
&lt;br&gt;
Does this solve the same problem, or are you angling for something different?&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Oh, I didn&amp;#39;t notice there was a 1.3. That does solve my problem, I just didn&amp;#39;t see it yet. Thanks!&lt;br&gt;&lt;br&gt;&lt;/div&gt;

&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25484791&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Patch-for-meld-to-handle-multiple-diffs-from-command-line-tp25483169p25484791.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25483708</id>
	<title>Re: Patch for meld to handle multiple diffs from command line</title>
	<published>2009-09-16T18:21:59Z</published>
	<updated>2009-09-16T18:21:59Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/9/17 Ken Kinder &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25483708&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kkinder@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello. I think I've developed a patch for meld that would allow it to handle
&lt;br&gt;&amp;gt; multiple comparisons from one command line execution. The idea is that the
&lt;br&gt;&amp;gt; current usage is kept the same, but multiple diffs can be specified by
&lt;br&gt;&amp;gt; separating each one with a &amp;quot;-&amp;quot; in the argument list. So for example, you
&lt;br&gt;&amp;gt; could run:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     meld file1.orig file1.mine - file2.orig file2.mine - file3.orig
&lt;br&gt;&amp;gt; file3.mine
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And it would show up with a tab for each of those comparisons.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Patch is attached. Feedback is welcome; just thought I would share my
&lt;br&gt;&amp;gt; contribution.
&lt;/div&gt;&lt;br&gt;While there's nothing wrong with your patch, you should already be
&lt;br&gt;able to do this with the --diff command line option. Usage should be
&lt;br&gt;similar:
&lt;br&gt;&amp;nbsp; meld --diff file1.orig file1.mine --diff file2.orig file2.mine
&lt;br&gt;--diff file3.orig
&lt;br&gt;&lt;br&gt;Does this solve the same problem, or are you angling for something different?
&lt;br&gt;&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25483708&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Patch-for-meld-to-handle-multiple-diffs-from-command-line-tp25483169p25483708.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25483169</id>
	<title>Patch for meld to handle multiple diffs from command line</title>
	<published>2009-09-16T17:19:04Z</published>
	<updated>2009-09-16T17:19:04Z</updated>
	<author>
		<name>Ken Kinder-2</name>
	</author>
	<content type="html">Hello. I think I&amp;#39;ve developed a patch for meld that would allow it to handle multiple comparisons from one command line execution. The idea is that the current usage is kept the same, but multiple diffs can be specified by separating each one with a &amp;quot;-&amp;quot; in the argument list. So for example, you could run:&lt;br&gt;

&lt;br&gt;    meld file1.orig file1.mine - file2.orig file2.mine - file3.orig file3.mine&lt;br&gt;&lt;br&gt;And it would show up with a tab for each of those comparisons.&lt;br&gt;&lt;br&gt;Patch is attached. Feedback is welcome; just thought I would share my contribution.&lt;br&gt;

&lt;br&gt;-Ken&lt;br&gt;
&lt;br /&gt;&lt;tt&gt;[meld-multiple-diffs-patch.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff -u -r meld.orig/meldapp.py meld/meldapp.py
&lt;br&gt;--- meld.orig/meldapp.py	2009-09-16 17:19:16.000000000 -0600
&lt;br&gt;+++ meld/meldapp.py	2009-09-16 18:15:40.000000000 -0600
&lt;br&gt;@@ -842,7 +842,10 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;%prog &amp;lt;dir&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Start with VC browser in 'dir'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;%prog &amp;lt;file&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Start with VC diff of 'file'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;%prog &amp;lt;file&amp;gt; &amp;lt;file&amp;gt; [file] &amp;nbsp;Start with 2 or 3 way file comparison
&lt;br&gt;- &amp;nbsp; &amp;nbsp;%prog &amp;lt;dir&amp;gt; &amp;nbsp;&amp;lt;dir&amp;gt; &amp;nbsp;[dir] &amp;nbsp; Start with 2 or 3 way directory comparison&amp;quot;&amp;quot;&amp;quot;,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;%prog &amp;lt;dir&amp;gt; &amp;nbsp;&amp;lt;dir&amp;gt; &amp;nbsp;[dir] &amp;nbsp; Start with 2 or 3 way directory comparison
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;Multiple diffs may be separated with &amp;quot;-&amp;quot;.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;quot;&amp;quot;&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;description=&amp;quot;&amp;quot;&amp;quot;Meld is a file and directory comparison tool.&amp;quot;&amp;quot;&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;version=&amp;quot;%prog &amp;quot;+version)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;parser.add_option(&amp;quot;-L&amp;quot;, &amp;quot;--label&amp;quot;, action=&amp;quot;append&amp;quot;, default=[], help=_(&amp;quot;Set label to use instead of file name&amp;quot;))
&lt;br&gt;@@ -854,30 +857,42 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;app = MeldApp()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;tab = None
&lt;br&gt;-
&lt;br&gt;- &amp;nbsp; &amp;nbsp;if len(args) == 0:
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pass
&lt;br&gt;-
&lt;br&gt;- &amp;nbsp; &amp;nbsp;elif len(args) == 1:
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a = args[0]
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if os.path.isfile(a):
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc = vcview.VcView(app.prefs)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;def cleanup():
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.scheduler.remove_scheduler(doc.scheduler)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.scheduler.add_task(cleanup)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.scheduler.add_scheduler(doc.scheduler)
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.set_location( os.path.dirname(a) )
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.connect(&amp;quot;create-diff&amp;quot;, lambda obj,arg: app.append_diff(arg) )
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.run_diff([a])
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else:
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tab = app.append_vcview( [a] )
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;elif len(args) in (2,3):
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tab = app.append_diff(args)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;if '-' in args:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;##
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;## There are multiple diffs, separated by '-'
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;argParts = []
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;working = args
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;while '-' in working:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;argParts.append(working[:working.index('-')])
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;working = working[working.index('-')+1:]
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;argParts.append(working)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;else:
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.usage( _(&amp;quot;Wrong number of arguments (Got %i)&amp;quot;) % len(args))
&lt;br&gt;-
&lt;br&gt;- &amp;nbsp; &amp;nbsp;if tab:
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tab.set_labels( options.label )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;argParts = [args]
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;for args in argParts:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if len(args) == 0:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;pass
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;elif len(args) == 1:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a = args[0]
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if os.path.isfile(a):
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc = vcview.VcView(app.prefs)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;def cleanup():
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.scheduler.remove_scheduler(doc.scheduler)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.scheduler.add_task(cleanup)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.scheduler.add_scheduler(doc.scheduler)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.set_location( os.path.dirname(a) )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.connect(&amp;quot;create-diff&amp;quot;, lambda obj,arg: app.append_diff(arg) )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.run_diff([a])
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tab = app.append_vcview( [a] )
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;elif len(args) in (2,3):
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tab = app.append_diff(args)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;app.usage( _(&amp;quot;Wrong number of arguments (Got %i)&amp;quot;) % len(args))
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if tab:
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tab.set_labels( options.label )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;app.main()
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Binary files meld.orig/meldapp.pyc and meld/meldapp.pyc differ
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25483169&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Patch-for-meld-to-handle-multiple-diffs-from-command-line-tp25483169p25483169.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25408057</id>
	<title>Re: thanks and tiny feature request</title>
	<published>2009-09-11T13:44:23Z</published>
	<updated>2009-09-11T13:44:23Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/9/8 Kevin Gillan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25408057&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kev@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope its okay to post here. Many thanks for your work - just installed on
&lt;br&gt;&amp;gt; Ubuntu (9.04 netbook remix) and its running well on my eeePC. Beautiful
&lt;br&gt;&amp;gt; integration with gnome appreciated.
&lt;br&gt;&lt;br&gt;Nice. Out of curiousity, what resolution is this at? It'd be nice to
&lt;br&gt;know whether we had issues with smaller screen sizes.
&lt;br&gt;&lt;br&gt;&amp;gt; One request to consider - it'd be great to have some visual feedback when
&lt;br&gt;&amp;gt; copying large files. Just 'copying...' in the status bar would be good, 'x%
&lt;br&gt;&amp;gt; done' even better.
&lt;br&gt;&lt;br&gt;Sounds reasonable to me. I'd suggest that you go ahead and open a bug
&lt;br&gt;[1] so that your suggestion doesn't get lost.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;https://bugzilla.gnome.org/enter_bug.cgi?product=meld&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.gnome.org/enter_bug.cgi?product=meld&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25408057&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/thanks-and-tiny-feature-request-tp25361229p25408057.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25506881</id>
	<title>Maybe a suggestion to a new feature?</title>
	<published>2009-09-11T11:56:40Z</published>
	<updated>2009-09-11T11:56:40Z</updated>
	<author>
		<name>Sang Chul Choi-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have been used Meld and I am grateful for it. One thing for a feature
&lt;br&gt;that would be helpful for me is more shortcuts when merging
&lt;br&gt;files/directories.
&lt;br&gt;&lt;br&gt;This may be already a developed feature. When I replace texts from left
&lt;br&gt;to right, or vice versa, I use mouse cursor to click the nice
&lt;br&gt;corresponding arrows. Sometime, I want to use shortcuts to do those
&lt;br&gt;jobs: e.g., Ctrl+[right arrow] would replace texts right with left. I
&lt;br&gt;found Ctrl+D and Ctrl+E were useful. I wish that that would be more
&lt;br&gt;shortcuts.
&lt;br&gt;&lt;br&gt;Anyway, thank you for developing meld.
&lt;br&gt;&lt;br&gt;Sang Chul
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25506881&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maybe-a-suggestion-to-a-new-feature--tp25506881p25506881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25361229</id>
	<title>thanks and tiny feature request</title>
	<published>2009-09-07T10:34:02Z</published>
	<updated>2009-09-07T10:34:02Z</updated>
	<author>
		<name>Kevin Gillan</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Hope its okay to post here. Many thanks for your work - just installed 
&lt;br&gt;on Ubuntu (9.04 netbook remix) and its running well on my eeePC. 
&lt;br&gt;Beautiful integration with gnome appreciated.
&lt;br&gt;&lt;br&gt;One request to consider - it'd be great to have some visual feedback 
&lt;br&gt;when copying large files. Just 'copying...' in the status bar would be 
&lt;br&gt;good, 'x% done' even better.
&lt;br&gt;&lt;br&gt;Thanks again,
&lt;br&gt;Kev
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25361229&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/thanks-and-tiny-feature-request-tp25361229p25361229.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25183693</id>
	<title>Re: Custom conflict colors</title>
	<published>2009-08-27T21:01:17Z</published>
	<updated>2009-08-27T21:01:17Z</updated>
	<author>
		<name>Kai Willadsen-2</name>
	</author>
	<content type="html">2009/8/25 &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25183693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daspostloch@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Thanks, it seems that you are right in that background colors
&lt;br&gt;&amp;gt; can be changed in the single file comparison and foreground
&lt;br&gt;&amp;gt; can't. But even if you do not change the foreground colors,
&lt;br&gt;&amp;gt; could you still load your settings?
&lt;br&gt;&lt;br&gt;You mean could Meld apply the foreground colours? I guess so, but that
&lt;br&gt;would require some work with applying tags to the gtk.TextBuffer that
&lt;br&gt;we don't currently do (except in the inline-highlighting case).
&lt;br&gt;&lt;br&gt;&amp;gt; Or is it possible to specify a custom gtk theme path?
&lt;br&gt;&lt;br&gt;I don't think we do anything special with gtkrc stuff at the moment. I
&lt;br&gt;think that supporting this might be a sensible approach to fixing the
&lt;br&gt;problem.
&lt;br&gt;&lt;br&gt;&amp;gt; Unfortunately, the foreground is a mid-grey, so it's hard to
&lt;br&gt;&amp;gt; pick different backgrounds for it and still keep everything
&lt;br&gt;&amp;gt; visible.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But I was also talking about the directory comparison
&lt;br&gt;&amp;gt; (forgot to mention). Is there a possibility of changing colors
&lt;br&gt;&amp;gt; for this?
&lt;br&gt;&lt;br&gt;Not currently; those colours are defined in tree.py, and they're all constant.
&lt;br&gt;&lt;br&gt;2009/8/25 &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25183693&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daspostloch@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Oh, and I forgot that when setting everything to black bg,
&lt;br&gt;&amp;gt; the arrows with which to resolve conflicts are not visible
&lt;br&gt;&amp;gt; anymore. Can their color be changed?
&lt;br&gt;&lt;br&gt;At the moment, they're pixmaps, so no. However, the images themselves
&lt;br&gt;are simple, so we could just draw them with cairo and try to use
&lt;br&gt;appropriate colours there.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Kai
&lt;br&gt;_______________________________________________
&lt;br&gt;meld-list mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25183693&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meld-list@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/meld-list&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/meld-list&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Custom-conflict-colors-tp25080362p25183693.html" />
</entry>

</feed>
