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

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

[elpa] externals/el-search 41acd5d 010/332: el-search: some comment chan


From: Stefan Monnier
Subject: [elpa] externals/el-search 41acd5d 010/332: el-search: some comment changes
Date: Tue, 1 Dec 2020 15:48:00 -0500 (EST)

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

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

diff --git a/el-search.el b/el-search.el
index e7453df..ba3fab6 100644
--- a/el-search.el
+++ b/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



reply via email to

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