dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

TODO.org (1251B)


      1 #+TITLE: A list of important / desirable tasks
      2 
      3 * pdf-isearch
      4 ** TODO Allow for entering multi-byte characters with some input-methods.
      5 The PDF buffer is in uni-byte mode. It prohibits the user from inserting multi-byte characters in the minibuffer with some input-methods, while editing the search string.
      6 * pdf-forms
      7 ** TODO Add support for editing forms
      8 Recent poppler versions have some support for editing forms.
      9 * pdf-annot
     10 ** TODO Add support for free-text annotations
     11 ** TODO Updating the annot list buffer is too slow
     12 + Update it incrementally.
     13 + Possibly skip the update if the buffer is not visible.
     14 * epdfinfo
     15 ** TODO Maybe split the code up in several files.
     16 * pdf-view
     17 ** TODO Provide some kind of multi-page view
     18 ** TODO Make persistent scrolling relative
     19 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.
     20 * pdf-info
     21 ** TODO Add a report/debug command
     22 - Display a list of open files
     23 - Display ~pdf-tools~ version as reported by ~package.el~
     24 - Display custom configuration for ~pdf-tools~ (how?)
     25 ** TODO Use alists for results instead of positional lists.