emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/consult 5a6e2c0778 2/2: consult-ripgrep-args: Add --sea


From: ELPA Syncer
Subject: [elpa] externals/consult 5a6e2c0778 2/2: consult-ripgrep-args: Add --search-zip option
Date: Sun, 29 Jan 2023 15:57:25 -0500 (EST)

branch: externals/consult
commit 5a6e2c077892f48ba6a94b241cd1c595adc4c369
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    consult-ripgrep-args: Add --search-zip option
---
 CHANGELOG.org | 12 +++++++++---
 consult.el    |  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 9dd5aa94dd..aefd512964 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -9,11 +9,17 @@
 - =consult-buffer=: Always select the first candidate when narrowing (#714).
 - =consult-locate-args=: Remove =--existing=, which is not supported by 
=plocate= on
   Debian stable.
-- Drop obsolete =consult-apropos=. Alternative: =describe-symbol= in 
combination
-  with =embark-export=.
+- =consult-ripgrep-args=: Add =--search-zip= option to automatically search 
through
+  compressed files. This will allow you to search Elisp files bundled with your
+  Emacs installation. Move to an Elisp library via =find-library=, then invoke
+  =consult-ripgrep=.
+- Drop obsolete =consult-apropos=. Alternatives: =describe-symbol= in 
combination
+  with =embark-export=. See also =consult-info= and =consult-ripgrep= to search
+  through info manuals and Elisp source code.
 - Drop obsolete =consult-multi-occur=. Alternative: Built-in =multi-occur=,
   =multi-occur-in-matching-buffers= or =consult-line-multi=.
-- Drop obsolete =consult-file-externally=. Alternative: 
=embark-open-externally=.
+- Drop obsolete =consult-file-externally=. The command has been moved to Embark
+  under the name =embark-open-externally=.
 
 * Version 0.31 (2023-01-06)
 
diff --git a/consult.el b/consult.el
index c81d7cd16a..ee80740c47 100644
--- a/consult.el
+++ b/consult.el
@@ -268,7 +268,7 @@ Can be either a string, or a list of strings or 
expressions."
 
 (defcustom consult-ripgrep-args
   "rg --null --line-buffered --color=never --max-columns=1000 --path-separator 
/\
-   --smart-case --no-heading --line-number ."
+   --smart-case --no-heading --line-number --search-zip ."
   "Command line arguments for ripgrep, see `consult-ripgrep'.
 The dynamically computed arguments are appended.
 Can be either a string, or a list of strings or expressions."



reply via email to

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