From: Michael Heerdegen Date: Wed, 23 Sep 2015 15:56:43 +0000 (+0200) Subject: el-search: some comment changes X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/5640cd00a915a2e943ade306b615645ebd39666e el-search: some comment changes --- diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index b54946990..84f98e46c 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -156,10 +156,14 @@ ;; ;; 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