emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/el-search 8fc7ae2 015/332: el-search: some comment chan


From: Stefan Monnier
Subject: [elpa] externals/el-search 8fc7ae2 015/332: el-search: some comment changes
Date: Tue, 1 Dec 2020 15:48:01 -0500 (EST)

branch: externals/el-search
commit 8fc7ae28a629ee08c554347ba832b5be98074f56
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Michael Heerdegen <michael_heerdegen@web.de>

    el-search: some comment changes
---
 el-search.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/el-search.el b/el-search.el
index b549469..84f98e4 100644
--- a/el-search.el
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]