Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smartparens has a problem w/new minted commands #1156

Open
jasonhemann opened this issue Apr 17, 2023 · 0 comments
Open

smartparens has a problem w/new minted commands #1156

jasonhemann opened this issue Apr 17, 2023 · 0 comments

Comments

@jasonhemann
Copy link

I use the following file:

\documentclass{article}
\usepackage{minted}
\newmintinline[pyinline]{python}{}
\begin{document}
\section{ \pyinline{foo} and \pyinline{bar} }
\end{document}

And from within there sp-backward-up-sexp signals a message: Search failed: there is an unmatched expression somewhere or we are at the beginning/end of file.

I believe this is an artifact of a combination of smartparens and minted.

Environment & version information

In recent enough smartparens you can call M-x sp-describe-system to generate this report. Please fill manually what we could not detect automatically. Edit the output as you see fit to protect your privacy.

  • smartparens version: 1.11.0
  • Active major-mode: latex-mode
  • Smartparens strict mode: t
  • Emacs version (M-x emacs-version): GNU Emacs 28.2 (build 1, aarch64-apple-darwin21.6.0, Carbon Version 165 AppKit 2113.6) of 2023-04-15
  • Starterkit/Distribution: Vanilla
  • OS: darwin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To triage
Development

No branches or pull requests

1 participant