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

html layer: unbalanced parentheses #5974

Closed
otwieracz opened this issue May 4, 2016 · 5 comments
Closed

html layer: unbalanced parentheses #5974

otwieracz opened this issue May 4, 2016 · 5 comments
Labels
- Bug tracker - React stale marked as a stale issue/pr (usually by a bot) Web

Comments

@otwieracz
Copy link

Description

Error while loading layer html (unbalanced parentheses)

Reproduction guide

  • Enable layer react
  • Start Emacs
  • Will crash while loading layer html as a dependency

Observed behaviour:
Errror report a

Expected behaviour:

  • Reports error:
Found 3 new package(s) to install...
--> refreshing package archive: gnu... [3/3]
--> installing package: helm-css-scss@html... [2/3]
An error occurred while installing helm-css-scss (error: (scan-error Unbalanced parentheses 32694 32769))
--> installing package: tagedit@html... [3/3]
An error occurred while installing tagedit (error: (scan-error Unbalanced parentheses 32663 32769))
  • Leaves two opened and unsaved buffers:
 %* helm-css-scss-au...    1694 Emacs-Lisp       ~/.emacs.d/elpa/helm-css-scss-20140626.1725/helm-css-scss-autoloads.el
  * tagedit-autoload...    5926 Emacs-Lisp       ~/.emacs.d/elpa/tagedit-20160418.31/tagedit-autoloads.el

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.19
  • Spacemacs branch: master (rev. 5f26b82)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: hybrid
  • Completion: helm
  • Layers:
(better-defaults emacs-lisp git org
                 (shell :variables shell-default-shell 'eshell shell-default-height 30 shell-default-position 'bottom)
                 version-control common-lisp themes-megapack spell-checking syntax-checking react latex restclient
                 (c-c   :variables c-default-style "bsd" c-basic-offset 4)
                 (auto-completion :variables auto-completion-enable-help-tooltip t))
@stormpat
Copy link
Contributor

stormpat commented May 4, 2016

Having the same problem

@JAremko
Copy link
Collaborator

JAremko commented May 4, 2016

same here.

@tiborsimko
Copy link

You can temporarily exclude the problematic package:

$ grep exclude ~/.spacemacs
   dotspacemacs-excluded-packages '(tagedit)

@syl20bnr
Copy link
Owner

syl20bnr commented May 4, 2016

We can disable it if it crashes.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bug tracker - React stale marked as a stale issue/pr (usually by a bot) Web
Projects
None yet
Development

No branches or pull requests

6 participants