From d43badac8bec4844252112e822ad4ab3b498962d Mon Sep 17 00:00:00 2001 From: Michael Heerdegen Date: Tue, 22 Sep 2015 20:09:20 +0200 Subject: [PATCH] el-search: some comment changes --- packages/el-search/el-search.el | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index e7453dfb0..ba3fab6b2 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -29,10 +29,6 @@ ;;; Commentary: -;; The first version for trying! Feedback and improvement suggestions -;; welcome. - - ;; Introduction ;; ============ ;; @@ -69,7 +65,6 @@ ;; ,(and s (guard (< 70 (length (car (split-string s "\n"))))))) ;; ;; -;; ;; Convenience ;; =========== ;; @@ -120,7 +115,6 @@ ;; used to that. ;; ;; -;; ;; Suggested key bindings ;; ====================== ;; @@ -135,7 +129,7 @@ ;; ;; ;; Bugs, Known Limitations -;; +;; ======================= ;; ;; - Replacing: in some cases the reader syntax of forms ;; is changing due to reading+printing. "Some" because we can treat @@ -154,11 +148,18 @@ ;; the comment will be lost. ;; ;; +;; Acknowledgments +;; =============== +;; +;; Thanks to Stefan Monnier for corrections and advice. +;; ;; ;; TODO: ;; ;; - improve docstrings ;; +;; - add more examples +;; ;; - 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 @@ -518,6 +519,8 @@ 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'. (interactive) (el-search-pattern (el-search--read-pattern -- 2.39.2