comparison etc/NEWS @ 106207:936dfb675acf

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.
author Juri Linkov <juri@jurta.org>
date Mon, 23 Nov 2009 20:34:53 +0000
parents db4fe1337534
children 0ac473df1bd1
comparison
equal deleted inserted replaced
106206:db4fe1337534 106207:936dfb675acf
189 This means Desktop will try restoring all buffers, when you restart 189 This means Desktop will try restoring all buffers, when you restart
190 your Emacs session. Also, `desktop-buffers-not-to-save' is only 190 your Emacs session. Also, `desktop-buffers-not-to-save' is only
191 effective for buffers that have no associated file. If you want to 191 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
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.
194 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
198 ** FIXME gdb-mi 203 ** FIXME gdb-mi