Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 1.71 KB

todo.org

File metadata and controls

45 lines (43 loc) · 1.71 KB

VimGolf TODO

Game Excersizes

Browser

Handle/fix character encoding

  • State “DONE” from “TODO” [2012-07-28 Sat 23:07]
    Added a utility function to handling &lt, &gt, &amp, and &quot.
Things like < and >, etc.

Fix line endings

  • State “DONE” from “TODO” [2012-07-28 Sat 22:51]
    Added a function to replace ^M with some replacement (default space). Currently only running this function on entry descriptions.
Need to convert ^M characters

Add/fix line wrapping

  • State “DONE” from “TODO” [2012-07-28 Sat 22:04]
Can’t assume that everyone’s emacs will be set the same. Should really set a particular fill-column and enforce it.

Truncate long titles

  • State “DONE” from “IN PROGRESS” [2012-07-28 Sat 22:21]
  • State “IN PROGRESS” from “TODO” [2012-07-28 Sat 22:09]
Use ellipses to truncate titles that would normally be longer than the fill-column width.

When first loading (via url-retrieve), list isn’t showing after the call

  • State “DONE” from “TODO” [2012-07-28 Sat 23:11]
    The list insertion was happening outside of the async callback. Now it happens during the callback (if url-retrieve is used) and during the browse function itself (if not).
I’m not sure if the call back isn’t working or what. Manually refreshing will display the list.