Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!ut-sally!utah-cs!utah-gr!spline!thomas From: thomas@spline.UUCP Newsgroups: comp.emacs Subject: Re: isearch behavior Message-ID: <1977@utah-gr.UUCP> Date: Sun, 5-Apr-87 04:38:56 EST Article-I.D.: utah-gr.1977 Posted: Sun Apr 5 04:38:56 1987 Date-Received: Sun, 5-Apr-87 21:47:50 EST References: <8703302059.AA08414@RAVEN.LCS.MIT.EDU> Sender: news@utah-gr.UUCP Reply-To: thomas%spline.UUCP@utah-gr.UUCP (Spencer W. Thomas) Distribution: world Organization: Univ of Utah CS Dept Lines: 11 I implemented a variant on this ("semi" case sensitive searches) for gosmacs a long time ago in the incremental search code. If the user typed a capital letter in the search string, then I turned off case-fold-search. Thus, you could search in a case-sensitive way by typing in a case-sensitive way (assuming, of course, that you weren't looking for something that was all lower case). It was really easy to do (modulo the problems of making sure to unwind it properly) and required no C code changes at all. =Spencer ({ihnp4,decvax}!utah-cs!thomas, thomas@cs.utah.edu)