emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54823: closed ([PATCH 0/3] Highlight keywords in search results)


From: GNU bug Tracking System
Subject: bug#54823: closed ([PATCH 0/3] Highlight keywords in search results)
Date: Tue, 19 Apr 2022 16:11:01 +0000

Your message dated Tue, 19 Apr 2022 18:09:53 +0200
with message-id <87czhdqcku.fsf@gnu.org>
and subject line Re: bug#54823: [PATCH 0/3] Highlight keywords in search results
has caused the debbugs.gnu.org bug report #54823,
regarding [PATCH 0/3] Highlight keywords in search results
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54823: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54823
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Highlight keywords in search results Date: Sat, 9 Apr 2022 22:22:24 +0200
Hi!

In the quest for colorful output, one thing I’ve always missed
is keyword highlighting in the search results in ‘guix search’,
‘guix system search’, and ‘guix home search’.

The last patch does that; the first one highlights the ‘name’
and ‘version’ field of the recutils output.

Thoughts?

Ludo’.

Ludovic Courtès (3):
  ui: Highlight important bits in recutils output.
  colors: Add 'colorize-full-matches'.
  ui: Highlight package and service search results.

 guix/colors.scm                | 22 ++++++++++++
 guix/scripts/home.scm          |  1 +
 guix/scripts/package.scm       |  3 +-
 guix/scripts/system/search.scm | 37 +++++++++++++-------
 guix/ui.scm                    | 64 +++++++++++++++++++++++-----------
 5 files changed, 93 insertions(+), 34 deletions(-)


base-commit: 0996d48d0e79a360e0d5583b812cd565f62ca32e
-- 
2.35.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#54823: [PATCH 0/3] Highlight keywords in search results Date: Tue, 19 Apr 2022 18:09:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Pushed!

  5e0c347975 ui: Highlight package and service search results.
  d08e4d52a3 colors: Add 'colorize-full-matches'.
  00dcfb261b ui: Highlight important bits in recutils output.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]