help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Composing words from acronyms


From: Emanuel Berg
Subject: Re: Composing words from acronyms
Date: Tue, 25 Jul 2023 21:19:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Tassilo Horn wrote:

> For the TODO, you could probably use some dictionary file.

Oh, so you even suggested that, ha! Great minds ... :D

Here it is used to solve a scramble puzzle I saw on an episode
of US Survivor, with the exact method that you mention.

;; eht kudtce pigelsen tagni ogod seot erontuf si ni fo hte
;;
;; (string-perms-filter "ogod")     ; good
;; (string-perms-filter "erontuf")  ; fortune
;; (string-perms-filter "si")       ; is
;; (string-perms-filter "kudtce")   ; tucked
;; (string-perms-filter "ni")       ; in
;; (string-perms-filter "eth")      ; the
;; (string-perms-filter "seot")     ; toes
;; (string-perms-filter "fo")       ; of
;; (string-perms-filter "hte")      ; the
;; (string-perms-filter "pigelsen") ; ("peelings" "sleeping")
;; (string-perms-filter "tagni")    ; giant

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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