From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: Recent diff-mode changes feel slow with TRAMP Date: Sat, 12 Jan 2019 15:44:08 +0100 Message-ID: References: <87r2di5x4r.fsf@secretsauce.net> <87pnt25po0.fsf@dima.secretsauce.net> Reply-To: charles@aurox.ch NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1547303858 29074 195.159.176.226 (12 Jan 2019 14:37:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2019 14:37:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dima Kogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 15:37:34 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1giKPl-0007SQ-H9 for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2019 15:37:33 +0100 Original-Received: from localhost ([127.0.0.1]:48654 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giKRp-000780-E8 for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2019 09:39:41 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giKQq-00077r-3C for emacs-devel@gnu.org; Sat, 12 Jan 2019 09:38:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1giKPk-0005ZX-Mp for emacs-devel@gnu.org; Sat, 12 Jan 2019 09:37:35 -0500 Original-Received: from sinyavsky.aurox.ch ([2a03:2040:2:1b::1]:49545) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1giKPc-0005Wu-FJ for emacs-devel@gnu.org; Sat, 12 Jan 2019 09:37:29 -0500 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 1EECC22A17 for ; Sat, 12 Jan 2019 14:42:52 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:reply-to:subject:subject:in-reply-to:to:from:from :message-id:date:date; s=dkim; t=1547304171; x=1548168172; bh=lL nw3WCaTnxkAS1Sc7zz4ay3fTlJWsShpqkr+ZN56cs=; b=IN5APwbl5sDSJDZQyL aEg8ISaR8ztHr+b4AmbxkhPoQMOqhflW2Wu34/aNad/keiOBcg3G90OwKVM79Efe S45sBrlh74sYagRqDheQsNvt0iL/rBI381M6onwXlVGdUtmAD3ObXQxxM3mhxXQy iIq8NPEXHqUvIQR+3bo20owmg= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id NykEbo1WcARe for ; Sat, 12 Jan 2019 14:42:51 +0000 (UTC) Original-Received: from gray (unknown [IPv6:2a02:1206:4519:d090:c62c:3ff:fe30:b864]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id B90E0229E9; Sat, 12 Jan 2019 14:42:50 +0000 (UTC) In-reply-to: <87pnt25po0.fsf@dima.secretsauce.net> (message from Dima Kogan on Fri, 11 Jan 2019 22:57:19 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a03:2040:2:1b::1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232321 Archived-At: > From: Dima Kogan > Date: Fri, 11 Jan 2019 22:57:19 -0800 > > Playing with it a bit more, it feels really slow just moving around, > deleting hunks, reversing the patch, etc, etc. One clear bug I just > noticed is that turning off diff-auto-refine-mode no longer has an > effect: diff-auto-refine-mode still evaluates to nil, but the hunks are > being automatically refined. There is some discussion on this in Bug#32991.