From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: off-topic: Conversion multi-line diff to single-line Date: Tue, 30 Aug 2011 00:04:46 +0300 Organization: JURTA Message-ID: <87bov80w0h.fsf@mail.jurta.org> References: <20110829.073921.430174446.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314652836 11260 80.91.229.12 (29 Aug 2011 21:20:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Aug 2011 21:20:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 29 23:20:32 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qy9Fw-0002FI-3s for ged-emacs-devel@m.gmane.org; Mon, 29 Aug 2011 23:20:32 +0200 Original-Received: from localhost ([::1]:52090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy9Fv-0003wB-8p for ged-emacs-devel@m.gmane.org; Mon, 29 Aug 2011 17:20:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy9Fs-0003w1-8G for emacs-devel@gnu.org; Mon, 29 Aug 2011 17:20:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qy9Fq-0002Z0-K8 for emacs-devel@gnu.org; Mon, 29 Aug 2011 17:20:28 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:53458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qy9Fq-0002Yc-Fb; Mon, 29 Aug 2011 17:20:26 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 3B2F36E80C7; Mon, 29 Aug 2011 14:20:25 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 4BCA4451C3B8; Mon, 29 Aug 2011 14:20:24 -0700 (PDT) In-Reply-To: <20110829.073921.430174446.wl@gnu.org> (Werner LEMBERG's message of "Mon, 29 Aug 2011 07:39:21 +0200 (CEST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143640 Archived-At: > Such an output greatly simplifies comparison of large sorted word > lists with sparse or systematic insertions, deletions, or changes. I suggest you using `diff --side-by-side --suppress-common-lines' as is or by converting its output to the Diff normal format that would be trivial to do from the side-by-side format.