all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.