From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Re: Differences with side-by-side modification Date: Thu, 21 Oct 2021 22:08:51 -0400 Message-ID: <877de5erpo.fsf@byteecho.net> References: <1cUlzVJwKi9MPvxxWlJTxflzMcQFvcoMKwWThy-KR7rxrpR9hr4iq0gPIP1zH8m3S_e2J7M1Y8BgiVU3ZUkOh1uMfh5lmxBGeVh0cy3HGh8=@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24417"; mail-complaints-to="usenet@ciao.gmane.io" To: tolugboji , help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 22 04:11:12 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdk1Y-0006BD-5n for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 22 Oct 2021 04:11:12 +0200 Original-Received: from localhost ([::1]:43232 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdk1W-0003Vq-GC for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 21 Oct 2021 22:11:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdk0C-0003Us-UM for help-gnu-emacs@gnu.org; Thu, 21 Oct 2021 22:09:48 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53125) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdk0B-0006xm-02 for help-gnu-emacs@gnu.org; Thu, 21 Oct 2021 22:09:48 -0400 Original-Received: (Authenticated sender: pliyanag@byteecho.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8398FE0006; Fri, 22 Oct 2021 02:09:40 +0000 (UTC) In-Reply-To: <1cUlzVJwKi9MPvxxWlJTxflzMcQFvcoMKwWThy-KR7rxrpR9hr4iq0gPIP1zH8m3S_e2J7M1Y8BgiVU3ZUkOh1uMfh5lmxBGeVh0cy3HGh8=@protonmail.com> Received-SPF: pass client-ip=217.70.183.196; envelope-from=pliyanag@byteecho.net; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:133984 Archived-At: tolugboji via Users list for the GNU Emacs text editor writes: > I want to see differences between two files side-by-side (one on a left window, the other on a right window). > The purpose is not simply see the differences side-by-side, but also to make modifications on each window > and be able to show differences again. > > Is such a thing possible to do in emacs? > > Thank you > Tolu If you're willing to become a heretic, check out vdiff :)