GNU bug report logs -
#2598
23.0.91; behavior of vc-dir "x" command does not match documentation
Previous Next
Reported by: Miles Bader <miles <at> gnu.org>
Date: Sun, 8 Mar 2009 06:00:03 UTC
Severity: normal
Done: Dan Nicolaescu <dann <at> ics.uci.edu>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 2598-done <at> emacsbugs.donarmstrong.com (full text, mbox):
Miles Bader <miles <at> gnu.org> writes:
> Please write in English if possible, because the Emacs maintainers
> usually do not have translators to read other languages for them.
>
> Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.
>
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
>
>
> In the info manual, in node `(emacs) VC Directory Commands', it says:
>
> `x' toggles hiding of up-to-date files.
>
> However, in a vc-dir buffer, `x' is bound to `vc-dir-hide-up-to-date',
> and the behavior of the command seems to match the name -- it does not
> toggle the state, and a quick look at the implementation suggests that
> indeed, it's only able to hide up-to-date entries, not show them.
Thanks, I fixed the doc. vc-dir-hide-up-to-date was never intended to toggle.
> The most useful fix for this bug would be to make the "x" command able
> to toggle (i.e, show up-to-date files, if they are not already shown),
> but at the least, the documentation should match the behavior.
To do that correctly querying the VC system would be necessary, and
given that the number of up to date files is usually much bigger than
the modified ones (which is what vc-dir asks for most of the time), it
would be very slow.
This bug report was last modified 16 years and 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.