Emacs Developers, I've been having problems with DocView for quite some time. While the buffers were off screen, the document I'd be viewing would reset to page one. I'm sure I'm not the only one having this problem, but I do have a solution. It turns out the problem comes from when all of the windows in which a document was being viewed are gone, there is no way to keep track of the location of the document. I've attached a patch that will solve this problem. What my fix does is updates the default entry in `image-mode-winprops-alist' (the one with key `t') to keep track of the current page. Then when there are no more windows to use, it uses the last known page. I hope this helps others who have been having this problem. Ian D P.S. I apologize if the bug mailing list would have been the appropriate mailing list to which to send this.