From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Re: Diff could also show the changes within lines Date: Tue, 13 Nov 2012 08:45:51 +0000 (UTC) Message-ID: References: <87txu9arc8.fsf@gmail.com> <80d2zlvnos.fsf@somewhere.org> <877gpqr3qx.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1352796376 15437 80.91.229.3 (13 Nov 2012 08:46:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2012 08:46:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 13 09:46:25 2012 Return-path: Envelope-to: geh-help-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 1TYC8W-0003nV-Oa for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Nov 2012 09:46:24 +0100 Original-Received: from localhost ([::1]:39806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYC8N-00061x-74 for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Nov 2012 03:46:15 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYC8G-00061l-1r for help-gnu-emacs@gnu.org; Tue, 13 Nov 2012 03:46:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYC8C-0002En-RY for help-gnu-emacs@gnu.org; Tue, 13 Nov 2012 03:46:07 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:53409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYC8C-0002Eh-L2 for help-gnu-emacs@gnu.org; Tue, 13 Nov 2012 03:46:04 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TYC8J-0003bn-IT for help-gnu-emacs@gnu.org; Tue, 13 Nov 2012 09:46:11 +0100 Original-Received: from 94-21-170-1.pool.digikabel.hu ([94.21.170.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Nov 2012 09:46:11 +0100 Original-Received: from adatgyujto by 94-21-170-1.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Nov 2012 09:46:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.170.1 (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-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87672 Archived-At: Oleksandr Gavenko gmail.com> writes: > > I found that with code (more precisely 'diff-refine-hunk') hung up Emacs on > large chunks (10-20 KiB). > > So I just use "C-c C-b" instead when I need refine-hunk. > I should have added that I have an additional check in my diff hook, which calls the automatic highlighting of hunks only if the diff is below a certain size, so I have automatic highlighting for the majority of my diffs which are small and for the big ones I toggle the highlight manually if needed.