OSDN Git Service

update version strings in generated files
[howm/howm.git] / howm-vars.el
index 36654f0..51934a6 100644 (file)
@@ -832,6 +832,34 @@ so that highlighting works correctly."
     :type 'boolean
     :group 'howm-grep))
 
+(defgroup howm-iigrep nil
+  "Show search results on the fly before hitting RET."
+  :group 'howm-grep)
+
+(defcustom howm-iigrep-preview-items 20
+  "Show howm search results on the fly before hitting RET when the hit counts are within this number."
+  :type 'integer
+  :group 'howm-efficiency
+  :group 'howm-iigrep)
+
+(defcustom howm-iigrep-show-what nil
+  "Show search results on the fly before hitting RET."
+  :type '(radio (const :tag "Off" nil)
+                (const :tag "Counts" counts)
+                (const :tag "Contents" contents)
+                (const :tag "Full" full))
+  :group 'howm-efficiency
+  :group 'howm-iigrep)
+
+(defcustom howm-iigrep-migemo-show-what 'inherit
+  "Show migemo search results on the fly before hitting RET."
+  :type '(radio (const :tag "Inherit howm-iigrep-show-what" inherit)
+                (const :tag "Counts" counts)
+                (const :tag "Contents" contents)
+                (const :tag "Full" full))
+  :group 'howm-efficiency
+  :group 'howm-iigrep)
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Misc