From: Ian Dunn <dunni@gnu.org>
To: John Wiegley <jwiegley@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [ELPA] New package: Auto Correct Mode
Date: Mon, 04 Sep 2017 09:47:52 -0400 [thread overview]
Message-ID: <878thu8tiv.fsf@escafil> (raw)
In-Reply-To: <m24lsjy0dh.fsf@newartisans.com>
[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]
ID> Upon reviewing flyspell again, I realized that it is possible to
ID> integrate with it, which I think makes much more sense than having a
ID> package that stands entirely on its own.
JW> This sounds great, Ian. I went to install it into my Emacs just now,
JW> and upon evaluating the buffer I get:
JW> auto-correct--add-support: Symbol’s value as variable is void:
JW> auto-correct-mode
JW> It's coming from the minor-mode definition:
JW> :lighter " Auto-Correct" (if auto-correct-mode (run-hooks
JW> 'auto-correct-activate-functions) (run-hooks
JW> 'auto-correct-deactivate-functions)))
JW> I see you have a (defvar auto-correct-mode) up above, but that doesn't
JW> seem to help.
JW> To recap, I'm just opening the file and typing M-x eval-buffer.
JW> -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
JW> http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
Running in a fresh Emacs process and running M-x eval-buffer, I see the
same thing. I rearranged the declarations to avoid the error. It
should work now.
[-- Attachment #2: auto-correct.el --]
[-- Type: application/emacs-lisp, Size: 13256 bytes --]
[-- Attachment #3: Type: text/plain, Size: 14 bytes --]
--
Ian Dunn
next prev parent reply other threads:[~2017-09-04 13:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-27 16:06 [ELPA] New package: Auto Correct Mode Ian Dunn
2017-08-27 16:34 ` Eli Zaretskii
2017-08-27 18:23 ` Ian Dunn
2017-08-27 18:43 ` Eli Zaretskii
2017-08-27 19:19 ` John Wiegley
2017-08-28 0:29 ` Ian Dunn
2017-09-02 20:58 ` Ian Dunn
2017-09-03 20:48 ` John Wiegley
2017-09-04 13:47 ` Ian Dunn [this message]
2017-09-04 22:17 ` Stefan Monnier
2017-09-05 1:04 ` Ian Dunn
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878thu8tiv.fsf@escafil \
--to=dunni@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=jwiegley@gmail.com \
/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.
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.