aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2009-11-23 20:34:53 +0000
committerJuri Linkov2009-11-23 20:34:53 +0000
commitaefcadb650ddaa4d2ad1737baadf4400c99ba405 (patch)
tree5546070f974596c57cdf92f11ffe1ec88e732942 /etc
parent0d62bcea27b6e413bfa3ad14b96f289bb65fcc5e (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 27f3b9868d8..51c3ee62a60 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -192,6 +192,11 @@ effective for buffers that have no associated file. If you want to
192exempt buffers that do correspond to files, customize the value of 192exempt 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
198on the page edge advances to the next/previous page.
199
195** FIXME mail-user-agent change 200** FIXME mail-user-agent change
196This probably affects a lot of documentation. 201This probably affects a lot of documentation.
197 202