GNU bug report logs -
#75497
[PATCH] ibuffer: Display column titles in header line
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75497 in the body.
You can then email your comments to 75497 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#75497
; Package
emacs
.
(Sat, 11 Jan 2025 16:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Mendler <mail <at> daniel-mendler.de>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 11 Jan 2025 16:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tags: patch
Add new option value `title' to the customization option
`ibuffer-use-header-line'. For this value show the column titles in the
Ibuffer header line.
[0001-ibuffer-Display-column-titles-in-header-line.patch (text/patch, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#75497
; Package
emacs
.
(Sun, 12 Jan 2025 12:37:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 75497 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Daniel Mendler <mail <at> daniel-mendler.de> writes:
> Add new option value `title' to the customization option
> `ibuffer-use-header-line'. For this value show the column titles in the
> Ibuffer header line.
I have attached an improved version of the patch to this mail. I have
added an "@" interactive spec to the sort commands, such that clicking
on the header line works when the Ibuffer window is not selected.
Daniel
[0002-ibuffer-Display-column-titles-in-header-line.patch (text/x-diff, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#75497
; Package
emacs
.
(Sat, 18 Jan 2025 10:17:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 75497 <at> debbugs.gnu.org (full text, mbox):
> Date: Sun, 12 Jan 2025 13:36:19 +0100
> From: Daniel Mendler via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> Daniel Mendler <mail <at> daniel-mendler.de> writes:
>
> > Add new option value `title' to the customization option
> > `ibuffer-use-header-line'. For this value show the column titles in the
> > Ibuffer header line.
>
> I have attached an improved version of the patch to this mail. I have
> added an "@" interactive spec to the sort commands, such that clicking
> on the header line works when the Ibuffer window is not selected.
Thanks.
> (defcustom ibuffer-use-header-line t
> - "If non-nil, display a header line containing current filters."
> - :type 'boolean)
> + "If non-nil, display a header line.
> +If the variable has the value t, the header line displays the current
"Variable has value" sounds weird. I suggest "If the variable's value
is t, ..." instead.
> +filters. For the value `title', the column titles are displayed."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Passive tense alert!
> + (pcase-let ((`(,sym ,min ,_max ,align) element))
> + ;; Ignore a negative min when we're inserting the title
Please end this comment with a period, to make it a complete sentence.
Also, this comment explains what the code does, but not why (yes, I
know the original code did that as well). If you know the reason,
please add that to the comment.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#75497
; Package
emacs
.
(Sat, 18 Jan 2025 10:35:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 75497 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Eli Zaretskii <eliz <at> gnu.org> writes:
>> Date: Sun, 12 Jan 2025 13:36:19 +0100
>> From: Daniel Mendler via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>>
>> Daniel Mendler <mail <at> daniel-mendler.de> writes:
>>
>> > Add new option value `title' to the customization option
>> > `ibuffer-use-header-line'. For this value show the column titles in the
>> > Ibuffer header line.
>>
>> I have attached an improved version of the patch to this mail. I have
>> added an "@" interactive spec to the sort commands, such that clicking
>> on the header line works when the Ibuffer window is not selected.
>
> Thanks.
>
>> (defcustom ibuffer-use-header-line t
>> - "If non-nil, display a header line containing current filters."
>> - :type 'boolean)
>> + "If non-nil, display a header line.
>> +If the variable has the value t, the header line displays the current
>
> "Variable has value" sounds weird. I suggest "If the variable's value
> is t, ..." instead.
>
>> +filters. For the value `title', the column titles are displayed."
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Passive tense alert!
>> + (pcase-let ((`(,sym ,min ,_max ,align) element))
>> + ;; Ignore a negative min when we're inserting the title
>
> Please end this comment with a period, to make it a complete sentence.
>
> Also, this comment explains what the code does, but not why (yes, I
> know the original code did that as well). If you know the reason,
> please add that to the comment.
Thank you. I have attached an updated patch to this mail.
Daniel
[0002-ibuffer-Display-column-titles-in-header-line.patch (text/x-diff, attachment)]
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 25 Jan 2025 09:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Daniel Mendler <mail <at> daniel-mendler.de>
:
bug acknowledged by developer.
(Sat, 25 Jan 2025 09:46:03 GMT)
Full text and
rfc822 format available.
Message #19 received at 75497-done <at> debbugs.gnu.org (full text, mbox):
> From: Daniel Mendler <mail <at> daniel-mendler.de>
> Cc: 75497 <at> debbugs.gnu.org
> Date: Sat, 18 Jan 2025 11:34:01 +0100
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> Date: Sun, 12 Jan 2025 13:36:19 +0100
> >> From: Daniel Mendler via "Bug reports for GNU Emacs,
> >> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> >>
> >> Daniel Mendler <mail <at> daniel-mendler.de> writes:
> >>
> >> > Add new option value `title' to the customization option
> >> > `ibuffer-use-header-line'. For this value show the column titles in the
> >> > Ibuffer header line.
> >>
> >> I have attached an improved version of the patch to this mail. I have
> >> added an "@" interactive spec to the sort commands, such that clicking
> >> on the header line works when the Ibuffer window is not selected.
> >
> > Thanks.
> >
> >> (defcustom ibuffer-use-header-line t
> >> - "If non-nil, display a header line containing current filters."
> >> - :type 'boolean)
> >> + "If non-nil, display a header line.
> >> +If the variable has the value t, the header line displays the current
> >
> > "Variable has value" sounds weird. I suggest "If the variable's value
> > is t, ..." instead.
> >
> >> +filters. For the value `title', the column titles are displayed."
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > Passive tense alert!
> >> + (pcase-let ((`(,sym ,min ,_max ,align) element))
> >> + ;; Ignore a negative min when we're inserting the title
> >
> > Please end this comment with a period, to make it a complete sentence.
> >
> > Also, this comment explains what the code does, but not why (yes, I
> > know the original code did that as well). If you know the reason,
> > please add that to the comment.
>
> Thank you. I have attached an updated patch to this mail.
Thanks, installed on master, and closing the bug.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#75497
; Package
emacs
.
(Sun, 26 Jan 2025 09:09:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 75497-done <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
> Thanks, installed on master, and closing the bug.
Thank you for installing the patches.
Daniel
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 23 Feb 2025 12:24:21 GMT)
Full text and
rfc822 format available.
This bug report was last modified 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.