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 16:31:24 +0300 Message-ID: <83h75skzpv.fsf@gnu.org> References: <87mtfkbded.fsf@ucl.ac.uk> <83mtfkl5r2.fsf@gnu.org> <87ilq8b8j8.fsf@ucl.ac.uk> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1705"; 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 15:32:12 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 1nprsS-0000Ht-4X for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 14 May 2022 15:32:12 +0200 Original-Received: from localhost ([::1]:40572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nprsQ-00061t-P5 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 14 May 2022 09:32:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nprrq-00061d-Sn for help-gnu-emacs@gnu.org; Sat, 14 May 2022 09:31:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54860) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nprrq-00067H-BS for help-gnu-emacs@gnu.org; Sat, 14 May 2022 09:31:34 -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=2Li5VKYia/jvlw7ZGqy7djRB/E3qlpzt7Vl4tyRk/LE=; b=ZEo3m3mKBwwH Hp4TGOYPC4hnI+u4LHEVfaNaTOZMnOXZNmDFfB9oVPy9wJlL6mBqi9jWvahGoncOEqj4lm06Nv22m LIB8NkCCoQHwE3b9HbiW4r2J84RDA8aOMx8dExboCZYEb6giZtw5AcJ0IMMfcTb5sudDs2VrizIy4 4szivHCtyGHGqqFDso6kUwQEzn7UL1Docm69SbUM7w0t+nplTNCYqi2SKPC8c7B6TiqWuqFjFtWf+ Z1XV2WSNpJSwPr1Bqt6uPbOVnskNf00P7mtdq6R71ebkvYL0EkVGf00u115QVCkWIsIYaUX2pgl41 ZwqQ+D4tdRUys7PYkhzu4Q==; Original-Received: from [87.69.77.57] (port=4082 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 1nprrp-0002SG-R2 for help-gnu-emacs@gnu.org; Sat, 14 May 2022 09:31:34 -0400 In-Reply-To: <87ilq8b8j8.fsf@ucl.ac.uk> (message from Eric S Fraga on Sat, 14 May 2022 13:31:07 +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:137259 Archived-At: > From: Eric S Fraga > Date: Sat, 14 May 2022 13:31:07 +0100 > > On Saturday, 14 May 2022 at 14:21, Eli Zaretskii wrote: > > The easiest way of leaving your window configuration untouched by a > > command is to invoke that command in a separate frame. > > Well, sure, but it definitely adds friction... currently, a simple key > binding invokes vc-ediff. I would have to include creating and deleting > a frame to the process. And this interferes to some degree with the > window (x parlance) manager. If you are using Emacs 28 and later, there's the "C-x 5 5" prefix to try.