Hi, there was a missing require which I didn't think about and the doc-string of doc-view-search wasn't updated. This patch fixes those problems. --8<---------------cut here---------------start------------->8--- 2007-11-06 Tassilo Horn * doc-view.el (doc-view-mode-map, doc-view-menu) (doc-view-pdf->txt-sentinel): Adapt to new search UI. (doc-view-search-backward): New function. (doc-view-search): Query new regexp if prefix arg is given, else jump to next/previous match. (doc-view-mode): Handle compressed files. (jka-compr): Required for compressed files. --8<---------------cut here---------------end--------------->8---