blob: 68f1e0b518ac9f0e70a3eca65313519422319fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
-*- org -*-
* pdf-isearch
** Allow for entering multi-byte characters with some input-methods.
The PDF buffer is in uni-byte mode prohibiting the user from
inserting multi-byte characters in the minibuffer with some
input-methods, while editing the search string.
* PDF Forms
Recent poppler versions have some support for editing forms.
* pdf-annot
** Updating the list buffer is too slow
+ Update it incrementally.
+ Possibly skip the update if the buffer is not visible.
** Make highlighting customizable
* epdfinfo
** Maybe split the code up in several files.
* pdf-view
** Provide some kind of multi-page view
** Make persistent scrolling relative
Currently the scrolling is kept when changing the image's size (in
pdf-view-display-image), which is actually not so desirable, since
it is absolute. This results e.g. in the image popping out of the
window, when it is shrunken.
* pdf-info
** Add a report/debug command, displaying a list of open files and other information.
** Use alists for results instead of positional lists.
|