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

error: Package ‘ido-ubiquitous-’ is unavailable #1

Closed
justnull opened this issue Aug 24, 2018 · 6 comments
Closed

error: Package ‘ido-ubiquitous-’ is unavailable #1

justnull opened this issue Aug 24, 2018 · 6 comments

Comments

@justnull
Copy link

Warning (initialization): An error occurred while loading ‘c:/Users/*/AppData/Roaming/.emacs.d/init.el’:

error: Package ‘ido-ubiquitous-’ is unavailable

@jueqingsizhe66
Copy link

Try M-x package-install ido-ubiquitous. Something missing for the package ido

@jueqingsizhe66
Copy link

jueqingsizhe66 commented Aug 24, 2018

The emacs config will initially install some packages for the emacs program. If network connection is missing or Emacs package-archives cannot find the package, some error may occur.

So ,

  1. try again , or manual install some plugins
  2. you can add more package-archive at the beginning of the init.el
(setq package-archives '(("gnu"   . "http://elpa.emacs-china.org/gnu/")
                         ("melpa-stable" . "http://elpa.emacs-china.org/melpa-stable/")
                         ("melpa" . "http://elpa.emacs-china.org/melpa/")
                         ("marmalada" . "http://elpa.emacs-china.org/marmalade/")))

@jueqingsizhe66
Copy link

jueqingsizhe66 commented Aug 24, 2018

When you bump into something initial error, you can use emacs --debug-init to see the detailed error info which do good for your correction.

@jiacai2050
Copy link

@justnull Any luck?

@justnull
Copy link
Author

justnull commented Aug 27, 2018

clipboard
it still can not found ido-ubiquitous after I add package-archives site.
I don't know how to use --debug-init on windows 10.

@jiacai2050
Copy link

After update package-archives, M-x package-refresh-contents to refresh local package list.

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

3 participants