dotemacs

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

TODO.org (1071B)


      1 #+TITLE: A list of important / desirable tasks
      2 
      3 * pdf-isearch
      4 ** 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 Recent poppler versions have some support for editing forms.
      8 * pdf-annot
      9 ** Updating the list buffer is too slow
     10 + Update it incrementally.
     11 + Possibly skip the update if the buffer is not visible.
     12 ** Make highlighting customizable
     13 * epdfinfo
     14 ** Maybe split the code up in several files.
     15 * pdf-view
     16 ** Provide some kind of multi-page view
     17 ** Make persistent scrolling relative
     18 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.
     19 * pdf-info
     20 ** Add a report/debug command, displaying a list of open files and other information.
     21 ** Use alists for results instead of positional lists.