b774a24110
With a default installation of Prelude and the `prelude-latex` package enabled, when the user types `"` on a LaTeX document the following shows up: ``` ``|' ``` where the `|` is the point. Note that the parenthesis are unbalanced, there's a missing single quote `'` in the end. The reason seems to be that both AUCTeX and SmartParens try to autocomplete and they interact bad. The solution is to disable AUCTeX autocompletion feature just for the quotes and let SmartParens take over. It does the right thing by putting the point on the right place and removing the closing quotes if the user hits backspace. |
||
---|---|---|
.. | ||
doc | ||
prelude-c.el | ||
prelude-clojure.el | ||
prelude-coffee.el | ||
prelude-common-lisp.el | ||
prelude-company.el | ||
prelude-css.el | ||
prelude-elixir.el | ||
prelude-emacs-lisp.el | ||
prelude-erc.el | ||
prelude-erlang.el | ||
prelude-evil.el | ||
prelude-go.el | ||
prelude-haskell.el | ||
prelude-helm-everywhere.el | ||
prelude-helm.el | ||
prelude-ido.el | ||
prelude-js.el | ||
prelude-key-chord.el | ||
prelude-latex.el | ||
prelude-lisp.el | ||
prelude-mediawiki.el | ||
prelude-ocaml.el | ||
prelude-org.el | ||
prelude-perl.el | ||
prelude-programming.el | ||
prelude-python.el | ||
prelude-ruby.el | ||
prelude-scala.el | ||
prelude-scheme.el | ||
prelude-scss.el | ||
prelude-shell.el | ||
prelude-web.el | ||
prelude-xml.el | ||
prelude-yaml.el |