Web page hosting and domain name registration & search engine submission services
  

 

Search Help for MH & xmh Book

Non-frames users: To return to the index search form, use your browser's "back" command.

Enter a term you want to search for. Hints:

  • "Plain text" searches -- terms like "reply to messages" or "outputting" -- do not work in this index. Single words, without endings like "ing" or "s", usually work best. (The searches above would be better as "reply" or "output".)
  • Upper and lower case don't matter; A and a are the same.
  • If you enter part of a word, I'll search for any word that contains those characters. For example, if you want to find directory or directories, you can search for director.
  • If you type more than one word (with a space between), I'll search for them as a phrase. For example, enter mh profile to search for entries about the MH profile.
  • You can use UNIX egrep -i regular expressions. (More on that below.)
  • The index has three levels. You can search multiple levels by putting a comma (,) between levels. For example, here's what the three levels look like, in the non-searchable version, in your browser:

    exmh
    aliases
    background processing
    commands
    display
    geometry
    Insert @
    cutting and pasting

    To search for exmh commands, which is split across two levels, you would enter the search

        exmh, commands
    

    and you would get back these three entries from the searchable index:

        exmh, commands, display
        exmh, commands, geometry
        exmh, commands, Insert
    

You can also use UNIX egrep -i regular expressions. For example, there are two ways to search for either "exmh commands" or "exmh, commands":

  • enter two separate searches, or
  • use this egrep regular expression which means "the word exmh, optionally followed by a comma, then a space and the word commands":
        exmh,? commands
    

Here's another example. To search for Content-type:, Content-transfer-encoding:, Content-ID:, and Content-Description:, enter:

    content-(type|transfer-encoding|id|description):

The egrep anchors ^ and $ are searched for literally, not as anchors. I can't search for ` (backquote) or " (doublequote).

 

 

 

 
 

Disclaimers: This document is provided as free service for the benefits of Active-Venture.com's web hosting customers only.

 
Quotes: It may well be doubted whether human ingenuity can construct an enigma - which human ingenuity may not, by proper application, resolve.