From: henri-biard@francemel.fr
To: help-gnu-emacs@gnu.org
Subject: using flyspell-region from another function
Date: Tue, 15 Jun 2021 03:01:51 +0200 (CEST) [thread overview]
Message-ID: <ea-mime-60c7fbff-3ab-2802e8b5@www-7.mailo.com> (raw)
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 ?
next reply other threads:[~2021-06-15 1:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-15 1:01 henri-biard [this message]
2021-06-15 1:19 ` using flyspell-region from another function 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ea-mime-60c7fbff-3ab-2802e8b5@www-7.mailo.com \
--to=henri-biard@francemel.fr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).