From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: add Tab to ELPA other-frame-window Date: Sun, 20 Oct 2019 09:24:42 +0300 Message-ID: <83sgno53yt.fsf@gnu.org> References: <8736gci5jn.fsf@mail.linkov.net> <87zhikp0ba.fsf@mail.linkov.net> <87lfu4jbbu.fsf@Ergus.i-did-not-set--mail-host-address--so-tickle-me> <87tv8myi8m.fsf@mail.linkov.net> <83imp13ihn.fsf@gnu.org> <87wodhn21l.fsf@mail.linkov.net> <83ftk51ydt.fsf@gnu.org> <87imp1k79d.fsf@mail.linkov.net> <838spx1x74.fsf@gnu.org> <87imp1ef9i.fsf@mail.linkov.net> <86d0f9wkfd.fsf_-_@stephe-leake.org> <87sgo4s47x.fsf@mail.linkov.net> <837e5fznhj.fsf@gnu.org> <875zkwmd61.fsf@mail.linkov.net> <83d0f3r9d3.fsf@gnu.org> <878spgv185.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="120647"; mail-complaints-to="usenet@blaine.gmane.org" Cc: stephen_leake@stephe-leake.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 20 08:25:12 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 1iM4eN-000VGM-Us for ged-emacs-devel@m.gmane.org; Sun, 20 Oct 2019 08:25:12 +0200 Original-Received: from localhost ([::1]:51792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iM4eM-0002Sy-R8 for ged-emacs-devel@m.gmane.org; Sun, 20 Oct 2019 02:25:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49300) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iM4e4-0002So-3z for emacs-devel@gnu.org; Sun, 20 Oct 2019 02:24:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iM4e2-0005mS-W2; Sun, 20 Oct 2019 02:24:51 -0400 Original-Received: from [176.228.60.248] (port=1360 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iM4e2-0004w0-D8; Sun, 20 Oct 2019 02:24:50 -0400 In-reply-to: <878spgv185.fsf@mail.linkov.net> (message from Juri Linkov on Sun, 20 Oct 2019 01:07:06 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:241247 Archived-At: > From: Juri Linkov > Cc: stephen_leake@stephe-leake.org, emacs-devel@gnu.org > Date: Sun, 20 Oct 2019 01:07:06 +0300 > > >> I enabled ‘C-x t’ in master (in addition to ‘C-x 6’) to allow everyone > >> to try a new keybinding during the next week of transition period > >> before removing ‘C-x 6’. > > > > Thanks. I think we should adjust our documentation to this change, at > > the end of the week at the latest. > > So I removed ‘C-x 6’ in favor of ‘C-x t’ and adjusted the documentation. Thank you.