Skip to content

How to search for upercase letters with outline-regexp? #962

Answered by oantolin
AnabasisXu asked this question in Q&A
Discussion options

You must be logged in to vote

You can define your own command like this:

(defun case-sensitive-consult-outline (&optional level)
  (interactive
   (list (and current-prefix-arg (prefix-numeric-value current-prefix-arg))))
  (let ((case-fold-search nil))
    (consult-outline level)))

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AnabasisXu
Comment options

@oantolin
Comment options

Answer selected by minad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #961 on March 06, 2024 10:33.