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, 03 Sep 2017 21:48:26 +0100
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.2.50 (darwin)

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

ID> Upon reviewing flyspell again, I realized that it is possible to integrate
ID> with it, which I think makes much more sense than having a package that
ID> stands entirely on its own.

This sounds great, Ian.  I went to install it into my Emacs just now, and upon
evaluating the buffer I get:

auto-correct--add-support: Symbol’s value as variable is void:
auto-correct-mode

It's coming from the minor-mode definition:

  :lighter " Auto-Correct"
  (if auto-correct-mode
      (run-hooks 'auto-correct-activate-functions)
    (run-hooks 'auto-correct-deactivate-functions)))

I see you have a (defvar auto-correct-mode) up above, but that doesn't seem to
help.

To recap, I'm just opening the file and typing M-x eval-buffer.

-- 
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]