From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tabs Date: Mon, 02 Sep 2019 08:41:54 -0400 Message-ID: References: <87a7bpysm8.fsf@mail.linkov.net> <20190901123148.5cn3kzpap3bwuy5z@Ergus> <87o903g6em.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="219471"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Ergus , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 02 14:42:40 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 1i4lfK-000uyM-CU for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2019 14:42:38 +0200 Original-Received: from localhost ([::1]:36188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4lfJ-0000rB-1w for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2019 08:42:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45449) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4lej-0000OR-TR for emacs-devel@gnu.org; Mon, 02 Sep 2019 08:42:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4lei-0003bo-Kq for emacs-devel@gnu.org; Mon, 02 Sep 2019 08:42:01 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:34510) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4lei-0003Yb-Eu for emacs-devel@gnu.org; Mon, 02 Sep 2019 08:42:00 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id B35E4447202; Mon, 2 Sep 2019 08:41:58 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 95F36447200; Mon, 2 Sep 2019 08:41:57 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1567428117; bh=rg8Cym+yVuQwImliSYAlsz/VkrjKs1yYgtGAVI1WXxE=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=l3WcH+Xxdq1RVF88ztPiJ6buz9e0787qBxjuaRvO0AUM7TlSH3wUxZxRCaw/23eSi BHZ90lBcjXIRpLZWwBbM6tj/IAhIn2NjpX1ZHmNEor9NZ4wz4BF+7aZXOZFqwnhmGt Fo+5g+ed6eUkCSPOovXqbbXjSE8skVdlXI6izVMNqbESEEfSCQPHRbsKNPoPreooT3 +rOATJlC+y/P0w60Fxf8hMC1/lXwM+fSjhKT2Whp+5DX6czMVIZvE9Q3EzDvvdqFrV 1cUczIYXzPsw2LP2zyElO/L50YmczFDd2l7TbVLDtCzTDWztPykHVdgjyK7ss+HrEy hTnAT5/9MMeHg== Original-Received: from pastel (104-195-211-90.cpe.teksavvy.com [104.195.211.90]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 50E81120328; Mon, 2 Sep 2019 08:41:57 -0400 (EDT) In-Reply-To: <87o903g6em.fsf@mail.linkov.net> (Juri Linkov's message of "Sun, 01 Sep 2019 22:31:29 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:239774 Archived-At: > 'list-tabs' displays a list of named window configurations for switching; > 'make-tab' creates a new window configuration; > 'delete-tab' deletes the current window configuration; > 'switch-to-tab' switches to the window configuration by its name; > 'previous-tab' switches to the previous window configuration; > 'next-tab' switches to the next window configuration. Any chance you could use "tab-" instead of "-tab"? Stefan