GNU bug report logs -
#49731
28.0.50; Filter xref results by filename
Previous Next
Reported by: Daniel Martín <mardani29 <at> yahoo.es>
Date: Sun, 25 Jul 2021 08:21:02 UTC
Severity: normal
Found in version 28.0.50
Fixed in version 30.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 49731 <at> debbugs.gnu.org (full text, mbox):
>> (add-hook 'xref-after-update-hook
>> (lambda ()
>> (setq-local outline-regexp
>> (if (eq xref-file-name-display 'abs) "/" "[^ 0-9]"))
>> (outline-minor-mode +1)
>> (save-excursion
>> (goto-char (point-min))
>> (while (search-forward "ChangeLog" nil t)
>> (outline-cycle)))))
>
> This is similar to what I have in mind. Instead of hardcoding
> "ChangeLog", the proposed command would ask the user for the regular
> expression. Your command hides entries that match the pattern, but I
> think that for the new command the opposite interpretation is more
> common (only show those entries that match the pattern, and hide
> everything else). Does it make sense to offer both behaviors? (Like
> flush-lines/keep-lines.)
Indeed, both include/exclude make sense. In your example
of using "tests/" to get results only from unit tests,
actually in most projects I need exactly the inverse:
to ignore all results from unit tests, because when I need
to get results only from "tests/", then it's easy to run
'C-x p g' (project-find-regexp) with the prefix C-u
and specify the directory to search such as "tests/".
> Another xref-mode-map command bound to "q", for example, would disable
> outline-minor-mode to present the xref buffer with full visibility.
There is 'outline-cycle-buffer' bound to 'S-TAB' that can
enable full visibility, or just 'outline-show-all'.
This bug report was last modified 1 year and 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.