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 17:06:23 -0400 Message-ID: References: <87a7bpysm8.fsf@mail.linkov.net> <20190901123148.5cn3kzpap3bwuy5z@Ergus> <87o903g6em.fsf@mail.linkov.net> <20190902045122.smtuxj5gqoyeyyzv@Ergus> <87woeqa3yo.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="202159"; 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 23:08:14 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 1i4tYc-000qVN-56 for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2019 23:08:14 +0200 Original-Received: from localhost ([::1]:40040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4tYa-0003UE-Kf for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2019 17:08:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34532) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4tXb-0003Ss-1u for emacs-devel@gnu.org; Mon, 02 Sep 2019 17:07:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4tXZ-0007EY-3a for emacs-devel@gnu.org; Mon, 02 Sep 2019 17:07:10 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:17129) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i4tXW-000768-VY for emacs-devel@gnu.org; Mon, 02 Sep 2019 17:07:08 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 635FE811E8; Mon, 2 Sep 2019 17:07:03 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 1ED3580B69; Mon, 2 Sep 2019 17:06:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1567458391; bh=Yu7bBB7XxvYKNpkD+YIYFJhuSDd3qdG/b2tI+IMCCbA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=gFqOhSyzqROvi5OZF9dHBkkY6Fi3ASFRIZFnUa6JeYR1BYxJkioQbAOWic7UycVhl KEePX2USJJoGTR/cS2k6xbjPpvfDQc6bux3ncezdG1uFCZzXrDW6LFXkOpZ0/pRCBK 23iMwc+FlKP3oaf+pzGMwoAkpPMAo79rMiZCyhC1E+X3NFYDTsnsuO7RTqgkvhz/wY VNO7SAGlBNa1NnKL4nHCxDR2DeoK1GuyLpib7RgE7+Woi2XCoL/wpiqO3zFY2Ek6KR 9SV7d1onu2R5OCTqxsUKB1jaKP1sEMBHK3Rp3gAKwWXSh0i9JihlVPeD3tPWgp13zN dZ68RFbGeTaPA== Original-Received: from alfajor (104-195-211-90.cpe.teksavvy.com [104.195.211.90]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id CED47120608; Mon, 2 Sep 2019 17:06:30 -0400 (EDT) In-Reply-To: <87woeqa3yo.fsf@mail.linkov.net> (Juri Linkov's message of "Mon, 02 Sep 2019 22:33:03 +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:239788 Archived-At: >> All the commands seems to work not throwing any error, but still no >> visible tabs are present in xterm at all. > > There are no visible tabs present in xterm indeed. > I wonder why would you expect to see tabs even when > can't click them with the mouse in xterm? You should be able to make clicks work with xterm-mouse-mode, of course ;-) Stefan "who has no intention to use visible tabs in a tty (nor in a GUI, actually)"