<div dir="ltr"><div><div><div>You can also use a bookmarklet. Just create a bookmark with the following "url":<br></div>javascript:q%20=%20""%20+%20(window.getSelection%20?%20window.getSelection()%20:%20document.getSelection%20?%20document.getSelection()%20:%20document.selection.createRange().text);%20if%20(!q)%20q%20=%20prompt("Search%20Racket%20docs",%20"");%20if%20(q!=null)%20window.open("<a href="http://www.google.com/search?&q=site:docs.racket-lang.org+">http://www.google.com/search?&q=site:docs.racket-lang.org+</a>"%20+%20escape(q).replace(/%20/g,%20"+"));%20void%200<br>

</div><br></div>Laurent<br><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jul 5, 2014 at 2:17 AM, Neil Van Dyke <span dir="ltr"><<a href="mailto:neil@neilvandyke.org" target="_blank">neil@neilvandyke.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">An alternative in Firefox is to make a Quicksearch bookmark.  I currently have one like this:<br>
<br>
Name: Racket 6.0 Documentation Quicksearch<br>
Location: file:///home/user/.racket/6.0/<u></u>doc/search/index.html?q=%s<br>
Keyword: r<br>
<br>
So, to get the Racket docs for "foo", I get a new tab or browser, and type "r foo" and hit Enter.  I have only the multipurpose location text field, no separate search text field, and my default browser page is blank.  No needing to mouse to point&click to select what kind of search I'm doing.  I have similar Quicksearches for Google, Google News, Google Image, eBay, and Amazon.<br>


<br>
Neil<br>
<br>
____________________<br>
 Racket Users list:<br>
 <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</blockquote></div><br></div>