From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5817.192.11.226.116.1085085793.squirrel@www.infernopark.com> Date: Thu, 20 May 2004 16:43:13 -0400 Subject: Re: [9fans] first capital letter in function names at man pages, why? From: To: <9fans@cse.psu.edu> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: rog@vitanuova.com, alcortes@coitt.es Topicbox-Message-UUID: 81ae545a-eacd-11e9-9e20-41e7f4b1d025 >> i will modify the Look command to be case-insensitive on the first >> letter of the word, and use it just for fun during a test period. > > while you're about it, i've thought for a while it'd be nice to have a > "Lookw" command to look for whole words only, so I can easily search > for single-letter variable names in my programs... > > the only current alternative as far as i can see is something like: > > :/(^|[^\\0-9a-zA-Z_])e($|[^0-9a-zA-Z_]) > > to search for "e", which is a bit like hard work. i like the idea of Lookw. I was wondering if it would be nice to have a search facility which can search an identifier (instead of raw stream of characters). Thanks dharani