Sujet : Re: Case Insensitive File Systems -- Torvalds Hates Them
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.miscDate : 01. May 2025, 23:49:42
Autres entêtes
Message-ID : <m7ic46Fdao7U1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Pan/0.160 (Toresk; )
On Thu, 1 May 2025 22:07:19 -0000 (UTC), Lawrence D'Oliveiro wrote:
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.
My default in Vim is to ignore case. ':se noic' (set no ignorecase) is
easy enough if I'm looking for a specific camel case item. ':se ic' puts
it back to insensitive. Having it triggered by a capital letter might be
nice but I've got a feeling sooner or later there would be an edge case.