Show
Ignore:
Timestamp:
2008-06-25 22:58:21 (5 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Document difference between index and pager search. Closes #2886.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/manual.xml.head

    r5396 r5423  
    605605<row><entry>T</entry><entry>toggle display of quoted text</entry></row> 
    606606<row><entry>?</entry><entry>show keybindings</entry></row> 
    607 <row><entry>/</entry><entry>search for a regular expression (pattern)</entry></row> 
    608 <row><entry>ESC /</entry><entry>search backwards for a regular expression</entry></row> 
    609 <row><entry>&bsol;</entry><entry>toggle search pattern coloring</entry></row> 
     607<row><entry>/</entry><entry>regular expression search</entry></row> 
     608<row><entry>ESC /</entry><entry>backward regular expression search</entry></row> 
     609<row><entry>&bsol;</entry><entry>toggle highlighting of search matches</entry></row> 
    610610<row><entry>&circ;</entry><entry>jump to the top of the message</entry></row> 
    611611</tbody> 
     
    685685display, for example by changing the color associated with color2 for 
    686686your xterm, then that color will be used instead of green. 
     687</para> 
     688 
     689<para> 
     690Note that the search commands in the pager take regular expressions, 
     691which are not quite the same as the more 
     692complex <link linkend="patterns">patterns</link> used by the search 
     693command in the index. This is because the pager only performs simple 
     694text search, whereas the index provides boolean filtering on several 
     695aspects of messages. 
    687696</para> 
    688697