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.
git clone https://kaka.farm/~git/emacs-super-duper-yes-or-no
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2023-12-22 18:38Bump version.Yuval Langer1+1-1
2023-12-22 18:27Remove unneeded definition.Yuval Langer1+0-3
2023-12-22 18:26Add more information to the super-duper-words vector's docstring.Yuval Langer1+6-1
2023-10-08 17:15Replace a recursion with cl-loop.Yuval Langer1+9-11
2023-10-08 16:25Replace recursion with a cl-loop.Yuval Langer1+11-9
2023-10-07 21:22Ask for an hard input only for the affermative by default.Yuval Langer1+64-40
2023-10-07 19:55Add parentheses to default case toggle prompts. Also beautify code a bit.Yuval Langer1+29-11
2023-10-07 18:59Add some types and groups to the defcustoms and improve docstrings.Yuval Langer1+41-17
2023-10-07 04:51Remove accidental debugging session line.Yuval Langer1+0-2
2023-10-07 03:19Fix documentation.Yuval Langer2+6-6
2023-10-07 03:05Swallow the cl-loop koolaid.Yuval Langer1+75-60
2023-10-07 02:04Simplify expression.Yuval Langer1+6-8
2023-10-06 23:21Add docstrings to variables and make some of them custemizable.Yuval Langer1+25-12
2023-10-06 22:30Remove cargo-culted autoloads.Yuval Langer1+0-3
2023-10-06 22:24Add installation and better and more updated usage.Yuval Langer1+20-4
2023-10-06 21:45Update the Usage section.Yuval Langer1+13-2
2023-10-06 21:25Add a docstring.Yuval Langer1+1-0
2023-10-06 19:01Replace a `while (not …)` with an `until …`.Yuval Langer1+5-5
2023-10-06 18:54Replace while loop with cl-loop. Fell in love with cl-loop.Yuval Langer1+42-33
2023-10-06 18:36Replace a while loop with a cl-loop.Yuval Langer1+12-10
2023-10-05 23:27Cargo-cult autoloads and `provide` for `require`.Yuval Langer1+5-0
2023-10-05 22:20Rename function for use outside the package.Yuval Langer1+1-1
2023-10-05 22:18Convert another function into using `cl-loop`.Yuval Langer1+40-25
2023-10-05 21:16Add some docstrings. Also `cl-loop`ify my loops.Yuval Langer2+117-104
2023-10-05 14:22Replace a few conds with simpler expressions. Remove interactive directive.Yuval Langer1+8-32
2023-10-05 14:00Use nil instead of '() when dealing with logic.Yuval Langer1+1-1
2023-10-05 13:54Rename the wordlist variable and fix the random wordlist function.Yuval Langer1+42-34
2023-10-05 08:06Fix arithmetic problems prompt bugs.Yuval Langer1+3-2
2023-10-04 23:48Add an arithmetic problem yes-or-no function and an arithmetic problem template.Yuval Langer1+59-0
2023-10-04 22:46Add some arithmetic problem functions and variables.Yuval Langer1+28-0
2023-10-03 18:06Add wordlists link.Yuval Langer1+1-0
2023-10-03 17:58Add more info to the readme file.Yuval Langer1+56-0
2023-10-03 17:44Add randomly toggled case string yes-or-no functionality.Yuval Langer1+129-13
2023-10-02 22:28Stop misusing throw and catch.Yuval Langer1+58-63
2023-09-24 23:00Add a usage section to the readme.Yuval Langer1+8-0
2023-09-24 22:49Add TODO list.Yuval Langer1+3-0
2023-09-24 22:31Remove an errant "(provide …)".Yuval Langer1+0-1
2023-09-24 22:09First commit.Yuval Langer3+803-0