Re: master 268e055e051: Limit VC-Dir status process output processing
Dmitry Gutov <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14/08/2026 16:44, Sean Whitton wrote: > Dmitry Gutov [14/Aug 4:03pm +03] wrote: >> On 14/08/2026 14:01, Sean Whitton wrote: >>> Sorry about that. How about this: >> This looks reasonable as far as workarounds go. Thanks. > Shall I install it? Please go ahead. >> Though maybe a cleaner approach would be not to call >> vc-dir-maybe-narrow-and-show-more-button directly in the >> dir-status-files implementations, but have a new hook which vc-dir would >> set up. >> >> Or a similar separate "output limit" variable which would be honored by >> the backends if set, instead of a hook. > Would be happy to review a patch here. I don't think I can immediately > see how a hook structure would work. I'll give it a try in a few days, then.