emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: Auto Correct Mode


From: John Wiegley
Subject: Re: [ELPA] New package: Auto Correct Mode
Date: Sun, 27 Aug 2017 12:19:09 -0700
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.2.50 (darwin)

>>>>> "ID" == Ian Dunn <address@hidden> writes:

ID> I'd like to submit auto-correct.el as a single-file package to ELPA. It's
ID> a small package that integrates with ispell and abbrev to provide
ID> auto-correct functionality in Emacs. It uses a separate abbrev table,
ID> which is only enabled in auto-correct-mode, and only auto-corrects if a
ID> buffer-local predicate returns true.

How does this compare to flyspell-auto-correct-word, or a setting such as:

  (add-hook 'flyspell-incorrect-hook 'flyspell-maybe-correct-transposition)

Maybe what you're offering is already possible, or can be integrated directly
with flyspell using a customization?

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2



reply via email to

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