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

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

Re: ispell and flyspell


From: wael-zwaiter
Subject: Re: ispell and flyspell
Date: Sat, 2 Jan 2021 18:21:55 +0100

I am having a problem with this variation

(defun spelt-paragr ()
  "TODO"
  (interactive)
  (ispell-region (start-of-paragraph-text) (end-of-paragraph-text)))




> Sent: Saturday, January 02, 2021 at 10:41 PM
> From: "Eli Zaretskii" <eliz@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: ispell and flyspell
>
> > From: wael-zwaiter@gmx.com
> > Cc: help-gnu-emacs@gnu.org
> > Date: Sat, 2 Jan 2021 17:57:53 +0100
> >
> > Have now made this code.  Would start-of-paragraph-text and
> > end-of-paragraph-text work better?.
>
> AFAIR, it will do the same, just without extra level of indirection.
>
>



reply via email to

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