From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#41860: 27.0.91; Can't use `tabulated-list-(narrow|widen)-current-column' on last column Date: Mon, 15 Jun 2020 17:13:14 +0300 Message-ID: <83bllk2z9h.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="29093"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 41860@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jun 15 16:14:31 2020 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 1jkpsd-0007RD-Bg for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 15 Jun 2020 16:14:31 +0200 Original-Received: from localhost ([::1]:41040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkpsc-0008FT-9s for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 15 Jun 2020 10:14:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46404) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jkpsA-0007rk-8W for bug-gnu-emacs@gnu.org; Mon, 15 Jun 2020 10:14:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35435) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jkps9-0003Zk-Vn for bug-gnu-emacs@gnu.org; Mon, 15 Jun 2020 10:14:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jkps9-0003gh-Pj for bug-gnu-emacs@gnu.org; Mon, 15 Jun 2020 10:14:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 15 Jun 2020 14:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41860 X-GNU-PR-Package: emacs Original-Received: via spool by 41860-submit@debbugs.gnu.org id=B41860.159223040614119 (code B ref 41860); Mon, 15 Jun 2020 14:14:01 +0000 Original-Received: (at 41860) by debbugs.gnu.org; 15 Jun 2020 14:13:26 +0000 Original-Received: from localhost ([127.0.0.1]:46981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkpra-0003ff-8Q for submit@debbugs.gnu.org; Mon, 15 Jun 2020 10:13:26 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:60086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkprZ-0003fW-HE for 41860@debbugs.gnu.org; Mon, 15 Jun 2020 10:13:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37180) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkprU-0003Uh-6x; Mon, 15 Jun 2020 10:13:20 -0400 Original-Received: from [176.228.60.248] (port=2331 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jkprT-0005OE-CL; Mon, 15 Jun 2020 10:13:20 -0400 In-Reply-To: (message from Drew Adams on Sun, 14 Jun 2020 14:41:22 -0700 (PDT)) 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:181986 Archived-At: > Date: Sun, 14 Jun 2020 14:41:22 -0700 (PDT) > From: Drew Adams > > Use command `buffer-menu' and then try to narrow or widen the rightmost > column (the file name). `{' and `}' have no effect (and there isn't > even any error message or other feedback). The last column has infinite width, so I don't see how you could make it wider or narrower. (I agree that we should consider signaling a user-error in this case.) > This is an important use case, especially with a frame or window whose > width is made to fit the displayed content. This seems to imply that the use case in which this is somehow an issue includes more than you've reported. Can you add to your description the minimal configuration that could explain why this behavior seemed to be a problem? > This isn't a failing only of > `tabulated-list-(narrow|widen)-current-column'. It's a failing of the > current design of `tabulated-list-print-col'. Any basis for such general claim? Which design is at fault here?