* Selecting spell checking using read-multiple-choice
@ 2021-06-14 14:10 henri-biard
2021-06-15 0:29 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 1 reply; 2+ messages in thread
From: henri-biard @ 2021-06-14 14:10 UTC (permalink / raw)
To: help-gnu-emacs
I want to use ispell and flyspell using read-multiple-choice but am not confident enough to use it.
The options will be to use either (ispell), (flyspell-buffer), or to turn spell checking off.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Selecting spell checking using read-multiple-choice
2021-06-14 14:10 Selecting spell checking using read-multiple-choice henri-biard
@ 2021-06-15 0:29 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 0 replies; 2+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-06-15 0:29 UTC (permalink / raw)
To: help-gnu-emacs
henri-biard wrote:
> I want to use ispell and flyspell using read-multiple-choice
> but am not confident enough to use it.
>
> The options will be to use either (ispell),
> (flyspell-buffer), or to turn spell checking off.
Try this:
(funcall
(intern
(cadr
(read-multiple-choice "spell with"
'((?i "ispell")
(?f "flyspell-buffer")
(?q "turn-off-flyspell")) ))))
If you're into spelling:
https://dataswamp.org/~incal/emacs-init/spell.el
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-15 0:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-14 14:10 Selecting spell checking using read-multiple-choice henri-biard
2021-06-15 0:29 ` Emanuel Berg via Users list for the GNU Emacs text editor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).