unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* using flyspell-region from another function
@ 2021-06-15  1:01 henri-biard
  2021-06-15  1:19 ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 1 reply; 6+ messages in thread
From: henri-biard @ 2021-06-15  1:01 UTC (permalink / raw)
  To: help-gnu-emacs



Have written a function that calls "flyspell-region".



Naturally this needs the BEG and END of the region to be passed.  How should I call flyspell-region, meaning, what should I pass to it ?



(defun myspell ()

    (interactive)

    (flyspell-region beg end))



Want to select the region then call  "M-x myspell".



Do you know how I can use the superior aspell ? 





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-15 14:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-15  1:01 using flyspell-region from another function henri-biard
2021-06-15  1:19 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-15  1:32   ` henri-biard
2021-06-15  6:58     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-15 12:18       ` henri-biard
2021-06-15 14:42         ` 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).