How do I search for two separate text strings in an emacs buffer SIMULTANEOUSLY?
        Posted  
        
            by Siddharth
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Siddharth
        
        
        
        Published on 2010-03-26T10:23:15Z
        Indexed on 
            2010/03/26
            10:33 UTC
        
        
        Read the original article
        Hit count: 162
        
emacs
For example, I open a file called "abc.txt". Now I want to search for all occurrences of "he is" and "first" simultaneously. I want to be able to do a search forward i.e. Ctrl-s and I'll reach the next instance of either of the two search strings.
© Stack Overflow or respective owner