From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: restoring window configuration after vc-ediff Date: Sat, 14 May 2022 14:21:05 +0300 Message-ID: <83mtfkl5r2.fsf@gnu.org> References: <87mtfkbded.fsf@ucl.ac.uk> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28779"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 14 13:22:55 2022 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 1npprL-0007K3-BC for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 14 May 2022 13:22:55 +0200 Original-Received: from localhost ([::1]:46508 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npprJ-0005NO-CH for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 14 May 2022 07:22:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35842) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npppj-0005NG-NU for help-gnu-emacs@gnu.org; Sat, 14 May 2022 07:21:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53310) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nppph-0000G5-OX for help-gnu-emacs@gnu.org; Sat, 14 May 2022 07:21:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=XS36qEdM2h5gNMwKd2OmLtWz7vpvbvrZ062Rf+y1V2Y=; b=LsCGubgGgypU vTCtdNHMY+0GfhET6Az35yg6jYJ1nE/WulfjoCWRAojBcRlkJmzr3aHfNnpl+k8T/he1Wm2y2etOe gc2BpECT9i+MgxgTXrQjcXOpUxr1s8t1ZgGYwmbLXnawUuqL6v3QSLV/j+u96WwVHMiE+bED+3NJZ +8xQGKEFiJ0ZXQQU/NxDJhg630JymDvEsSSlUVrgXmowmXAwzFd2xMy6i2Ke+0/pCdmsAe3/hecOg Ybfv+cycXEOLxwkf/lNkiBr6w3DEAS0DF6iqzyj/oUZztS9eofb0dLR7HW1PkUumB7aB4WdXax0f4 zBPdnbeuvZSG1AfO0FI6ug==; Original-Received: from [87.69.77.57] (port=4057 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nppph-00037X-2g for help-gnu-emacs@gnu.org; Sat, 14 May 2022 07:21:13 -0400 In-Reply-To: <87mtfkbded.fsf@ucl.ac.uk> (message from Eric S Fraga on Sat, 14 May 2022 11:46:02 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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:137257 Archived-At: > From: Eric S Fraga > Date: Sat, 14 May 2022 11:46:02 +0100 > > I often use vc-ediff instead of vc-diff to see the differences between > the working copy and a previous version. Works very well. I have just > one quibble: when I quit ediff, the previous version buffer is still > displayed. Is there an easy way to restore the window configuration to > what it was when vc-ediff is invoked? The easiest way of leaving your window configuration untouched by a command is to invoke that command in a separate frame.