Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Diff could also show the changes within lines

Received: by 10.66.85.133 with SMTP id h5mr93867paz.23.1352974557983;
        Thu, 15 Nov 2012 02:15:57 -0800 (PST)
Path: s9ni12863pbb.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!usenet.stanford.edu!not-for-mail
From: Tom <adatgyu...@gmail.com>
Newsgroups: gnu.emacs.help
Subject: Re: Diff could also show the changes within lines
Date: Thu, 15 Nov 2012 10:15:36 +0000 (UTC)
Lines: 25
Approved: help-gnu-em...@gnu.org
Message-ID: <mailman.13023.1352974557.855.help-gnu-emacs@gnu.org>
References: <loom.20121005T163605-672@post.gmane.org>
	<87txu9arc8.fsf@gmail.com>
	<loom.20121005T165541-721@post.gmane.org>
	<loom.20121005T182234-640@post.gmane.org>
	<mailman.10388.1349460693.855.help-gnu-emacs@gnu.org>
	<80d2zlvnos.fsf@somewhere.org>
	<mailman.12687.1352561429.855.help-gnu-emacs@gnu.org>
	<80vcd8l0h4.fsf@somewhere.org>
	<mailman.12981.1352916228.855.help-gnu-emacs@gnu.org>
	<80zk2j3kkf.fsf@somewhere.org>
	<mailman.13015.1352961428.855.help-gnu-emacs@gnu.org>
	<80obizp4fv.fsf@somewhere.org>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1352974557 22377 208.118.235.17 (15 Nov 2012 10:15:57 GMT)
X-Complaints-To: action@cs.stanford.edu
To: help-gnu-em...@gnu.org
Envelope-to: help-gnu-em...@gnu.org
X-Injected-Via-Gmane: http://gmane.org/
X-Gmane-NNTP-Posting-Host: sea.gmane.org
User-Agent: Loom/3.14 (http://gmane.org/)
X-Loom-IP: 94.21.222.119 (Opera/9.80 (Windows NT 6.1) Presto/2.12.388
	Version/12.10)
X-detected-operating-system: by eggs.gnu.org: Genre and OS details not
	recognized.
X-Received-From: 80.91.229.3
X-BeenThere: help-gnu-em...@gnu.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>,
	<mailto:help-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs>
List-Post: <mailto:help-gnu-em...@gnu.org>
List-Help: <mailto:help-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>,
	<mailto:help-gnu-emacs-requ...@gnu.org?subject=subscribe>
Bytes: 3095
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Sebastien Vauban <wxhgmqzgwmuf@...> writes:
> 
> Going to the beginning of the diff buffer and hitting TAB, does indeed moves
> over every hunk, in turn, and refines the differences at the same time.
> 

My function does the same, so I can't explain why it
does not work for you when you call it from M-x. 

I guess you also use Emacs 24, so it's not about an old emacs version
behaving differently.

> 
> BTW, how do you explain that your cursor is not at the end of the buffer, in
> your case, after the refine process?
> 

I use save-excursion in the function which puts the cursor back to 
where it was before the function was called.

I don't know why it is at the end of the buffer for you. There are
some emacs gurus on this list. Hopefully some of them will chime in 
and helps you to solve this mistery, because I'm out of ideas.