Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!fernwood!portal!atari!apratt From: apratt@atari.UUCP (Allan Pratt) Newsgroups: comp.emacs Subject: Re: uemacs 3.10m/3.11B porting questions Message-ID: <2895@atari.UUCP> Date: 4 Apr 91 21:46:44 GMT References: <1991Mar28.083424.7514@odin.corp.sgi.com> Organization: Atari Corp., Sunnyvale CA Lines: 20 bam@rudedog.asd.sgi.com (Brian McClendon) writes: >Now that my ctrl-S gets me into incremental search, I find that a >second ctrl-S gets me into a _new_ incremental search instead of >searching for the 2nd occurence of the current search string. Is this >one obvious? Reasonably. fisearch() and risearch() interpret the keys you type. If you hit a command key, that command gets done. BUT, if the command is bound to a "search-class" command, the isearch is repeated in the direction of the search whose command key you hit. This is all well and good, but the code doesn't consider fisearch() or risearch() themselves as "search-class" commands, so you don't get what you expect when you hit those keys. I fixed that in a set of patches that I sent Daniel Lawrence last night on his BBS. ============================================ Opinions expressed above do not necessarily -- Allan Pratt, Atari Corp. reflect those of Atari Corp. or anyone else. ...ames!atari!apratt