How to make case sensitive in Emacs?

Can anyone suggest me a short cut? Cs gives an I-lookup: it's case insensitive.

+5
source share
2 answers

You click M-cafter starting the search.

This will set the case sensitive flag.

+14
source

In addition to the M-cone mentioned by alinsoar, entering a capital letter as part of your search string will make the search case-sensitive.

+7
source

All Articles