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

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

using flyspell-region from another function


From: henri-biard
Subject: using flyspell-region from another function
Date: Tue, 15 Jun 2021 03:01:51 +0200 (CEST)


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 ? 





reply via email to

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