diff options
| author | Juri Linkov | 2009-11-23 20:34:53 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-11-23 20:34:53 +0000 |
| commit | aefcadb650ddaa4d2ad1737baadf4400c99ba405 (patch) | |
| tree | 5546070f974596c57cdf92f11ffe1ec88e732942 /etc | |
| parent | 0d62bcea27b6e413bfa3ad14b96f289bb65fcc5e (diff) | |
| download | emacs-aefcadb650ddaa4d2ad1737baadf4400c99ba405.tar.gz emacs-aefcadb650ddaa4d2ad1737baadf4400c99ba405.zip | |
Implement DocView Continuous mode. (Bug#4896)
* doc-view.el (doc-view-continuous-mode): New defcustom.
(doc-view-mode-map): Bind C-n/<down> to `doc-view-next-line-or-next-page',
C-p/<up> to `doc-view-previous-line-or-previous-page'.
(doc-view-next-line-or-next-page)
(doc-view-previous-line-or-previous-page): New commands.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -192,6 +192,11 @@ effective for buffers that have no associated file. If you want to | |||
| 192 | exempt buffers that do correspond to files, customize the value of | 192 | exempt buffers that do correspond to files, customize the value of |
| 193 | `desktop-files-not-to-save' instead. | 193 | `desktop-files-not-to-save' instead. |
| 194 | 194 | ||
| 195 | ** DocView | ||
| 196 | |||
| 197 | *** When `doc-view-continuous-mode' is non-nil, scrolling a line | ||
| 198 | on the page edge advances to the next/previous page. | ||
| 199 | |||
| 195 | ** FIXME mail-user-agent change | 200 | ** FIXME mail-user-agent change |
| 196 | This probably affects a lot of documentation. | 201 | This probably affects a lot of documentation. |
| 197 | 202 | ||