Note that there are some explanatory texts on larger screens.

plurals
  1. POELPA/Marmalade reports "cannot open load file" for ~/.emacs.d/elpa/archives/-pkg
    text
    copied!<p>I have installed Marmalade and downloaded some interesting packages. But now, when I start Emacs I get this error:</p> <pre><code>Cannot open load file: c:/Documents and Settings/Carlos/Datos de programa/.emacs.d/elpa/archives/-pkg </code></pre> <p>If I use <code>--debug-init</code>, I get:</p> <pre><code>Debugger entered--Lisp error: (file-error "Cannot open load file" "c:/Documents and Settings/Carlos/Datos de programa/.emacs.d/elpa/archives/-pkg") load("c:/Documents and Settings/Carlos/Datos de programa/.emacs.d/elpa/archives/-pkg" nil t) (if (file-directory-p pkg-dir) (load (concat pkg-dir ... "-pkg") nil t)) (let ((pkg-dir ...)) (if (file-directory-p pkg-dir) (load ... nil t))) package-load-descriptor("c:/Documents and Settings/Carlos/Datos de programa/.emacs.d/elpa/" "archives") (lambda (name) (package-load-descriptor dir name))("archives") mapc((lambda (name) (package-load-descriptor dir name)) ("anything-1.287" "anything- complete-1.86" "anything-config-0.4.1" "archive-contents" "archive-contents~" "archives" "auto-indent-mode-0.35" "builtin-packages" "builtin-packages~" "clojure-mode-1.7.1" "clojurescript-mode-0.5" "coffee-mode-0.3.0" "color-file-completion-1.0.1" "color-theme-6.6.1" "color-theme-eclipse-0.0.2" "color-theme-github-0.0.3" "color-theme-railscasts-0.0.2" "color-theme-twilight-0.1" "css-mode-1.0" "drag-stuff-0.0.3" "evernote-mode-0.41" "find-file-in-project-2.0" "flymake-coffee-0.4" "flymake-haml-0.5" "flymake-ruby-0.4" "flymake-shell-0.5" "haml-mode-3.0.14" "highlight-parentheses-1.0.1" "html-script-src-0.0.2" "inf-ruby-2.1" "js-comint-0.0.1" "js2-mode-20090814" "lua-mode-20100617" "package.el" "package.el~" "project-local-variables-0.2" "ruby-compilation-0.7" "ruby-electric-1.1" "ruby-mode-1.1" "slime-20100404" "tabbar-2.0.1" "tabbar-ruler-0.2" "yasnippet-0.6.1" "yasnippet-bundle-0.6.1" "zenburn-1.8")) (if (file-directory-p dir) (mapc (lambda ... ...) (directory-files dir nil "^[^.]"))) (lambda (dir) (if (file-directory-p dir) (mapc ... ...)))("c:/Documents and Settings/Carlos/Datos de programa/.emacs.d/elpa/") mapc((lambda (dir) (if (file-directory-p dir) (mapc ... ...))) ("c:/Documents and Settings/Carlos/Datos de programa/.emacs.d/elpa/" "/usr/share/emacs/site-lisp/elpa/")) package-load-all-descriptors() package-initialize() (progn (package-initialize)) (if (load (expand-file-name "~/.emacs.d/elpa/package.el")) (progn (package-initialize))) (when (load (expand-file-name "~/.emacs.d/elpa/package.el")) (package-initialize)) eval-buffer(#&lt;buffer *load*&gt; nil "c:/Documents and Settings/Carlos/Datos de programa/.emacs" nil t) ; Reading at buffer position 9019 load-with-code-conversion("c:/Documents and Settings/Carlos/Datos de programa/.emacs" "c:/Documents and Settings/Carlos/Datos de programa/.emacs" t t) load("~/.emacs" t t) #[nil "\205\264 </code></pre> <p>This file doesn't exist. I've tried searching for this problem with Google but I didn't find anything.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload