From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: Re: problems with auto-capitalise
Date: Fri, 29 Apr 2016 13:10:35 +0000 [thread overview]
Message-ID: <87h9ekr25w.fsf@mat.ucm.es> (raw)
In-Reply-To: 87d1p8ade1.fsf@skimble.plus.com
>>> "Sharon" == Sharon Kimble <boudiccas@skimble.plus.com> writes:
> I've duly install 'auto-capitalize' from melpa and set it up as per the
> .el file, and this is what I have in my 'init.org'
> # #+begin_src emacs-lisp
> # (autoload 'auto-capitalize-mode "auto-capitalize"
> # "Toggle `auto-capitalize' minor mode in this buffer." t)
> # (autoload 'turn-on-auto-capitalize-mode "auto-capitalize"
> # "Turn on `auto-capitalize' minor mode in this buffer." t)
> # (autoload 'enable-auto-capitalize-mode "auto-capitalize"
> # "Enable `auto-capitalize' minor mode in this buffer." t)
> # (add-hook 'org-mode-hook 'turn-on-auto-capitalize-mode)
> # #+end_src
> [2016-04-29 Fri 08:09]
> Its all commented out because when I restart emacs I get this error
> message
> [auto-capitalize auto-capitalize-predicate save-match-data-internal this-command key global-map
> match-data #[nil "\301\b\302\"\207" [save-match-data-internal set-match-data evaporate] 3]
> self-insert-command this-command-keys ...] 9
> ("/home/boudiccas/.emacs.d/elpa/auto-capitalize-20160415.1403/auto-capitalize.elc" . 3423)] 1) in
> desktop-create-buffer [2 times]
This is bad. Which version of Emacs do you use? On which OS are you?
- could you please copy
(autoload 'auto-capitalize-mode "auto-capitalize"
"Toggle `auto-capitalize' minor mode in this buffer." t)
(autoload 'turn-on-auto-capitalize-mode "auto-capitalize"
"Turn on `auto-capitalize' minor mode in this buffer." t)
(autoload 'enable-auto-capitalize-mode "auto-capitalize"
"Enable `auto-capitalize' minor mode in this buffer." t)
Into a separate file say auto-cap-init.el
Copy auto-capitalize.el into some easy to access directory
Close emacs
Restart emacs with
emacs -Q
Load auto-capitalize.el
M-x set-variable
debug-on-error t
Open a file
M-x auto-capitalize-mode
And tell us what happen.
I recently changed a call in auto-capitalize.el because of a bug in
LaTeX mode.
Uwe Brauer
next prev parent reply other threads:[~2016-04-29 13:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-29 11:00 problems with auto-capitalise Sharon Kimble
2016-04-29 13:10 ` Uwe Brauer [this message]
2016-04-29 14:33 ` Sharon Kimble
2016-04-29 17:05 ` Uwe Brauer
2016-04-29 17:25 ` Sharon Kimble
2016-04-29 21:05 ` Uwe Brauer
2016-04-29 19:13 ` Milan Zamazal
2016-04-30 17:36 ` [SOLVED] " Sharon Kimble
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.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h9ekr25w.fsf@mat.ucm.es \
--to=oub@mat.ucm.es \
--cc=emacs-orgmode@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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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).