]> code.delx.au - gnu-emacs-elpa/commitdiff
el-search: some comment changes
authorMichael Heerdegen <michael_heerdegen@web.de>
Tue, 22 Sep 2015 18:09:20 +0000 (20:09 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Tue, 22 Sep 2015 19:18:32 +0000 (21:18 +0200)
packages/el-search/el-search.el

index e7453dfb0f5c6bf69185d276f8ddc7a832f707bd..ba3fab6b290a37acdcabae37ec946c4530337c0d 100644 (file)
 
 ;;; 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
 ;; ===========
 ;;
 ;; used to that.
 ;;
 ;;
-;;
 ;; Suggested key bindings
 ;; ======================
 ;;
 ;;
 ;;
 ;; Bugs, Known Limitations
-;;
+;; =======================
 ;;
 ;; - Replacing: in some cases the reader syntax of forms
 ;; is changing due to reading+printing.  "Some" because we can treat
 ;; 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