Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ncar!tank!uxc!uxc.cso.uiuc.edu!urbsdc!aglew From: aglew@urbsdc.Urbana.Gould.COM Newsgroups: comp.unix.questions Subject: Re: vi `ei:' (`modeline') Message-ID: <59300001@urbsdc> Date: 23 Oct 88 21:03:00 GMT References: <176@csd-v.UUCP> Lines: 27 Nf-ID: #R:csd-v.UUCP:176:urbsdc:59300001:000:1054 Nf-From: urbsdc.Urbana.Gould.COM!aglew Oct 23 16:03:00 1988 >>..... There are also some files where I want ignorecase turned off, while >>I want it on 95% of the time. > >Curiousity has gotten the better of me and unfortunately I cannot send replies >from this machine .... but why turn on ignorecase? In the six or seven years >I have used and taught vi I have never heard of anyone using this feature and >would appreciate what Jim Harkins' (and anyone else's) motivation is for >turning it on. > >Thank you. > >Just a guest here. In real life >Carl Brandauer >attmail!bdaemon!carl >uunet!nbires!bdaemon!carl I have used ignorecase in vi since the second week I used vi, and use the equivalent feature as my default in GNU EMACS (I have a key customized to toggle it on and off). Why? Because I do a lot of writing for humans about computer topics, and am never quite sure if an all lower case variable name should be capitalized at the beginning of the sentence. Because I have programmed in environments where EveryIdentifierHasCapsInIt but IcannotAlwaysRememberWhichOnesDO and exactlyWhere. 'Nuff said?