Skip to main content
Commonmark migration
Source Link

From the Emacs Eclim github page:

Install emacs-eclim. You have two options:

 
  • Installation from the MELPA package archive.

    Just add the archive to package-archives if you haven't already, and

    then install emacs-eclim with the package-install command.

then install emacs-eclim with the package-install command.

  • Manual installation from GitHub.

    (git clone git://github.com/senny/emacs-eclim.git)

    Add (add-to-list 'load-path "/path/to/emacs-eclim/") to your startup script.

If followed the first option and:

  1. Added the following package-archives to my ~/.emacs.d/init.el file:

    (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))) 
  2. Then typed M-xpackage-install and hit RET and the following message poped up:

    Install package: emacs-eclim [No Match]

Install package: emacs-eclim [No Match]


Why does this error pop up?

Thanks in advance.

From the Emacs Eclim github page:

Install emacs-eclim. You have two options:

 
  • Installation from the MELPA package archive.

    Just add the archive to package-archives if you haven't already, and

then install emacs-eclim with the package-install command.

  • Manual installation from GitHub.

    (git clone git://github.com/senny/emacs-eclim.git)

    Add (add-to-list 'load-path "/path/to/emacs-eclim/") to your startup script.

If followed the first option and:

  1. Added the following package-archives to my ~/.emacs.d/init.el file:

    (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))) 
  2. Then typed M-xpackage-install and hit RET and the following message poped up:

Install package: emacs-eclim [No Match]


Why does this error pop up?

Thanks in advance.

From the Emacs Eclim github page:

Install emacs-eclim. You have two options:

  • Installation from the MELPA package archive.

    Just add the archive to package-archives if you haven't already, and

    then install emacs-eclim with the package-install command.

  • Manual installation from GitHub.

    (git clone git://github.com/senny/emacs-eclim.git)

    Add (add-to-list 'load-path "/path/to/emacs-eclim/") to your startup script.

If followed the first option and:

  1. Added the following package-archives to my ~/.emacs.d/init.el file:

    (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))) 
  2. Then typed M-xpackage-install and hit RET and the following message poped up:

    Install package: emacs-eclim [No Match]


Why does this error pop up?

Thanks in advance.

Clarified the title
Link
Malabarba
  • 23.5k
  • 8
  • 82
  • 168

Install a package but no match-install reports "no match"

Improved formating. :)
Source Link
Jordon Biondo
  • 12.7k
  • 2
  • 46
  • 63

From the Emacs Eclim github page:

Install emacs-eclim. You have two options:

  • Installation from the MELPA package archive.

    Just add the archive to package-archives if you haven't already, and

then install emacs-eclim with the package-install command.

  • Manual installation from GitHub.

    (git clone git://github.com/senny/emacs-eclim.git)

    Add (add-to-list 'load-path "/path/to/emacs-eclim/") to your startup script.

So I decided to followIf followed the first option and:

  1. Added the following package-archives to my ~/.emacs.d/init.el file:

    (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))) 
  2. Then typed M-xpackage-install and hit RET and the following message poped up:

Install package: emacs-eclim [No Match]


Why does this error pop up?

Thanks in advancedadvance.

From the Emacs Eclim github page:

Install emacs-eclim. You have two options:

  • Installation from the MELPA package archive.

    Just add the archive to package-archives if you haven't already, and

then install emacs-eclim with the package-install command.

  • Manual installation from GitHub.

    (git clone git://github.com/senny/emacs-eclim.git)

    Add (add-to-list 'load-path "/path/to/emacs-eclim/") to your startup script.

So I decided to follow the first option and:

  1. Added the following package-archives to my ~/.emacs.d/init.el file:

    (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))) 
  2. Then typed M-xpackage-install and hit RET and the following message poped up:

Install package: emacs-eclim [No Match]


Why does this error pop up?

Thanks in advanced.

From the Emacs Eclim github page:

Install emacs-eclim. You have two options:

  • Installation from the MELPA package archive.

    Just add the archive to package-archives if you haven't already, and

then install emacs-eclim with the package-install command.

  • Manual installation from GitHub.

    (git clone git://github.com/senny/emacs-eclim.git)

    Add (add-to-list 'load-path "/path/to/emacs-eclim/") to your startup script.

If followed the first option and:

  1. Added the following package-archives to my ~/.emacs.d/init.el file:

    (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/"))) 
  2. Then typed M-xpackage-install and hit RET and the following message poped up:

Install package: emacs-eclim [No Match]


Why does this error pop up?

Thanks in advance.

Source Link
Tim
  • 5.2k
  • 9
  • 36
  • 65
Loading