From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12585: diff refine should highlight space changes better (feature request) Date: Sat, 06 Oct 2012 12:07:59 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349539731 5068 80.91.229.3 (6 Oct 2012 16:08:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2012 16:08:51 +0000 (UTC) Cc: 12585@debbugs.gnu.org To: Le Wang Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 06 18:08:57 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TKWvw-0000WJ-7u for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 18:08:56 +0200 Original-Received: from localhost ([::1]:44447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKWvq-00035g-8V for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 12:08:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKWvm-00035a-Q5 for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 12:08:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKWvl-000435-Pc for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 12:08:46 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKWvl-000431-Li for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 12:08:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TKWw2-0008E8-4z for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 12:09:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Oct 2012 16:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12585 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12585-submit@debbugs.gnu.org id=B12585.134953970031573 (code B ref 12585); Sat, 06 Oct 2012 16:09:02 +0000 Original-Received: (at 12585) by debbugs.gnu.org; 6 Oct 2012 16:08:20 +0000 Original-Received: from localhost ([127.0.0.1]:58377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKWvL-0008DB-Ll for submit@debbugs.gnu.org; Sat, 06 Oct 2012 12:08:19 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:52703) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKWvJ-0008D4-4L for 12585@debbugs.gnu.org; Sat, 06 Oct 2012 12:08:17 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q96G7xwa026595; Sat, 6 Oct 2012 12:07:59 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id B1444B40A1; Sat, 6 Oct 2012 12:07:59 -0400 (EDT) In-Reply-To: (Le Wang's message of "Sat, 6 Oct 2012 23:25:33 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65272 Archived-At: > When I diff from magit, it highlights spaces at EOL. see: http://puu.sh/1bY8l > The default diff refinining does not do that. In fact, we should be > able to do better than magit and highlight inline space changes as > well. AFAIK Emacs-24's diff-mode does that as well, regardless of diff-refine-hunk. Stefan