Giter Site home page Giter Site logo

Comments (9)

dimitri avatar dimitri commented on August 18, 2024

Sounds very much like you did try at the wrong time, I was breaking things in my commits. Now would be a good time to try again.

from el-get.

slackorama avatar slackorama commented on August 18, 2024

I too am getting the same error on Ubuntu 9.10 running GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.0) of 2009-09-27 on palmer, modified by Debian

Thanks.

from el-get.

digash avatar digash commented on August 18, 2024

I've tried it again and no luck.
Here is what I ran:

  1. rm -rf ~/.emacs.d/el-get
  2. /Applications/Emacs.app/Contents/MacOS/Emacs -Q
    Starts emacs with no user config.
  3. Paste the code for install into scratch and ran it.

Got this error:

Debugger entered--Lisp error: (error "el-get: can not find package name `el-get' in `el-get-sources'")
  signal(error ("el-get: can not find package name `el-get' in `el-get-sources'"))
  error("el-get: can not find package name `%s' in `el-get-sources'" "el-get")
  (if (el-get-package-p package) nil (error "el-get: can not find package name `%s' in `el-get-sources'" package))
  (unless (el-get-package-p package) (error "el-get: can not find package name `%s' in `el-get-sources'" package))
  el-get-error-unless-package-p("el-get")
  el-get-init("el-get")
  (progn (setq default-directory (file-name-as-directory "/Users/dig/.emacs.d/el-get/el-get")) (load (concat ... "el-get" ".el")) (el-get-init "el-get") (with-current-buffer (process-buffer proc) (goto-char ...) (insert "\nCongrats, el-get is installed and ready to serve!")))
  (if (eq (process-status proc) (quote exit)) (progn (setq default-directory ...) (load ...) (el-get-init "el-get") (with-current-buffer ... ... ...)))
  (when (eq (process-status proc) (quote exit)) (setq default-directory (file-name-as-directory "/Users/dig/.emacs.d/el-get/el-get")) (load (concat ... "el-get" ".el")) (el-get-init "el-get") (with-current-buffer (process-buffer proc) (goto-char ...) (insert "\nCongrats, el-get is installed and ready to serve!")))
  (lambda (proc change) (when (eq ... ...) (setq default-directory ...) (load ...) (el-get-init "el-get") (with-current-buffer ... ... ...)))(# "finished\n")

from el-get.

digash avatar digash commented on August 18, 2024

Oops, closed it by accident and do not know how to reopen.

from el-get.

dimitri avatar dimitri commented on August 18, 2024

reopened, will look soon'ish. might be tomorrow.

from el-get.

dimitri avatar dimitri commented on August 18, 2024

Ok, fixed. The el-get-sources setting in the let form didn't cross the function call boundary --- that's dynamic binding. So I have to setq it again in the sentinel, tricking it somewhat.

from el-get.

digash avatar digash commented on August 18, 2024

Thanks, that works. Now I can continue with the install.

from el-get.

offbyone avatar offbyone commented on August 18, 2024

You should update the instructions in the readme; the scratch buffer code still has that bug in it.

from el-get.

dimitri avatar dimitri commented on August 18, 2024

Ouch, the README. done, thanks.

from el-get.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.