emacs-super-duper-yes-or-no

Replace the yes-or-no function with an even more demanding yes or no prompt, rather than with y-or-n.
Log | Files | Refs | LICENSE

commit 2abda492de8351375606c262f74dfba15d9a8303
parent f440ae5061a5f8ed8688dad6f1ad045cd570bb98
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sat,  7 Oct 2023 00:45:46 +0300

Update the Usage section.

Diffstat:
Msuper-duper-yes-or-no.el | 15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/super-duper-yes-or-no.el b/super-duper-yes-or-no.el @@ -24,9 +24,20 @@ ;; Usage: ;; -;; To replace yes or no with super-duper-yes-or-no: +;; To replace yes-or-no-p with random sequences of words: ;; -;; (defalias 'yes-or-no 'super-duper-yes-or-no) +;; (defalias 'yes-or-no +;; 'super-duper-yes-or-no-yes-or-no-words-p) +;; +;; To replace yes-or-no-p with uppercase letters hunts: +;; +;; (defalias 'yes-or-no +;; 'super-duper-yes-or-no-yes-or-no-toggle-case-p) +;; +;; To replace yes-or-no-p with arithmetic problems: +;; +;; (defalias 'yes-or-no +;; 'super-duper-yes-or-no-yes-or-no-arithmetic-problem-p) ;;; Code: