|
From: | Bill Clementson |
Subject: | Re: doc-view.el --- View PDF/PostStript/DVI files in Emacs |
Date: | Sun, 26 Aug 2007 21:52:58 -0700 |
User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin) |
Hi Tassilo, Bill Clementson <address@hidden> writes: > BTW, you might want to add the following bindings to doc-view-mode-map: > > (define-key map (kbd "C-p") 'scroll-down) > (define-key map (kbd "C-n") 'scroll-up) > > They make it easier to scroll the image if your frame size is too > small to show the entire page. Just another small point - you use process-file-shell-command in doc-view.el but that command is only available in recent CVS emacs and not in 22.1. You might want to consider using process-file instead. - Bill
[Prev in Thread] | Current Thread | [Next in Thread] |