How can I do a case-sensitive tags-search in Emacs?
|
feedback
|
|
Building on your answer, this is what you need:
which sets the default value, which will affect all buffers that haven't set the value locally. | |||
|
feedback
|
|
If you set the variable case-fold-search to nil, then all letters must match exactly, including case. Correction to Trey Jackson's answer:
You need to quote the variable. | ||||
|
feedback
|