From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Rename "window" to "pane" (after Emacs 27) Date: Tue, 29 Oct 2019 02:55:32 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="120400"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Emacs developers To: Filipp Gunbin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 29 02:56:20 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iPGk7-000VDM-UQ for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2019 02:56:20 +0100 Original-Received: from localhost ([::1]:48420 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPGk6-0007Zo-RZ for ged-emacs-devel@m.gmane.org; Mon, 28 Oct 2019 21:56:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51454) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPGjb-0007Zc-0t for emacs-devel@gnu.org; Mon, 28 Oct 2019 21:55:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPGja-0003P8-0T for emacs-devel@gnu.org; Mon, 28 Oct 2019 21:55:46 -0400 Original-Received: from mail-pg1-f174.google.com ([209.85.215.174]:38395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPGjZ-0003Om-NG for emacs-devel@gnu.org; Mon, 28 Oct 2019 21:55:45 -0400 Original-Received: by mail-pg1-f174.google.com with SMTP id w3so8353854pgt.5 for ; Mon, 28 Oct 2019 18:55:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2+uUuLgf19BJDKGxaP38/ngkZgyMNGxt450+EipzHbI=; b=m/6aXINL1rersdTQhlPix3s0g3DpU+cYEHQHHToP0hGHlmShFJdX9vso1X2hiG2fpY YCmdOLVl5npnyvhaZvekbUaj+l0BuhDloI5UO6HYF5WJbaK2NVN5xBlEwRGRTIIRwJQ8 a12itBZebcsd/jKfE8RNXmceRbXhHTq68BOgE2K5+Gj2BkNyYhCmlGZOGYjmzm8kApMM I9t/IoRFAS23rGKDJCyTAX24gG2OKcDRbOQgfBMV8z2WYUGxcnA/n7D0oNeMw0xmcNK+ qCB/fJ/YZ8G4iLVW5qbXT8MRJonhdt0SPYHZ7R9qYhN+cmtKrKFXqdz1XOP6RMI+xMpv htfw== X-Gm-Message-State: APjAAAUpB4/bLhPuLWolmUXjlQnRKrBokhFEG4MYaXp4OT0mzvH5I+1o 6CwEeHQOI9FB8hS9OMn5G1RoYmuedDiPYRCAe0DExg== X-Google-Smtp-Source: APXvYqxfVd8cLkmg1sU7D+85HuCVAfTeLNUybxvHCzKZZzrDbdHYTTQ2eqDjM24HkrIrjdvMCXtNkFtbGNXBOCEn94k= X-Received: by 2002:a17:90a:a406:: with SMTP id y6mr3047991pjp.106.1572314144169; Mon, 28 Oct 2019 18:55:44 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.174 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.devel:241574 Archived-At: Filipp Gunbin writes: > - If we take the real transition, the confusion during it could be worse > than now, because of not only "window is not what you think", but also > of "pane = window". I think the confusion would be small in comparison to the current situation. In any case it would only exist during a transition period, and decrease over time as code and documentation gets updated. Best regards, Stefan Kangas