From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Van Ly Newsgroups: gmane.emacs.bugs Subject: bug#57161: 28.1.91; two column windows merge leaves 2nd column window showing Date: Fri, 12 Aug 2022 19:10:40 +0000 (UTC) Organization: Sourceware Defines Fortress Message-ID: <5a92575-6941-50d-81e6-e96948bdef5@SDF.ORG> References: <83tu6hmgn6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0-161840179-1660331441=:5195" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38028"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 57161@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Aug 12 21:11:12 2022 Return-path: Envelope-to: geb-bug-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 1oMa3p-0009j5-QV for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 12 Aug 2022 21:11:09 +0200 Original-Received: from localhost ([::1]:55302 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oMa3o-000358-DX for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 12 Aug 2022 15:11:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oMa3i-00034w-JC for bug-gnu-emacs@gnu.org; Fri, 12 Aug 2022 15:11:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40949) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oMa3i-0007E6-Am for bug-gnu-emacs@gnu.org; Fri, 12 Aug 2022 15:11:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oMa3i-0003m9-5S for bug-gnu-emacs@gnu.org; Fri, 12 Aug 2022 15:11:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Van Ly Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 12 Aug 2022 19:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57161 X-GNU-PR-Package: emacs Original-Received: via spool by 57161-submit@debbugs.gnu.org id=B57161.166033145114496 (code B ref 57161); Fri, 12 Aug 2022 19:11:02 +0000 Original-Received: (at 57161) by debbugs.gnu.org; 12 Aug 2022 19:10:51 +0000 Original-Received: from localhost ([127.0.0.1]:58931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMa3X-0003lk-34 for submit@debbugs.gnu.org; Fri, 12 Aug 2022 15:10:51 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:49281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oMa3R-0003lW-5U for 57161@debbugs.gnu.org; Fri, 12 Aug 2022 15:10:49 -0400 Original-Received: from sdf.org (IDENT:van.ly@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 27CJAggH015835 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 12 Aug 2022 19:10:42 GMT Original-Received: from localhost (van.ly@localhost) by sdf.org (8.15.2/8.12.8/Submit) with ESMTP id 27CJAfig018014; Fri, 12 Aug 2022 19:10:41 GMT In-Reply-To: <83tu6hmgn6.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:239461 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-161840179-1660331441=:5195 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Fri, 12 Aug 2022, Eli Zaretskii wrote: >> >> Expected result has one window with one line of text in two columns. > > Which part of the 2C mode documentation led you to expect to see just > one window after "F2 1"? > The documentation says the following. ``` When you have edited both buffers as you wish, merge them with ‘ 1’ or ‘C-x 6 1’ (‘2C-merge’). This copies the text from the right-hand buffer as a second column in the other buffer. To go back to two-column editing, use ‘ s’. ``` Documentation and actual behavior drift apart is a common place expectation in software. My familiarity with C-x 1 carried over to C-x 6 1. -- vl ALPINE 2.24 GNU Emacs 27.2 NetBSD 9.3 --0-161840179-1660331441=:5195--