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

Failed to load the emacs-mode package #23

Open
pmelendres opened this issue Apr 24, 2015 · 0 comments
Open

Failed to load the emacs-mode package #23

pmelendres opened this issue Apr 24, 2015 · 0 comments

Comments

@pmelendres
Copy link

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.194.0 ⚠️ in 1.0 API Preview Mode ⚠️
System: Mac OS X 10.10.3
Thrown From: emacs-mode package, v0.0.29

Stack Trace

Failed to load the emacs-mode package

At Cannot read property 'prototype' of undefined

TypeError: Cannot read property 'prototype' of undefined
    at __extends (/Users/paolomelendres/.atom/packages/emacs-mode/lib/switch-buffer-view.coffee:4:199)
    at /Users/paolomelendres/.atom/packages/emacs-mode/lib/switch-buffer-view.coffee:9:5
    at Object.<anonymous> (/Users/paolomelendres/.atom/packages/emacs-mode/lib/switch-buffer-view.coffee:76:5)
    at Object.<anonymous> (/Users/paolomelendres/.atom/packages/emacs-mode/lib/switch-buffer-view.coffee:82:4)
    at Module._compile (module.js:452:26)
    at Object.requireCoffeeScript (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
    at Module.load (module.js:347:32)
    at Function.Module._load (module.js:302:12)
    at Module.require (module.js:357:17)
    at require (module.js:376:17)

Commands

Config

{
  "core": {
    "ignoredNames": [
      ".git",
      ".svn",
      ".DS_Store"
    ],
    "themes": [
      "atom-dark-ui",
      "zenburn"
    ]
  },
  "emacs-mode": {
    "hideTabs": false,
    "hideSidebar": false,
    "useEmacsCursor": true,
    "useFuzzyFileFinder": false,
    "useFuzzyBufferFinder": false
  }
}

Installed Packages

# User
emacs-mode, v0.0.29
zenburn, v2.0.2

# Dev
No dev packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant