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

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

bug#30073: 27.0.50; dired-do-delete ignores customization for short answ


From: Drew Adams
Subject: bug#30073: 27.0.50; dired-do-delete ignores customization for short answers
Date: Thu, 25 Jan 2018 13:48:08 -0800 (PST)

> That's right, reading an answer to any question:
> 
>   (read-answer
>    "What color do you like? "
>    '(("red" ?r)
>      ("green" ?g)
>      ("blue" ?b)
>      ("white" ?w)))
> 
> It is already generalized:
> 
>   (read-answer
>    "Comprenez-vous? "
>    '(("oui" ?o)
>      ("non" ?n)
>      ("bien sûr" ?b)
>      ("pas du tout" ?p)))

OK, good.  Thx.





reply via email to

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