]> code.delx.au - gnu-emacs-elpa/commitdiff
edit TODO list
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 15 Nov 2015 08:34:58 +0000 (09:34 +0100)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sun, 15 Nov 2015 08:36:34 +0000 (09:36 +0100)
packages/el-search/el-search.el

index b286e07e3fd10e4f79b6dce536af17e51a4df80f..bb33225dcafbe22576cc4a6a665dda031353e327 100644 (file)
 ;;
 ;; TODO:
 ;;
+;; - highlight matches around point in a timer
+;;
 ;; - implement backward searching
 ;;
 ;; - improve docstrings
 ;; - handle more reader syntaxes, e.g. #n, #n#
 ;;
 ;; - Implement sessions; add multi-file support based on iterators.  A
-;; file list is read in (or the user can specify an iterator as a
-;; variable).  The state in the current buffer is just (buffer
-;; . marker).  Or should this be abstracted into an own lib?  Could be
-;; named "files-session" or so.
+;;   file list is read in (or the user can specify an iterator as a
+;;   variable).  The state in the current buffer is just (buffer
+;;   . marker).  Or should this be abstracted into an own lib?  Could
+;;   be named "files-session" or so.