Sujet : Re: Case Insensitive File Systems -- Torvalds Hates Them
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 01. May 2025, 23:07:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vv0ran$3i4p7$8@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.162 (Pokrosvk)
On Thu, 1 May 2025 10:07:54 +0100, The Natural Philosopher wrote:
Anyone who writes code, or worse Regexp, knows that exact syntax
including case is de rigeur.
I do regexps all the time. I appreciate the fact that the default setting
for searches in Emacs (for both plain strings and regexps) is to be case-
insensitive, unless the pattern/string includes a capital letter, in which
case it becomes case-sensitive.
Kind of a best-of-both-worlds-with-minimal-faffing-about. That usually
works quite well.