GNU bug report logs - #49631
28.0.50; dired-hide-details-mode Probably introduced at or before Emacs version 24.4

Previous Next

Package: emacs;

Reported by: Richard Stallman <rms <at> gnu.org>

Date: Mon, 19 Jul 2021 00:09:02 UTC

Severity: wishlist

Found in version 28.0.50

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: rms <at> gnu.org
Cc: 49631 <at> debbugs.gnu.org
Subject: bug#49631: 28.0.50; dired-hide-details-mode Probably introduced at or before Emacs version 24.4
Date: Wed, 21 Jul 2021 14:31:16 +0300
> From: Richard Stallman <rms <at> gnu.org>
> Cc: 49631 <at> debbugs.gnu.org
> Date: Tue, 20 Jul 2021 20:52:12 -0400
> 
> I think we can implement an efficient, accurate, automatic way to
> determine which release each function appeared in.
> 
> We could run a script on each Emacs release to find all the function
> definitions in it, then make a sorted list of their names.  By
> comparing these, we can find for each function the first release it
> was defined in.
> 
> We only need to scan each release once, all in the same way.  We would
> scan the old releases at the start, and scan each new release when it
> is made, adding new functions to the records.
> 
> There could be a few functions for which that does not give correct
> results, as they were defined in weird ways.  We could add those
> functions manually to the records.  Since they won't be many, we could
> afford to do that by hand.
> 
> Scanning a new release will never alter the information about
> functions in previous releases, so once we have fixed an exception, it
> will stay fixed.

Yes, this could work.  Patches are welcome to implement this.




This bug report was last modified 3 years and 260 days ago.

Previous Next


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