]> code.delx.au - gnu-emacs-elpa/commitdiff
el-search: some comment changes
authorMichael Heerdegen <michael_heerdegen@web.de>
Wed, 23 Sep 2015 15:56:43 +0000 (17:56 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Sun, 11 Oct 2015 09:29:10 +0000 (11:29 +0200)
packages/el-search/el-search.el

index b5494699053640aa7c0543c18c3b682ea0015387..84f98e46c5fe3b21d2d7e927702808ae8d526c13 100644 (file)
 ;;
 ;; TODO:
 ;;
+;; - implement backward searching and wrapped searching
+;;
 ;; - improve docstrings
 ;;
 ;; - add more examples
 ;;
+;; - 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
@@ -523,8 +527,9 @@ return nil (no error)."
 
 ;;;###autoload
 (defun el-search-search-from-isearch ()
-  ;; FIXME: an interesting alternative would be to really integrate it with
-  ;; Isearch, using `isearch-search-fun'.
+  ;; FIXME: an interesting alternative would be to really integrate it
+  ;; with Isearch, using `isearch-search-fun-function'.
+  ;; Alas, this is not trivial if we want to transfer our optimizations.
   (interactive)
   (el-search-pattern
    (el-search--read-pattern