GNU bug report logs - #41860
27.0.91; Can't use `tabulated-list-(narrow|widen)-current-column'

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Sun, 14 Jun 2020 21:42:01 UTC

Severity: wishlist

Tags: wontfix

Found in version 27.0.91

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41860 in the body.
You can then email your comments to 41860 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Sun, 14 Jun 2020 21:42:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 14 Jun 2020 21:42:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.0.91; Can't use `tabulated-list-(narrow|widen)-current-column'
Date: Sun, 14 Jun 2020 14:41:22 -0700 (PDT)
 on last column
X-Priority: 3
X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1  (1003210) [OL
 16.0.5005.0 (x86)]
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

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).

This is an important use case, especially with a frame or window whose
width is made to fit the displayed content.

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'.

In GNU Emacs 27.0.91 (build 1, x86_64-w64-mingw32)
 of 2020-04-20
Repository revision: c36c5a3dedbb2e0349be1b6c3b7567ea7b594f1c
Windowing system distributor `Microsoft Corp.', version 10.0.18362
Configured using:
 `configure --without-dbus --host=3Dx86_64-w64-mingw32
 --without-compress-install 'CFLAGS=3D-O2 -static''




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 15 Jun 2020 14:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 41860 <at> debbugs.gnu.org
Subject: Re: 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
> Date: Sun, 14 Jun 2020 14:41:22 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> 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?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 15 Jun 2020 14:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: 41860 <at> debbugs.gnu.org
Subject: RE: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Mon, 15 Jun 2020 07:34:54 -0700 (PDT)
> > 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.)

If the last column always has infinite width then
that's another way of expressing this design bug.

Users should be able to narrow its width - truncate
it, just as they can narrow the width of the other
columns.  That's the point.

> > 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?

There's no separate requirement.  Users should be
able to limit the width of the last column, just
as they can limit the width of any other column.
That's all.

I gave an example, and a recipe for it, using
buffer-menu.  If you want to show the file-name
column with only a limited width, then that
should be possible.  Especially now that we've
added the ability to interactively widen and
narrow column incrementally.

In the buffer list, if you have 10 buffers, and
only two of them are file buffers, and you don't
care to see the entire file names but instead
want to limit the width of that last column, you
should be able to do so.  Instead, it takes up
most of the table, even when you don't need to
see all of it.  You should be able to expand and
contract its width, just as you can for other
columns.

Saying that this is just the way it is, which is
what you seem to be saying, is another way of
reiterating the design limitation that this bug
report reports.

> > 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?

Explained in the bug report: `tabulated-list-print-col'
treats the last column specially - it doesn't allow
limiting its width, i.e., truncating it.

;; Truncate labels if necessary (except last column).
                                 ^^^^^^^^^^^^^^^^^^

This is apparently by design - it's currently a design
limitation of t-l-mode, apparently.  It's not a bug
in implementing that design, but an intentional part
of the design.  Or so it seems, not only from the
code but from that comment.

Regardless of my interpretation of where the bug is -
code or design, ` tabulated-list-print-col' or not,
the current limitation is clear.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 15 Jun 2020 14:53:02 GMT) Full text and rfc822 format available.

Message #14 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 41860 <at> debbugs.gnu.org
Subject: Re: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Mon, 15 Jun 2020 17:51:53 +0300
severity 41860 wishlist
thanks

> Date: Mon, 15 Jun 2020 07:34:54 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: 41860 <at> debbugs.gnu.org
> 
> Users should be able to narrow its width - truncate
> it, just as they can narrow the width of the other
> columns.  That's the point.

In that case, you are actually asking for adding a feature, not for
fixing a bug.  I see no bug here, since the mode functions as it was
designed: without letting users force truncation of the last column.
So I've changed the severity accordingly.

> ;; Truncate labels if necessary (except last column).
>                                  ^^^^^^^^^^^^^^^^^^
> 
> This is apparently by design - it's currently a design
> limitation of t-l-mode, apparently.  It's not a bug
> in implementing that design, but an intentional part
> of the design.

Yes, that's my conclusion as well.




Severity set to 'wishlist' from 'minor' Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 15 Jun 2020 14:53:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 00:38:02 GMT) Full text and rfc822 format available.

Message #19 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 41860 <at> debbugs.gnu.org
Subject: Re: bug#41860: 27.0.91;
 Can't use `tabulated-list-(narrow|widen)-current-column'
 on last column
Date: Sun, 18 Oct 2020 17:37:05 -0700
Drew Adams <drew.adams <at> oracle.com> writes:

>> > 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).
[...]
>> > 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?
>
> There's no separate requirement.  Users should be
> able to limit the width of the last column, just
> as they can limit the width of any other column.
> That's all.
>
> I gave an example, and a recipe for it, using
> buffer-menu.  If you want to show the file-name
> column with only a limited width, then that
> should be possible.  Especially now that we've
> added the ability to interactively widen and
> narrow column incrementally.
>
> In the buffer list, if you have 10 buffers, and
> only two of them are file buffers, and you don't
> care to see the entire file names but instead
> want to limit the width of that last column, you
> should be able to do so.  Instead, it takes up
> most of the table, even when you don't need to
> see all of it.  You should be able to expand and
> contract its width, just as you can for other
> columns.

May I ask why you feel that this would be a useful feature?  I have a
hard time understanding it since it's not something I can see myself
wanting to do.

Generally speaking, if a buffer extends beyond the window to the right,
I just never see that text, which in some sense is the same as if the
column had been narrowed.  And if there's extra room in the window, it
might as well be used for something instead of just being empty.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 03:46:02 GMT) Full text and rfc822 format available.

Message #22 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 41860 <at> debbugs.gnu.org
Subject: RE: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Sun, 18 Oct 2020 20:45:17 -0700 (PDT)
> > Users should be able to limit the width of the
> > last column, just as they can limit the width
> > of any other column.  That's all.
> 
> May I ask why you feel that this would be a useful feature?  I have a
> hard time understanding it since it's not something I can see myself
> wanting to do.

Turn it around.  Is there some reason we would _want_
to design the right column so it behaves differently
from other columns?  Is that a feature that you find
useful?  If there were a special cost to doing that,
would you go to the trouble to add that to the design?

Which "feature" is more useful?  The one you can't
see yourself wanting or the one I proposed: nothing
special about the right column?

Other things being equal (and they may not be - please
explain), why wouldn't we want the columns treated the
same?

> Generally speaking, if a buffer extends beyond the window to the right,
                                          ^^^^^^^^^^^^^^^^^
> I just never see that text, which in some sense is the same as if the
> column had been narrowed.  And if there's extra room in the window, it
> might as well be used for something instead of just being empty.

Oh, your window is narrow enough that it effectively
narrows the right column.  Fair enough.  Is that your
solution: resize the window (or perhaps the frame, if
one-window) instead of just the right column?  Sure,
that's one workaround.

Or maybe you'll push the frame off the right side of
your screen, to, in effect, truncate the right column.
That's another.

But if you have a feature that automatically fits
windows or frames to buffer content...  (My case.)

Is this the end of the world?  No.  I consider it a
minor bug.  You have a right to consider it a feature
or not a bug at all.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 03:50:02 GMT) Full text and rfc822 format available.

Message #25 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 41860 <at> debbugs.gnu.org
Subject: RE: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Sun, 18 Oct 2020 20:49:33 -0700 (PDT)
> Which "feature" is more useful?  The one you can't
> see yourself wanting or the one I proposed: nothing
> special about the right column?

Oops.  Sorry; I meant:

  Which "feature" is more useful?  The one you can't
  see yourself wanting (the one I proposed: nothing
  special about the right column) or the feature of
  having the right column be fixed width?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 08:48:01 GMT) Full text and rfc822 format available.

Message #28 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 41860 <at> debbugs.gnu.org
Subject: RE: bug#41860: 27.0.91;
 Can't use `tabulated-list-(narrow|widen)-current-column'
 on last column
Date: Mon, 19 Oct 2020 08:46:58 +0000
Drew Adams <drew.adams <at> oracle.com> writes:

> Turn it around.  Is there some reason we would _want_
> to design the right column so it behaves differently
> from other columns?  Is that a feature that you find
> useful?

Yes, in general use it is pointless to limit the length of the final
column.  It is better (more useful to me) to let it extend infinitely.

> But if you have a feature that automatically fits
> windows or frames to buffer content...  (My case.)

Thanks, in such a situation I can see why having it extend infinitely
can be annoying.  That use-case is quite different from mine.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 14:35:02 GMT) Full text and rfc822 format available.

Message #31 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: stefan <at> marxist.se, 41860 <at> debbugs.gnu.org
Subject: Re: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Mon, 19 Oct 2020 17:34:29 +0300
> Date: Sun, 18 Oct 2020 20:45:17 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 41860 <at> debbugs.gnu.org
> 
> > May I ask why you feel that this would be a useful feature?  I have a
> > hard time understanding it since it's not something I can see myself
> > wanting to do.
> 
> Turn it around.  Is there some reason we would _want_
> to design the right column so it behaves differently
> from other columns?

No, please DON'T turn it around: we should not introduce features
whose main justification is "why not?"




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 16:12:02 GMT) Full text and rfc822 format available.

Message #34 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 41860 <at> debbugs.gnu.org
Subject: RE: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Mon, 19 Oct 2020 09:11:13 -0700 (PDT)
> > Turn it around.  Is there some reason we would _want_
> > to design the right column so it behaves differently
> > from other columns?  Is that a feature that you find
> > useful?
> 
> Yes, in general use it is pointless to limit the length of the final
> column.  It is better (more useful to me) to let it extend infinitely.
> 
> > But if you have a feature that automatically fits
> > windows or frames to buffer content...  (My case.)
> 
> Thanks, in such a situation I can see why having it extend infinitely
> can be annoying.  That use-case is quite different from mine.

Giving users a way to adjust the column size
satisfies us both.  You may never use it,
but it shouldn't bother you if it exists.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 16:19:02 GMT) Full text and rfc822 format available.

Message #37 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: stefan <at> marxist.se, 41860 <at> debbugs.gnu.org
Subject: RE: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Mon, 19 Oct 2020 09:18:01 -0700 (PDT)
> > > May I ask why you feel that this would be a useful feature?  I have a
> > > hard time understanding it since it's not something I can see myself
> > > wanting to do.
> >
> > Turn it around.  Is there some reason we would _want_
> > to design the right column so it behaves differently
> > from other columns?
> 
> No, please DON'T turn it around: we should not introduce features
> whose main justification is "why not?"

No one said "why not".  This bug is already part
of Emacs.  The question about it, if question
there need be, is "Why?".

It's a bug that the rightmost column doesn't act
like the other columns.  A minor bug, but a bug.

IMHO.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Mon, 19 Oct 2020 16:42:02 GMT) Full text and rfc822 format available.

Message #40 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: stefan <at> marxist.se, 41860 <at> debbugs.gnu.org
Subject: Re: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column' on last column
Date: Mon, 19 Oct 2020 19:41:22 +0300
> Date: Mon, 19 Oct 2020 09:18:01 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: stefan <at> marxist.se, 41860 <at> debbugs.gnu.org
> 
> > > > May I ask why you feel that this would be a useful feature?  I have a
> > > > hard time understanding it since it's not something I can see myself
> > > > wanting to do.
> > >
> > > Turn it around.  Is there some reason we would _want_
> > > to design the right column so it behaves differently
> > > from other columns?
> > 
> > No, please DON'T turn it around: we should not introduce features
> > whose main justification is "why not?"
> 
> No one said "why not".

You did.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Tue, 20 Oct 2020 05:14:01 GMT) Full text and rfc822 format available.

Message #43 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: stefan <at> marxist.se, 41860 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: Re: bug#41860: 27.0.91;
 Can't use `tabulated-list-(narrow|widen)-current-column' on last
 column
Date: Tue, 20 Oct 2020 01:13:34 -0400
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > No, please DON'T turn it around: we should not introduce features
  > whose main justification is "why not?"

Very well said.


-- 
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Sun, 13 Feb 2022 10:30:02 GMT) Full text and rfc822 format available.

Message #46 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 41860 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column'
Date: Sun, 13 Feb 2022 11:28:55 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

> In that case, you are actually asking for adding a feature, not for
> fixing a bug.  I see no bug here, since the mode functions as it was
> designed: without letting users force truncation of the last column.
> So I've changed the severity accordingly.

And reading this bug report, I don't see any use case for not having the
final column be infinitely wide, so I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 13 Feb 2022 10:30:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 41860 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 13 Feb 2022 10:30:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Sun, 13 Feb 2022 17:05:01 GMT) Full text and rfc822 format available.

Message #53 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>, Eli Zaretskii <eliz <at> gnu.org>
Cc: "41860 <at> debbugs.gnu.org" <41860 <at> debbugs.gnu.org>
Subject: RE: [External] : Re: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column'
Date: Sun, 13 Feb 2022 17:04:12 +0000
> And reading this bug report, I don't see any use case for not having the
> final column be infinitely wide, so I'm closing this bug report.

You don't see them.  Yet specific use cases were
presented:

1. >> a frame or window whose width is made to fit
   >> the displayed content.
and
   >> if you have a feature that automatically
   >> fits windows or frames to buffer content

   sk> Thanks, in such a situation I can see why
   sk> having it extend infinitely can be annoying.
   sk> That use-case is quite different from mine.

2.
   I gave an example, and a recipe for it, using
   buffer-menu.  If you want to show the file-name
                             ^^^^^^^^^^^^^^^^^^^^^
   column with only a limited width, then that
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   should be possible.  Especially now that we've
   added the ability to interactively widen and
   narrow column incrementally.

   In the buffer list, if you have 10 buffers, and
   only two of them are file buffers, and you don't
   care to see the entire file names but instead
   want to limit the width of that last column, you
   should be able to do so.  Instead, it takes up
   most of the table, even when you don't need to
   see all of it.  You should be able to expand and
   contract its width, just as you can for other
   columns.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#41860; Package emacs. (Sun, 13 Feb 2022 17:11:02 GMT) Full text and rfc822 format available.

Message #56 received at 41860 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: larsi <at> gnus.org, 41860 <at> debbugs.gnu.org
Subject: Re: [External] : Re: bug#41860: 27.0.91; Can't use
 `tabulated-list-(narrow|widen)-current-column'
Date: Sun, 13 Feb 2022 19:10:01 +0200
> From: Drew Adams <drew.adams <at> oracle.com>
> CC: "41860 <at> debbugs.gnu.org" <41860 <at> debbugs.gnu.org>
> Date: Sun, 13 Feb 2022 17:04:12 +0000
> 
> > And reading this bug report, I don't see any use case for not having the
> > final column be infinitely wide, so I'm closing this bug report.
> 
> You don't see them.  Yet specific use cases were
> presented:

Do you always have to have the last word?

Do you always have to assume your opinions were not read/ignored, not
just considered and disagreed with?




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 14 Mar 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 42 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.