Giter VIP home page Giter VIP logo

Comments (10)

eschulte avatar eschulte commented on June 16, 2024

I believe this is due to missing package.el code adding additional ELPA sources, what is the value of your package-archives variable? It should be

(("original" . "http://tromey.com/elpa/")
 ("gnu" . "http://elpa.gnu.org/packages/")
 ("technomancy" . "http://repo.technomancy.us/emacs/"))

I would suggest ensuring that you have the latest version of the starter kit installed, and trying a restart. This looks very similar to this previous closed issue https://github.com/eschulte/emacs-starter-kit/issues/closed#issue/4

from emacs-starter-kit.

emaxerrno avatar emaxerrno commented on June 16, 2024

where can i find this variable i've done

find * | grep 'original' * and only the starter-kit.org file comes up.

from emacs-starter-kit.

eschulte avatar eschulte commented on June 16, 2024

from inside Emacs do C-h v package-archives RET which will call the describe-variable function on the package-archives variable.

from emacs-starter-kit.

emaxerrno avatar emaxerrno commented on June 16, 2024

yes, is exactly the same. I mean i just pulled your repo again and tried it and the same problem happens.

from emacs-starter-kit.

eschulte avatar eschulte commented on June 16, 2024

What is the value of your package-archives variable?

When you run M-x package-list-packages do you see hline? If so then installing hline through this interface should fix your problem.

from emacs-starter-kit.

emaxerrno avatar emaxerrno commented on June 16, 2024

What is the value of your package-archives variable?
(("original" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
("technomancy" . "http://repo.technomancy.us/emacs/"))

When you run M-x package-list-packages do you see hline? If so then installing hline through this interface should fix your problem.

I think this is the problem, it says:

Fialed to download 'technomancy' archive.

Thank you !

from emacs-starter-kit.

emaxerrno avatar emaxerrno commented on June 16, 2024

now, how would i fix that failed download thing ? any ideas ?

from emacs-starter-kit.

eschulte avatar eschulte commented on June 16, 2024

I'd recommend trying again, I have the same configuration as you but I am able to reach the technomancy archive, so I would guess this is a connectivity problem. I'd recommend trying again. Also you could try removing the technomancy archive from your package-archives variable with code like the following in your scratch archive or in your Emacs config.

(setq package-archives
          '(("original" . "http://tromey.com/elpa/")
            ("gnu" . "http://elpa.gnu.org/packages/")))

from emacs-starter-kit.

emaxerrno avatar emaxerrno commented on June 16, 2024

hmm nope, didn't work. Tired again, pull the repo, compiled all the stuff added this snippet to USER.el it still says idle-highlight not available for installation.

thanks

from emacs-starter-kit.

codification avatar codification commented on June 16, 2024

I had the exact same issue, also on ubuntu 10.10.
Manually installing highline in elpa and then restarting emacs solved the issue.

from emacs-starter-kit.

Related Issues (12)

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.